tinyusb-sys-rs icon indicating copy to clipboard operation
tinyusb-sys-rs copied to clipboard

Examples of using this library

Open kpishere opened this issue 3 years ago • 0 comments

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?

kpishere avatar Oct 18 '22 02:10 kpishere