| Age | Commit message (Collapse) | Author |
|
|
|
Tested with EP0 size 8/16/32/64.
|
|
|
|
|
|
|
|
|
|
call tud_init() after freeRTOS kernel is started
|
|
add note for usb init when using with RTOS
|
|
fix samd21 race condition with setup packet
|
|
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
|
|
Followup pr466 pr468
|
|
|
|
|
|
Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFY
|
|
FreeRTOS: Yield from ISR to notify the USB task
|
|
|
|
|
|
If we do not yeld in ISR when we write to queue/give semaphore, the scheduler will not know of the change and will not check the queue untill the next OS tick. This change causes the task to be called immediately and makes communication many times faster.
|
|
Signed-off-by: Chang Feng <[email protected]>
|
|
|
|
|
|
Better support highspeed mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
|
|
|
|
|
|
- define both fs and hs configuration descriptor
- rename CFG_TUD_CDC_EPSIZE to CFG_TUD_CDC_EP_BUFSIZE with default size of 64 for FS, and 512 for HS
|
|
add BSP for Great Scott Gadgets' LUNA boards (SAMD21)
|
|
|
|
Improve comment on CDC tud_cdc_write_available()
|
|
Fixes #460
|
|
ESP32-S2: Detect EP IN Xfer Timeout
|
|
Add support for STM32 OTG HS core
|
|
update readme, boards.md to add link to new stm boards
|
|
|
|
Add stm hs
|
|
USB runs from LSE stabilized MSI48
LPUART on PORTG needs VDDIO2 enabled.
|
|
|
|
|
|
|
|
Add "REDUCE_SPEED=1" to the compile options.
|
|
|
|
|