tinyusb-sys-rs
tinyusb-sys-rs copied to clipboard
Examples of using this library
Are there any examples of actually using this library?
In my project where I'm attempting to us this, I'm finding that irq_add_shared_handler() from Pico-SDK is needed for device 'cdc'.
This is a linked list of interrupt handlers. That is a little complex for my microcontroller, I don't need something so dynamic. I wonder how people dealt with this? Do I have to link in the entire Pico-SDK to use this library?