probe: if we have a separate SWDIO input, use it

For boards with a level-shifter on SWDIO for compatibility with 1.8V VDDIO.

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.com>
2 files changed
tree: 156020d62a617d505f3e9098524930c903666f96
  1. include/
  2. src/
  3. .gitmodules
  4. CMakeLists.txt
  5. FreeRTOS_Kernel_import.cmake
  6. pico_sdk_import.cmake
  7. README.md
README.md

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”.