1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/feather-nrf52840: fix shell command formatting in doc

This commit is contained in:
Martine Lenders 2021-08-24 17:50:21 +02:00
parent 5029631a1b
commit fe39542618
No known key found for this signature in database
GPG Key ID: 2134D77A5336DD80

View File

@ -37,10 +37,12 @@ use an external Segger J-Link Programmer connected to the [SWD Connector].
To flash the uf2 bootloader (if its no longer present on your BOARD) then with
a jlink attached to your BOARD and [`nrfjprog`][nrfjprog] installed:
$ git clone git@github.com:adafruit/Adafruit_nRF52_Bootloader.git
$ cd Adafruit_nRF52_Bootloader
$ make BOARD=feather_nrf52840_express all
$ make BOARD=feather_nrf52840_express flash
~~~~~~~~~~~~~{.sh}
git clone git@github.com:adafruit/Adafruit_nRF52_Bootloader.git
cd Adafruit_nRF52_Bootloader
make BOARD=feather_nrf52840_express all
make BOARD=feather_nrf52840_express flash
~~~~~~~~~~~~
[nrfjprog]: https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools