raspberrypi / pico-sdk

BSD 3-Clause "New" or "Revised" License
3.27k stars 846 forks source link

Issue with reset interface with new stdio over use TinyUSB support #892

Open kilograham opened 2 years ago

kilograham commented 2 years ago

https://forums.raspberrypi.com/viewtopic.php?t=334842

MattMills commented 2 years ago

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.