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

Rust wrapper for the TinyUSB library

Results 4 tinyusb-sys-rs issues
Sort by recently updated
recently updated
newest added

From the docs it seems like esp32 is supported for xtensa only. If that is correct would be amazing to also support riscv.

There seems to be a change in picoSDK to accommodate CDC devices but the solution does not play nice with Rust. Any idea how to work with this? I'm a...

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...

Hi there I am struggling to build this crate. I am targeting the RP2040, and the build cannot find the pico.h header that would normally be found in the SDK....