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
/
core
/
usbh_core.h
Age
Commit message (
Expand
)
Author
2023-04-21
update hub process for usb3.0, update xhci driver
sakimisu
2023-02-18
format code
sakimisu
2023-02-18
move hub and hport variable into common ram to reduce nocache ram usage
sakumisu
2023-02-09
Revert "check if hport is null"
sakimisu
2023-02-05
check if hport is null
sakumisu
2022-12-15
1. support for iar in situation of usb host application
biyq
2022-12-11
update hub thread wakeup with queue not sem&list
sakimisu
2022-11-21
remove device mount and unmount callback
sakimisu
2022-10-07
remove bulk_transfer and intr_transfer
sakumisu
2022-09-27
fix pipe param type in usbh_hport_activate_epx
sakumisu
2022-09-23
record raw config descriptors
sakumisu
2022-09-15
add urb for msc class
sakumisu
2022-09-14
add interface altsetting struct
sakumisu
2022-09-09
complete hub intr transfer
sakumisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-09-01
revert dot in keil
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-12
update usbh_class info section
sakumisu
2022-08-12
add mount callback for device, move tests in mount callback
sakumisu
2022-08-12
delete workq
sakumisu
2022-06-04
move log macros into usb_log.h,adjust header file inclusion order
sakumisu
2022-03-23
fix linkscript for clang and ccarm
sakumisu
2022-03-23
update class driver info,support class driver export
jzlv
2022-03-23
psc thread use event instead,add timeout for transfer
jzlv
2022-03-17
fix critical section wrong use
sakumisu
2022-02-24
use hport setup to replace class setup,move out test demo
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
add usb host stack(class not release completely)
sakimusu