minimal-pico-tinyusb-pio-project
minimal-pico-tinyusb-pio-project copied to clipboard
Does not work with GCC13
This example doesn't work with GCC13. The issues are fixed in upstream pico-sdk, but that also required a newer TinyUSB that doesn't use submodules anymore.
I created a fork where I used the newest pico-sdk (2.2.0): https://github.com/gschwaer/minimal-pico-tinyusb-pio-project
Just to let others know. :)