| Age | Commit message (Collapse) | Author |
|
|
|
fix issue 2188: support usbh_app_driver_get_cb()
|
|
|
|
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
|
|
|
|
|
|
|
|
|
|
Invoke unmounted state on configuration reset
|
|
Enhance HITL test
|
|
USB.2
msc is mounted, but device couldn't work reliably and got constant reset
due to other errata probably.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- also improve ehci bus reset
- seperate bus reset delay and contact debouncing delay in enumeration
|
|
|
|
|
|
|
|
Renesas_RA: add support for board with HS USB port
|
|
|
|
also mass change configQUEUE_REGISTRY_SIZE = 4
|
|
|
|
debuggers"
This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29.
|
|
|
|
selectively disable usbd/usbh or driver log
|
|
|
|
|
|
|
|
|
|
add BOARD_UPPERCASE for board detection
|
|
|
|
osal_none: make it possible to override the task delay function
|
|
usb still not work with uno
|
|
does not seems to work
|
|
- more clean up
|
|
|
|
|
|
Enhance EHCI
|
|
|
|
|
|
|
|
|
|
- make osal_task_delay() as weak function in usbh
- implement osal_task_delay() in hcd rusb2 (may moved to other places)
|
|
|
|
also merge them together
|