Skip to content

Commit afea23e

Browse files
committed
fixup! boards/common/ada-nrf52-bootl: refactor and enhance documentation
1 parent a88c27b commit afea23e

File tree

1 file changed

+6
-5
lines changed
  • boards/common/adafruit-nrf52-bootloader

1 file changed

+6
-5
lines changed

boards/common/adafruit-nrf52-bootloader/doc.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ such as the J-Link has to be used. Please refer to @ref ada-nrf52-reflashing.
2626

2727
## Flashing the Board with RIOT
2828

29-
The board is flashed using its on-board UF2 boot loader by default.
30-
The boot loader will present a mass storage device that has to be mounted so
31-
`uf2conv.py` can find it. If you have an auto-mounter installed this will happen
32-
automatically.
29+
The board is flashed using its on-board UF2 bootloader by default.
30+
The bootloader will present a mass storage device that has to be mounted so
31+
the RIOT buildsystem can find it. If you have an auto-mounter installed this
32+
will happen automatically.
3333

34-
The rest of the process is automated in the usual way with e.g. `BOARD=feather-nrf52840`.
34+
The rest of the process is automated in the usual way with e.g.
35+
`BOARD=feather-nrf52840`.
3536

3637
Example with `hello-world` application:
3738
```

0 commit comments

Comments
 (0)