| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
- Update shared RX FIFO calculation with FS/HS
- IN FIFO EP
- Interrupt -> use EPSize
- Bulk/ISO -> use max(EPSize, remaining-fifo / non-opened-EPIN)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- set turn-around and report actual speed in Enum Done
- add dcd_event_bus_reset() helper to report speed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
each port is 1 byte for easy maintenance
|
|
|
|
|
|
fix nrf hanged (blocking wait) when called within critical section
|
|
|
|
added tud_task_event_ready()
|
|
|
|
|
|
since it doesn't make any differences.
|
|
to check if there is pending events in the tud task without executing
it. Useful to check before entering low power mode with WFI/WFE
|
|
ported for osal none/freertos/mynewt
|
|
enable -Wcast-align
|
|
|
|
|
|
suppress vendor sdk driver at board.mk
|
|
Add support for stm32f746nucleo board
|
|
|
|
Follow pr404
|
|
|
|
|
|
|
|
Optimize tusb_fifo transfer speed.
|
|
Signed-off-by: Mengsk <[email protected]>
|
|
detect if SD is actually present on the flash using SD magic
|
|
|
|
Add IAR EWARM compiler attribute and endian support.
|
|
|
|
add CFG_TUSB_DEBUG_PRINTF() for log retargeting
|
|
|
|
device: fix build warning when CFG_TUSB_DEBUG >= 2
|