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

boards/rpi-pico: improve doc

- Add note about the OpenOCD version to be used
- Make use of proper Doxygen commands
This commit is contained in:
Marian Buschsieweke 2021-07-20 22:07:00 +02:00
parent 70f3723fab
commit d74cf645ae
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -79,8 +79,13 @@ the Raspberry Pi Pico showing up as CMSIS-DAP debugger. Afterwards run:
make BOARD=rpi-pico flash
```
***Beware:*** The `rpi-pico` virtual debugger is not persistent and needs to be "flashed" into RAM
again after each cold boot.
@warning The `rpi-pico` virtual debugger is not persistent and needs to be "flashed" into RAM
again after each cold boot.
@note As of July 2021, the latest stable release of OpenOCD does not yet support the RP2040
MCU. Instead, compile the current `master` branch from the upstream OpenOCD source.
The OpenOCD fork of the Raspberry Pi foundation is incompatible with OpenOCD
configuration provided, so please stick with upstream OpenOCD.
### Flashing the Board Using the Bootloader