| Age | Commit message (Collapse) | Author |
|
|
|
fix compiling with nuc family
|
|
|
|
hcd_bus_info_get
streamline bus info to usbh_devies, also replace dev0 (renamed to dev0_bus)
|
|
|
|
implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header.
|
|
TUH_EPBUF_DEF
|
|
consistent
|
|
|
|
|
|
add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER
|
|
change tuh_int_handler() to take in_isr as optional parameter (default =
true)
|
|
|
|
- rename max3421e to max3421
- fix incorrect bitmask for HCTL, fix initial device connect
- fix bus reset cause connect IRQ
|
|
|
|
- add empty tuh_int_handler/tud_int_handler if corresponidng stack not enabled
- add hcd_template.c
|
|
- also improve ehci bus reset
- seperate bus reset delay and contact debouncing delay in enumeration
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|