pico-sdk
pico-sdk copied to clipboard
Issue with reset interface with new stdio over use TinyUSB support
https://forums.raspberrypi.com/viewtopic.php?t=334842
Just as an FYI for anyone finding this issue, I wrote my own code to do STDIO via USB, plus CDC (serial) port forwarding for uart0 and uart1 on rp, + USB Mass storage for flashing an RP2040 or an attached ESP32 via uart0 here: https://github.com/2bn-dev/tinyusb_multitool
Probably not as nice as whatever the Raspberry pi team will put together though, as my C is kind of rough.