Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kinetis: Move errata workarounds to separate function #8725

Merged
merged 1 commit into from
Mar 2, 2018

Conversation

jnohlgard
Copy link
Member

Contribution description

Clean up Kinetis implementation by moving hardware errata workarounds to a separate function which will be called during boot.

The RSIM errata fix was not applied correctly in all clock configurations, by moving it to the boot it will be applied always.

Issues/PRs references

split from #6995

@jnohlgard jnohlgard added Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Mar 2, 2018
@jnohlgard jnohlgard added this to the Release 2018.04 milestone Mar 2, 2018
@jnohlgard jnohlgard requested a review from kYc0o March 2, 2018 07:21
Copy link
Contributor

@kYc0o kYc0o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK. But let me test in a kinetis board.

@kYc0o
Copy link
Contributor

kYc0o commented Mar 2, 2018

Tested on frdm-k64f, mulle and pba-d-01-kw2x.

@kYc0o kYc0o merged commit 2e701bd into RIOT-OS:master Mar 2, 2018
@jnohlgard
Copy link
Member Author

@kYc0o Thanks for testing

@jnohlgard jnohlgard deleted the pr/kinetis-errata-func branch March 2, 2018 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Platform: ARM Platform: This PR/issue effects ARM-based platforms Type: cleanup The issue proposes a clean-up / The PR cleans-up parts of the codebase / documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants