| Age | Commit message (Collapse) | Author |
|
|
|
temporarily disable codespell
|
|
|
|
|
|
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
|
|
|
|
Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c
|
|
|
|
|
|
|
|
when LOG=1
|
|
|
|
adding cdc host fifo tx/rx
|
|
|
|
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
|
|
|
|
when starting up
|
|
|
|
IAR generates warning Pa167 'the "fallthrough" attribute is not supported'.
It doesn't generate warnings when one switch case falls through to another,
so simply make TU_ATTR_FALLTHROUGH expand to an empty string.
Also replace one instance of __attribute__ with the macro.
|
|
IAR generates warning Pe188 'enumerated type mixed with another type'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Host: Add support for multi-level usb hubs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and in_isr
also allow exit tud_task,tuh_task after processing all events for
running other background task for user
|
|
pending for event queue with timeout of 1 ms
|
|
|
|
|
|
|