korken89 / pico-probe

35 stars 4 forks source link

Support official Pi debug probe #5

Open thejpster opened 1 year ago

thejpster commented 1 year ago

https://www.raspberrypi.com/news/raspberry-pi-debug-probe-a-plug-and-play-debug-kit-for-12/

Should just involve setting some pin assignments?

korken89 commented 1 year ago

Indeed, checking the schematics it seems to set the SWDIO/SWDCLK to GPIO 14/12 and disable the support for RST should be enough. :)