index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
host
/
cdc_msc_hid
/
src
/
hid_app.c
Age
Commit message (
Expand
)
Author
2025-11-03
fix #2942, include stdio if CFG_TUSB_DEBUG > 0 and CFG_TUSB_DEBUG_PRINTF is n...
hathach
2025-10-14
improve cmake warning flags, fix various warnings in examples
hathach
2025-05-13
fix warnings, minor clean up
hathach
2025-03-25
fix wanings
hathach
2025-03-03
- add tuh_descriptor_get_string_langid() API
hathach
2024-11-07
update bsp for h7 to support host mode
hathach
2024-07-18
fix some clang compiler warnings
graham sanderson
2023-08-14
fix build iar with lpc43
hathach
2023-08-03
rename hw/bsp/board.h to board_api.h
hathach
2023-05-16
EHCI: fix xfer failed with disconnected device as stalled
hathach
2022-12-04
Fix typos
Bastien Nocera
2021-08-23
add tuh_hid_receive_report() for applicaiton to explicitly request report
hathach
2021-08-20
hid host skip get report descriptor if too large instead of assert
hathach
2021-06-29
fix warnings
hathach
2021-06-28
fix SET_PROTOCOl, update hid host behavior for default boot interface
hathach
2021-06-11
improve usbh
hathach
2021-05-22
add tuh_hid_report_sent_cb()
hathach
2021-05-22
rename tuh_hid_get_report_cb to tuh_hid_report_received_cb()
hathach
2021-05-22
implement hid host set report with control transfer
hathach
2021-05-22
improve hid parser
hathach
2021-05-22
more hid api rename
hathach
2021-05-22
update app
hathach
2021-05-22
simplify hid api
hathach
2021-05-18
Merge branch 'master' into host-hid
hathach
2021-05-18
move report_info to application
hathach