mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
482 B
Plaintext
17 lines
482 B
Plaintext
/**
|
|
@defgroup boards_nrf52840dk nRF52840 DK
|
|
@ingroup boards
|
|
@brief Support for the nRF52840 DK
|
|
|
|
|
|
### RESET pin configuration
|
|
|
|
On many (all?) nrf52840dk boards, the reset pin is not configured out-of-the box.
|
|
This means, that simply nothing happens if the RESET pin is pressed. To change
|
|
this, RIOT provides a little tool in `dist/tools/nrf52_resetpin_cfg`.
|
|
|
|
Simply compile, flash, and run that tool on your board, and the reset pin should
|
|
work for the time being.
|
|
|
|
*/
|