tinyusb
tinyusb copied to clipboard
An open source cross-platform USB stack for embedded system
**Is your feature request related to a problem? Please describe.** ISO transfer and Audio driver is supported (for some mcus), maybe the next thing is getting video class implemented.
These bugs are caused by the failure to check `request->wLength`. ## hidd_control_xfer_cb case 1 if `request->wLength > the size of p_hid->epin_buf` it could lead buffer out of bound read. ```...
**Is your feature request related to a problem? Please describe.** I was reading #851 and thought that another maintainability change would be to move the examples and the HALs used...
**Is your feature request related to a problem? Please describe.** CMake seems to make thing more manageable and modulo than plain make. Would it be benefit to migrate example building...
**Is your feature request related to a problem? Please describe.** ESP32-S2 has only 5 available endpoint-in FIFOs (including EP0) but 7 available EP IN numbers #454 . In normal CDC...
**Set Up** - **PC OS** Windows 10 - *Board** Samg55 - **Firmware** 4 Port Hub with keyboard attached **Describe The Bug** If I attach the Hub and the keyboard the...
**Set Up** - **PC OS** Windows10 Pro version 1909 - **Board** imxrt1020_evk (note that issue seems like it would occur regardless of Board type) - **Firmware** examples/device/cdc_msc with the following...
**Is your feature request related to a problem? Please describe.** https://github.com/hathach/tinyusb/blob/master/examples/device/net_lwip_webserver/src/main.c#L61 mentions that ideally the MAC should be generated by hardware ID. However the variable is declared const in https://github.com/hathach/tinyusb/blob/master/src/class/net/net_device.h#L62...
**Is your feature request related to a problem? Please describe.** I think we need something to do performance analyse. **Describe the solution you'd like** As we already have RTT for...
**Describe the bug** Last bug report for now, I swear :). The CDC portion of the `cdc_msc` demo does not appear to like being given more than a packet's worth...