Difference between revisions of "Raspberry pi"
From Wiki at Neela Nurseries
m (Add link to RPi Pico datasheet with board schematic, Zephyr 3.1.0 documentation on RPi Pico.) |
m (Add link to github RPi fork of flash utility openocd.) |
||
Line 15: | Line 15: | ||
* https://docs.zephyrproject.org/3.1.0/boards/arm/rpi_pico/doc/index.html | * https://docs.zephyrproject.org/3.1.0/boards/arm/rpi_pico/doc/index.html | ||
+ | |||
+ | Special fork of `openocd` which can be used to flash and to debug RPi Pico via SWD interface . . . but what would the physical device and connection be from PC to RPi Pico SWD pins? | ||
+ | |||
+ | * https://github.com/raspberrypi/openocd | ||
+ | |||
<!-- EOF --> | <!-- EOF --> |
Revision as of 18:22, 3 August 2022
2022-08-03
RPi Pico board datasheet, contains Pico board schematic:
Some Zephyr documentation on RPi Pico board, Zephyr 3.1.0:
Special fork of `openocd` which can be used to flash and to debug RPi Pico via SWD interface . . . but what would the physical device and connection be from PC to RPi Pico SWD pins?