| Age | Commit message (Collapse) | Author |
|
- more clean up
|
|
|
|
|
|
Enhance EHCI
|
|
|
|
correct hcd_edpt_clear_stall() API signature
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
compatible with other EHCI implementation
|
|
Add HCD abort xfer API
|
|
|
|
change dcache clean/invalidate return type to bool
|
|
|
|
|
|
update bsp for 4088
|
|
|
|
add tu_assert() check for aligned 32byte address for imxrt
|
|
|
|
|
|
CFG_TUD_MEM_SECTION is default to CFG_TUSB_MEM_SECTION
|
|
|
|
Board support for XMC4700_RELAX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can be useful when focusing on let's say usbh
|
|
Usbh xfer user callback
|
|
|
|
can be useful when focusing on let's say usbh
|
|
|
|
|
|
|
|
add is_compiler_supported_by_pico_pio_usb() for rp2040
|
|
previosuly users of TinyUSB (e.g. pico-examples) would have to decide this for themselves. This function couples
the check closer with the actual version of Pico-PIO-USB used (since TinyUSB picks)
|
|
Fix flash-jlink target to work on Windows command prompt
|
|
echo command of windows command prompt can't handle line breaks in a variable.
|
|
fix etm trace clock with stm32h743eval board
|
|
Fix host buffer alignment setting
|
|
|
|
|