tinyusb
tinyusb copied to clipboard
An open source cross-platform USB stack for embedded system
### Operating System Windows 10 ### Board STM32F103BluePill ### Firmware Stock firmware example for stm32f103bluepill. HID example. File in question is usbd.c. This is an uninformed guess, but if the...
**Describe the PR** Current poll mode speed down net throughput, we can add a api for xmitting status cb, application can be blocked to wait usb idle.
### Operating System Windows 10 for host ### Board Adafruit Feather M0 with added flash and battery including switch ### Firmware This firmware is based on the [msc_external_flash sample](https://github.com/adafruit/Adafruit_TinyUSB_Arduino/blob/master/examples/MassStorage/msc_external_flash/msc_external_flash.ino). It...
**Is your feature request related to a problem? Please describe.** Multiple cores MCUs without RTOS can behave like multiple thread RTOS (each core is a thread), therefore we will need...
**Describe the PR** I made the example workable on esp32s2 dev board - saola. What has been adapted: - use cmake system - use esp-idf sdk config - fix queue...
**Is your feature request related to a problem? Please describe.** Nuvoton DCD for NUC120 and NUC121 look similar enough and should be merged together to make it easier to maintain...
**Is your feature request related to a problem? Please describe.** ST extension is aka DFU 1.1a has some special command such set address, erase etc... I am not sure if...
### Set Up - Archlinux, distro kernel 5.12.8, - custom board with STM32H730 and USB PHY USB3343 (may provide schematics on request) - **TinyUSB version** b34724215bea28ef93fd80ed9c2e4ddc87874093 with [synopsys hotfix ](https://github.com/diggit/tinyusb/commit/69e9397b8ac5201db2a79041593e76b31563c9d9)...
**Is your feature request related to a problem? Please describe.** For some scenario, user prefer to run entire stack in ISR in low priority mode. At current state, it may...
**Is your feature request related to a problem? Please describe.** Raw throughput of USB can be high but once you make some data copy the speed will drop significantly. Currently...