pico-sdk icon indicating copy to clipboard operation
pico-sdk copied to clipboard

Issue with reset interface with new stdio over use TinyUSB support

Open kilograham opened this issue 2 years ago • 1 comments

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

kilograham avatar Jul 01 '22 13:07 kilograham

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.

MattMills avatar Jul 11 '22 07:07 MattMills