mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pseudomodules: Documentation for board_software_reset
This commit is contained in:
parent
15398a53cb
commit
1e8209f80e
@ -22,7 +22,17 @@
|
||||
|
||||
PSEUDOMODULES += atomic_utils
|
||||
PSEUDOMODULES += base64url
|
||||
|
||||
## @defgroup pseudomodule_board_software_reset board_software_reset
|
||||
## @brief Use any software-only reset button on the board to reboot
|
||||
##
|
||||
## Some boards have reset buttons that are not wired to the MCU's reset line,
|
||||
## but merely are configured to cause a reset by convention.
|
||||
##
|
||||
## If this module is active, the button will be configured thusly (and then not
|
||||
## be advertised in any other capacity, e.g. through @ref sys_auto_init_saul).
|
||||
PSEUDOMODULES += board_software_reset
|
||||
|
||||
PSEUDOMODULES += can_mbox
|
||||
PSEUDOMODULES += can_pm
|
||||
PSEUDOMODULES += can_raw
|
||||
|
Loading…
Reference in New Issue
Block a user