summaryrefslogtreecommitdiff
path: root/examples/device/hid_composite/src/main.c
AgeCommit message (Collapse)Author
2021-02-24add itf argument to hid API to support multiple instanceshathach
following API signature is changed: - tud_hid_descriptor_report_cb() - tud_hid_get_report_cb() - tud_hid_set_report_cb() - tud_hid_boot_mode_cb() - tud_hid_set_idle_cb()
2021-02-09tud_hid_report_complete_cb() APIhathach
update hid composite to make use of tud_hid_report_complete_cb() for sending reports when possible.
2021-02-08add tud_hid_n_gamepad_report() helper for gamepad reporthathach
- Add gamepad to hid_composite example. Though it needs a bit of extra work but it will come later as separated PR.
2021-02-01add consumer control to hid_composite exampleshathach
both no OS and freeRTOS
2020-04-07example clean uphathach
2019-09-11added new example hid_compositehathach