| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
add tu_assert() check for aligned 32byte address for imxrt
|
|
|
|
|
|
|
|
- more dcache clean/invalidate
- extract init_periodic_list()
- improve isr list handling
|
|
|
|
|
|
- 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
|
|
temporarily disable codespell
|
|
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
|
|
Host: Add support for multi-level usb hubs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
minor clean up
|
|
run as proof of concept
|
|
|
|
|
|
remove usbh_hcd.h
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement USBH_EVENT_FUNC_CALL
|
|
- separate connect/disconnect handling
- hub work with full speed, but doesn't seem to work with Low speed
device (with mcb1800)
- need to update msc host after migrating from isr to xfer_cb (blocked
at inquiry)
|
|
|
|
|
|
|
|
use usbh_edpt_open() to correctly map ep2drv[]
|
|
- add hcd_uframe_number() API, update EHCI to return uframe number
- get host running on ea4357
|
|
|
|
|
|
|
|
|
|
|
|
|