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
/
demo
/
hid_custom_inout_template.c
Age
Commit message (
Expand
)
Author
2026-04-07
update(demo): change string index max to sizeof(string_descriptors) / sizeof(...
sakumisu
2026-01-24
update(demo): remove all old desc api
sakumisu
2025-12-04
update(demo): add more descriptor init macros
sakumisu
2025-03-28
fix: fix wformat warnings
sakumisu
2025-02-01
update(demo): add CONFIG_USBDEV_ADVANCE_DESC template
sakumisu
2024-09-09
update(demo): set bNumConfigurations with zero in Device Qualifier Descriptor...
sakumisu
2024-08-09
update(demo): change uint32_t to uintptr_t for 64bit cpu register
sakumisu
2024-06-14
fix(demo/hid_custom_inout_template): add missing macros
sakumisu
2024-03-29
update hid inout for hs
sakumisu
2024-03-23
reset flag in USBD_EVENT_CONFIGURED
sakumisu
2024-02-18
config busid and regbase in usbh_initialize and usbd_initialize
sakumisu
2024-02-06
support multi port api for device
sakumisu
2023-07-20
update hid inout demo
sakimisu
2023-06-21
use usbd_event_handler instead of usbd_configure_done_callback
sakimisu
2023-06-21
update demo, move hid buffer into nocache ram
sakimisu
2022-10-20
remove intf malloc
sakumisu
2022-10-14
fix hid state and video state
sakumisu
2022-08-20
check hid write return val because test hid in task not in isr
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-18
modify keyboard macro
sakumisu
2022-07-31
merge class rx setup functions into one
sakumisu