cpu/kinetis: add flashpage for W & K series#11422
Merged
aabadie merged 1 commit intoRIOT-OS:masterfrom Jan 3, 2020
Merged
Conversation
30a76d9 to
7db9a8f
Compare
Contributor
Author
aabadie
reviewed
May 19, 2019
Contributor
aabadie
left a comment
There was a problem hiding this comment.
Looks good. Tested with success on usb-kw41z !
3 tasks
7db9a8f to
d14b0ee
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
fjmolinas
commented
Dec 18, 2019
54539ed to
8b8467d
Compare
4ccbced to
199ec2c
Compare
Contributor
Author
|
@aabadie this one is ready for review now. TRIBE_CI=1 BOARD=frdm-kw41z make -C tests/periph_flashpage/ flash test -j3TRIBE_CI=1 BOARD=frdm-k64f make -C tests/periph_flashpage/ flash test -j3TRIBE_CI=1 BOARD=pba-d-01-kw2x make -C tests/periph_flashpage/ flash test -j3 |
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
aabadie
reviewed
Jan 2, 2020
Contributor
Author
|
@aabadie addressed typos. |
aabadie
reviewed
Jan 3, 2020
cpu/kinetis/periph/flashpage.c
Outdated
| #include "periph/flashpage.h" | ||
|
|
||
| /** | ||
| * @brief FLash controller commands |
aabadie
approved these changes
Jan 3, 2020
Contributor
aabadie
left a comment
There was a problem hiding this comment.
All good now and it was already successfully tested.
ACK, please squash!
f95d794 to
7d11e40
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR adds an initial flashpage and flashpage raw implementation for Kinetis K & W series
Testing procedure
Tested on frdm-fw41z and pba-d-01-kw2x for W series. To test run:
make -C tests/periph_flashpage/ BOARD=pba-d-01-kw2x flash testNeed Help testing on K series Implementation is exactly the same for K series but I don't have a board to test, maybe someone has frdm-k64f to test?
Issues/PRs references
This pr depends on
#11424#11477.