| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
clean up osal_none
|
|
|
|
|
|
|
|
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- task create, task def macros
|
|
|
|
clean up osal.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
immediate reset on isr. However Khanh's G5 mouse is not enumerated !!
remove TUSB_CFG_CONFIGURATION_MAX from config file
fix some warning
|
|
completely deferred xfer isr event to usbd task
complete read10, write10 sequence for large data transfer
|
|
|
|
|
|
|
|
enable HOST_HCD_XFER_INTERRUPT by default (previously only enabled with HID), as it is widely used
implement tusbh_cdc_is_busy
add compilation switch in usbh enumeration for hub
rewrite CDC serial application to address usb-serial race condition
|