tinyusb icon indicating copy to clipboard operation
tinyusb copied to clipboard

An open source cross-platform USB stack for embedded system

Results 366 tinyusb issues
Sort by recently updated
recently updated
newest added

**Describe the PR** Remove assumption that HID Report descriptor is before HID Endpoint. **Additional context** I have been using tinyusb's HID Host stack in my project and came across a...

### Operating System Windows 11 ### Commit SHA esp-idf v5.5.0 ### Board esp32p4 ### Firmware [tusb_config.h.txt](https://github.com/user-attachments/files/23581007/tusb_config.h.txt) ```c bool msc_complete_cb(uint8_t dev_addr, tuh_msc_complete_data_t const *cb_data) { if (cb_data->csw != NULL) { if...

Bug 🐞

### Operating System Others ### Commit SHA latest master ### Board Adafruit Feather nrf52832 + USB Host Featherwing (max3421) ### Firmware custom firmware based on based on examples/host/cdc_msc_hid (only enabled...

Bug 🐞

### Related area Avoids memcpy with calling write functions ### Hardware specification Probably applicable to all hardware, user probably needs to be careful in only passing DMA capable buffer ###...

Feature 💡

### Related area HID host class driver ### Hardware specification RP2040/PIO_USB ### Is your feature request related to a problem? I am having some trouble with HID host unplug events...

Feature 💡

### Operating System Linux ### Commit SHA 8f2e3ed4418a08cc13aee4527b7bdd1b8bb1bf55, current master ### Board Pi Pico 1 / RP2040 ### Firmware Custom firmware for FPGA Companion https://github.com/MiSTle-Dev/FPGA-Companion Running inside FreeRTOS, using PIO-PICO-USB,...

Bug 🐞

### Operating System Windows 10 ### Commit SHA 331c263400dd5ccf77264cab1fa6bbd9f374b44e ### Board Adafruit Feather M0 (RFM95) ### Firmware https://github.com/maxgerhardt/samd21-usb-host-repro/ ### What happened ? When starting up the TinyUSB stack configured for...

Bug 🐞

### Operating System Linux ### Commit SHA 21ed72bab119 ### Board espressif_s3_devkitc ### Firmware N/A ### What happened ? As documented on https://docs.tinyusb.org/en/latest/reference/getting_started.html#dependencies you should be able to do _either_ ```make...

Bug 🐞

### Operating System Linux ### Commit SHA 6ce46da042eb9ab243e4127ddcac57519c0a226f ### Board N/A ### Firmware N/A ### What happened ? Trace ``` /src/tinyusb/src/device/usbd.c:1294:56: runtime error: index 55 out of bounds for type...

Bug 🐞

### Related area USB Host detection ### Hardware specification RP2040 ### Is your feature request related to a problem? I am trying to enumerate the device using the arduino Dual...

Feature 💡
Prio Urgent