PlatformIO template for uploading and debugging Raspberry Pi Pico series with the Raspberry Pi Pico Debug Probe. Upload, (serial) monitor, and debug in one for Earlephilhower core.
- You should change the
boardif you don't have a Raspberry Pi Pico 2W. (the default - currently available options arerpipico,rpipicow,rpipicow2, andrpipicow2w- don't forget to update the [env:] part as well!)- You might need to install
https://github.com/maxgerhardt/platform-raspberrypi.gitas a platform first.
- You might need to install
- Change
monitor_portto the probe's USB serial port. - Notice how
Serial1is used, asSerialwould be the USB serial port, not that UART pins that the probe would be connected to. (maybe considerArduinoStreamUtilsif you want it on both) - If you don't want to use the Earlephilhower core, take a peak at commit
52b2f72. - Change
board_build.filesystem_sizeif desired. (default is none) - Change
monitor_speedif desired. (default is baud rate of 115200)