index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
usb_hc.h
Age
Commit message (
Expand
)
Author
2025-07-27
update(common/usb_hc): change interval u16 to u32 for us
sakumisu
2025-07-25
update(common/usb_hc): change interval u8 to u16 for us
sakumisu
2025-01-15
update: add USBH_IRQHandler & USBD_IRQHandler function declaration
sakumisu
2024-06-11
update(port/ehci): use static iso pool for iso urb to reduce alloc time
sakumisu
2024-03-14
add timer to control interrupt transfer
sakumisu
2024-01-08
support multi USB IP for host
sakumisu
2023-12-24
add usbh_deinitialize api
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-09-18
[common] Avoid IAR compiling error on USB HOST stack
helloeagleyang
2023-03-12
replace speed reconfig with mult
sakimisu
2022-12-31
add get frame number api
sakimisu
2022-09-25
fix gcc extension warning
sakumisu
2022-09-24
add iso config in urb
sakumisu
2022-09-14
add mult config
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-08-23
delete dupliate
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-06-14
add sw init for os and hw init for host controller
sakumisu
2022-03-23
psc thread use event instead,add timeout for transfer
jzlv
2022-02-09
update ehci driver
jzlv
2022-01-30
add ehci and synopsys hcd driver
sakumisu