1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-27 07:21:18 +01:00

boards/common/nrf52: add note about ST-LINKV2 as programmer

This commit is contained in:
Benjamin Valentin 2020-07-10 12:01:33 +02:00 committed by Benjamin Valentin
parent eceb84f9c0
commit 8f1d32bb2d

View File

@ -25,4 +25,10 @@ To flash the board with OpenOCD, use the `PROGRAMMER` variable:
PROGRAMMER=openocd make BOARD=<nrf52 board> -C examples/hello-world flash
```
It is also possible to use the SWD interface of a ST-LINK/V2 in-circuit
debugger/programmer with OpenOCD to flash a nrf52 board:
```
PROGRAMMER=openocd DEBUG_ADAPTER=stlink make BOARD=<nrf52 board> -C examples/hello-world flash
```
*/