Skip to content

Commit afa67f8

Browse files
authored
Merge pull request #22364 from axelixy/doc/nrf-reset-docs-20592
boards/nrf: update reset button documentation
2 parents 2810aba + ee2e7b3 commit afa67f8

4 files changed

Lines changed: 5 additions & 31 deletions

File tree

boards/nrf52840dk/doc.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ including Bluetooth Low Energy, Thread and Zigbee.
3131
| MCU Manual | [Manual](https://docs-be.nordicsemi.com/bundle/ps_nrf52840/attach/nRF52840_PS_v1.11.pdf) |
3232
| Board Documentation | [Documentation](https://docs.nordicsemi.com/bundle/ug_nrf52840_dk/page/UG/dk/intro.html) |
3333

34-
### RESET pin configuration
35-
36-
On many (all?) nrf52840dk boards, the reset pin is not configured out-of-the box.
37-
This means, that simply nothing happens if the RESET pin is pressed. To change
38-
this, RIOT provides a little tool in `dist/tools/nrf52_resetpin_cfg`.
39-
40-
Simply compile, flash, and run that tool on your board, and the reset pin should
41-
work for the time being.
42-
4334
## Flash the board
4435

4536
See the `Flashing` section in @ref boards_common_nrf52.

boards/nrf52dk/doc.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@ pin headers and an integrated J-Link programmer, debugger and UART adapter.
3535
| MCU Reference Manual | [Reference Manual](https://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf) |
3636
| Board Datasheet | [User Guide](https://infocenter.nordicsemi.com/pdf/nRF52_DK_User_Guide_v1.3.1.pdf) |
3737

38-
### RESET pin configuration
39-
40-
On many (all?) nrf52dk boards, the reset pin is not configured out-of-the box.
41-
This means, that simply nothing happens if the RESET pin is pressed. To change
42-
this, RIOT provides a little tool in `dist/tools/nrf52_resetpin_cfg`.
43-
44-
Simply compile, flash, and run that tool on your board, and the reset pin should
45-
work for the time being.
46-
4738
## Current measurement
4839

4940
There are two pins for current measurement on board. Don't connect these pins

boards/reel/doc.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ It was developed by PHYTEC in cooperation with the Zephyr project.
99

1010
@see https://www.phytec.eu/product-eu/internet-of-things/reelboard/
1111
@see https://docs.zephyrproject.org/latest/boards/arm/reel_board/doc/reel_board.html
12+
13+
## Buttons
14+
15+
The board has a user button (S5) connected to P0.07 and exposed as `BTN0`.
16+
The reset button (S4) is connected to P0.18 and resets the nRF52840.

boards/waveshare-nrf52840-eval-kit/doc.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,3 @@ the following command to connect to the board serial port:
147147
```shell
148148
make BOARD=waveshare-nrf52840-eval-kit -C examples/basic/hello-world PORT=/dev/ttyUSB<n> term
149149
```
150-
151-
## RESET Pin Configuration
152-
153-
On nRF52840 boards, the RESET pin is not configured out-of-the box.
154-
This means, that simply nothing happens if the RESET button is pressed. To
155-
change this, RIOT provides a little tool in `dist/tools/nrf52_resetpin_cfg`:
156-
157-
```shell
158-
RESET_PIN='GPIO_PIN\(0,18\)' make BOARD=waveshare-nrf52840-eval-kit -C dist/tools/nrf52_resetpin_cfg/ flash
159-
```
160-
161-
Simply compile, flash, and run that tool on your board, and the reset pin should
162-
work for the time being.

0 commit comments

Comments
 (0)