tud_hid_report_complete_cb() API

update hid composite to make use of tud_hid_report_complete_cb() for
sending reports when possible.
This commit is contained in:
hathach
2021-02-09 15:57:29 +07:00
parent ecd16cf24b
commit d2b8e591f6
6 changed files with 136 additions and 95 deletions
+6
View File
@@ -1,5 +1,11 @@
# TinyUSB Changelog
## WIP
- Fix dropping MIDI sysex message when fifo is full
- Add DPad/Hat support for HID Gamepad
- Add tud_hid_report_complete_cb() API
## 0.8.0 - 2021.02.05
### Device Controller Driver