-
The platformio documentation says this about the upload_protocol "Override default Development Platforms upload command with a custom command. You can pass a full upload command with arguments and opt…
-
Hi, just downloaded and ran v0.3.3 . When I click on "Developer Command Prompt for Pico" (or run any of the other setup scripts), I get:
```
OPENOCD_SCRIPTS=C:\Pico\tools\openocd-picoprobe\scri…
-
### Operating System
Others
### Board
RP2040
### Firmware
https://forums.raspberrypi.com/viewtopic.php?t=322460
### What happened ?
I have forked picoprobe firmware for RP2040, added a 2nd CDC …
-
Hi! I'm using Platform IO to program for RPi Pico, but when I use Serial2, it can't be successfully compiled. Here's the output:
Processing pico (platform: https://github.com/maxgerhardt/platform-r…
-
I'm currently writing a program in C++ for the Raspberry Pi Pico and I'm using openocd and cortex debug in VSCode. I'm setting breakpoints in the source code but they do not get hit, only the correspo…
-
This issue-thread shall serve as a collection of breaking changes and otherwise noteworthy information to be part of the Tock 2.1 release notes. This is in addition to a final pass over the merged com…
-
### Operating System
Linux
### Board
custom rp2040 board
### Firmware
this will stop receiving or writing data after ~100 seconds when being put under stress using `cat /dev/urandom | p…
-
Currently, PlatformIO only seems to support `cmsis-dap and raspberry-swd` debug options. `jlink` and `stlink` do not appear to be supported.
`SEGGER` have updated their J-Link probe firmware to sup…
-
What kind of issue is this?
- [X] **PlatformIO Core**.
If you’ve found a bug, please provide an information below.
*You can erase any parts of this template not applicable to your Issue…
-
Hello I try to use the board as picoprobe but the OpenOCD GDB Server won't start
```
/Users/nechry/pico/openocd/src/openocd -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s /Users…