| Age | Commit message (Collapse) | Author |
|
- more dcache clean/invalidate
- extract init_periodic_list()
- improve isr list handling
|
|
|
|
|
|
hub removal with usbh queue
|
|
- change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if
not defined
- change QHD_MAX for EHCI, should be user configurable and more
optimized in the future
|
|
|
|
- tuh_control_xfer() update xfer result to user_data if complete
callback = NULL (sync/blocking)
- refactor host serial driver for acm/ftdi/cp210x
|
|
|
|
- CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN
- CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN
- fix missing mem section and align for host
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|