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
/
usbd_hid.c
Age
Commit message (
Expand
)
Author
2026-02-03
style(class): remove device warning logs for memory
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-02-06
support multi port api for device
sakumisu
2023-07-21
Fix the callback api in usbd_hid.c
Chen Leeren
2023-05-26
extend report length
sakimisu
2023-05-24
fix hid get report len
sakumisu
2022-10-20
remove intf malloc
sakumisu
2022-09-25
fix hid duration
sakumisu
2022-09-08
remove custom handler, split class handler into interface and endpoint
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-19
give up class register
sakumisu
2022-08-18
delete hid state
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-07-31
merge class rx setup functions into one
sakumisu
2022-07-28
refactor dcd api and ep in/out irq callback process
sakumisu
2022-06-28
update hid functions register
sakumisu
2022-02-12
add static to embelish request handler
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
rename paramater named class with devclass instead
sakimusu
2022-01-15
update license
sakumisu
2022-01-15
add usb debug level control and color display
sakumisu
2021-12-28
fix direction mask in bmRequestType with new macro
sakumisu
2021-12-04
fix doxygen user name
sakumisu
2021-11-29
refactor usb class structure
sakumisu
2021-11-14
modify print log,add USBD_LOG_INFO forever print
sakumisu
2021-11-09
modify class request print log
sakumisu
2021-09-28
add usb hs support,add bos and msosv2 descriptor register
sakumisu
2021-07-10
first commit
jzlv