| name | raspberry-pi-pico2 |
| description | Use when developing with Raspberry Pi Pico 2 or the Pi Debug Probe.
|
| allowed-tools | Bash Read Write Edit Grep Glob Agent |
Raspberry Pi Pico 2 and Debug Probe
This skill covers development with Raspberry Pi Pico 2 (RP2350) boards and the Raspberry Pi Debug Probe. It includes hardware specs, SDK setup, build configuration, debugging workflows, and common pitfalls.
Reference Files
Consult these for detailed technical content. Read only the file relevant to the current task:
references/pico2-hardware.md - RP2350 specs, RP2040 vs RP2350 comparison, pin layout, wireless variant, security features, chip variants
references/debug-probe.md - Debug Probe hardware, wiring diagrams, OpenOCD setup, GDB workflow, UART serial, RTT, VS Code integration, rescue mode, troubleshooting
references/sdk-toolchain.md - pico-sdk setup, CMake configuration, ARM vs RISC-V builds, picotool commands, MicroPython/CircuitPython, project structure
Quick Reference
Board Selection (CMake)
| Board | CMake Flag | Platform |
|---|
| Pico 1 | -DPICO_BOARD=pico (default) | rp2040 |
| Pico 1 W | -DPICO_BOARD=pico_w | rp2040 |
| Pico 2 | -DPICO_BOARD=pico2 | rp2350-arm-s |
| Pico 2 W | -DPICO_BOARD=pico2_w |