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

boards/microbit: doc: FLASHTOOL -> PROGRAMMER

This commit is contained in:
Kaspar Schleiser 2021-02-22 21:29:48 +01:00
parent e167131c05
commit c251215315

View File

@ -69,7 +69,7 @@ default anytime ([as described here](https://www.mbed.com/en/development/hardwar
Once you have flashed the JLink firmware, you can flash the board like this:
```
BOARD=microbit FLASHTOOL=jlink make flash
BOARD=microbit PROGRAMMER=jlink make flash
```
With the JLink firmware, you can now also do in-circuit debugging etc.