-
Notifications
You must be signed in to change notification settings - Fork 2.1k
cpu/nrf5x_common: add flashpage_raw_support #11956
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
Conversation
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 on iotlab on nrf52dk, nrf52840dk, nrf51dk and microbit and locally on nrf52840-mdk. All tests passed with success.
b03ed93
to
254934d
Compare
Murdock is failing on nrf52dk but this seems unrelated:
|
@aabadie I re-triggered the build and it succeeded. |
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.
ACK and go!
@aabadie Thanks for the review! |
Contribution description
This PR adds
flashpage_raw
support for nrf5x.Testing procedure
Run:
make -C tests/periph_flashpage/ BOARD=nrf52840dk flash test
Tested locally on
nrf52840dk
,nrf52840-mdk
and over iotlab onmicrobit
andnrf51dk
.Issues/PRs references