File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
boards/common/adafruit-nrf52-bootloader Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
3637Example with ` hello-world ` application:
3738```
You can’t perform that action at this time.
0 commit comments