-
Notifications
You must be signed in to change notification settings - Fork 2k
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
cpu/kinetis: add flashpage for W & K series #11422
Conversation
30a76d9
to
7db9a8f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Tested with success on usb-kw41z !
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. |
54539ed
to
8b8467d
Compare
4ccbced
to
199ec2c
Compare
@aabadie this one is ready for review now. TRIBE_CI=1 BOARD=frdm-kw41z make -C tests/periph_flashpage/ flash test -j3
TRIBE_CI=1 BOARD=frdm-k64f make -C tests/periph_flashpage/ flash test -j3
TRIBE_CI=1 BOARD=pba-d-01-kw2x make -C tests/periph_flashpage/ flash test -j3
|
@aabadie addressed typos. |
cpu/kinetis/periph/flashpage.c
Outdated
#include "periph/flashpage.h" | ||
|
||
/** | ||
* @brief FLash controller commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still flash with capital L
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ups
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good now and it was already successfully tested.
ACK, please squash!
f95d794
to
7d11e40
Compare
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 test
Need 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.