-
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
sys/board_software_reset: add module for soft-reset button #19833
base: master
Are you sure you want to change the base?
Conversation
9e7642a
to
c8630a7
Compare
The reset pin of the nrf52 needs to be flashed once in a non-volatile configuration register, there is https://github.com/RIOT-OS/RIOT/tree/master/dist/tools/nrf52_resetpin_cfg for that purpose. I don't think your contribution here conflicts with that though. |
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.
Maybe I'm not looking in the right places, but the documentation doesn't seem to show up in the doxygen for me.
*/ | ||
|
||
/** | ||
* @@defgroup module_board_software_reset board_software_reset |
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.
* @@defgroup module_board_software_reset board_software_reset | |
* @defgroup board_software_reset Board software reset | |
* @ingroup sys |
Should fix the not showing up documentation
Contribution description
This moves the
board_software_reset
module frome104-bt50xxa-tb
to a common place and let'snrf52840dk
make use of it.Testing procedure
Flash any application on
nrf52840dk
- a press on the button labeled RESET (SW5) should now reset the board.In
master
this button did nothing.Issues/PRs references