592b8da71a39aa72e9befc0352ec9881f48a4616
CMSIS-DAP implementations explicitly use CPU bitbash to control SWD and SWDIO, but we can do better. Transfers are handed off to PIO in phases, which gets us deterministic clock timing as well as freeing the CPU up for other tasks. Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
Picoprobe
Picoprobe allows a Pico / RP2040 to be used as USB -> SWD and UART bridge. This means it can be used as a debugger and serial console for another Pico.
Documentation
Picoprobe documentation can be found in the Pico Getting Started Guide. See "Appendix A: Using Picoprobe".
Languages
C
99.2%
CMake
0.4%
Assembly
0.4%