boards/feather-nrf52840: fix shell command formatting in doc
This commit is contained in:
parent
5029631a1b
commit
fe39542618
@ -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
|
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:
|
a jlink attached to your BOARD and [`nrfjprog`][nrfjprog] installed:
|
||||||
|
|
||||||
$ git clone git@github.com:adafruit/Adafruit_nRF52_Bootloader.git
|
~~~~~~~~~~~~~{.sh}
|
||||||
$ cd Adafruit_nRF52_Bootloader
|
git clone git@github.com:adafruit/Adafruit_nRF52_Bootloader.git
|
||||||
$ make BOARD=feather_nrf52840_express all
|
cd Adafruit_nRF52_Bootloader
|
||||||
$ make BOARD=feather_nrf52840_express flash
|
make BOARD=feather_nrf52840_express all
|
||||||
|
make BOARD=feather_nrf52840_express flash
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
[nrfjprog]: https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools
|
[nrfjprog]: https://www.nordicsemi.com/Products/Development-tools/nRF-Command-Line-Tools
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user