From ef8c0be2ed7c0aa15661e0808831336ae95634e2 Mon Sep 17 00:00:00 2001 From: DeflateAwning <11021263+DeflateAwning@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:05:03 -0600 Subject: [PATCH] docs: Add debug probe pinout to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index a84df02b0..d3887e4b2 100644 --- a/README.md +++ b/README.md @@ -83,3 +83,18 @@ To enable AutoBaud, configure the USB CDC port to the following custom baud rate Changing the baud rate to any other value disables AutoBaud. +## Debugprobe Pinout + +The Debug Probe pinout is as follows: + +``` +Pico A (Debugger) -> Pico B (System Under Test) + +Pico A GND -> Pico B GND +Pico A GP2 -> Pico B SWCLK +Pico A GP3 -> Pico B SWDIO +Pico A GP4/UART1 TX -> Pico B GP1/UART0 RX +Pico A GP5/UART1 RX -> Pico B GP0/UART0 TX +``` + +More details can be found in Appendix A of the [Raspberry Pi Pico Getting Started Guide](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf).