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
/
class
/
hid
/
usbh_hid.h
Age
Commit message (
Expand
)
Author
2026-03-11
feat(class/hid/usbh_hid): add usbh_hid_report_convert api
sakumisu
2026-03-05
update(class/hid/usbh_hid): replace report type macro
sakumisu
2026-03-03
refactor(class/hid/usbh_hid): refactor hid parse api again
sakumisu
2025-12-17
feat(class/hid): add hid report parse api
sakumisu
2025-04-17
feat(class/usbh_hid): add usbh_hid_get_protocol api
sakumisu
2024-09-27
update(class/hid/usbh_hid): export usbh_hid_get_report_descriptor api, refs:#260
sakumisu
2024-08-18
update(class/hid/usbh_hid): read report size from hid desc
sakumisu
2024-04-24
add user_data param in host class for users
sakumisu
2024-04-23
add hid host report api
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2022-11-26
add host class run and stop callback
sakimisu
2022-09-09
refactor usb host stack: hcd api, hub process and usb no cache ram process
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-04-04
Standardized function parameter with xxx_class
sakumisu
2022-04-04
add class driver export macro control
sakumisu
2022-03-23
update class driver info,support class driver export
jzlv
2022-03-19
update host class driver struct: add hport.
aozima
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