Jonathan Bell 47e2043564 probe: performance enhancements
- Run out of SRAM, it goes quite a lot faster
- Cache the DAP clock frequency
- Read RDATA and write WDATA all in one go, and merge the turnaround
  into the ACK phase. Reduces the number of missed PIO SM cycles during an
  SWD transfer

Also fix a compiler warning and demote the loglevel of some debug messages.

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
2022-08-18 16:00:28 +01:00
2022-08-18 16:00:28 +01:00
2022-08-18 16:00:28 +01:00
2022-08-18 16:00:28 +01:00
2022-08-18 16:00:28 +01:00
2021-01-20 17:47:12 +00:00
2022-07-22 11:19:40 +01:00

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 96.4%
CMake 1.7%
Makefile 0.8%
Assembly 0.7%
C++ 0.4%