1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00
Commit graph

2 commits

Author SHA1 Message Date
Michael Keller
52e20c9c7b Merge pull request #10153 from dkustec/hid-mouse-report-desc-changes
Remap and fix HID_MOUSE_ReportDesc (as part of #10150)
2021-10-03 17:29:32 +13:00
conkerkh
4786e1a333 Add Composite CDC+HID device option. (#5478)
* Add Composite CDC+HID device option.

- It passes on though HID interface 8 channels received from TX
- Endpoints are reconfigured to support HID interface
- Potentially this can slow down SPI Flash transfer though CDC interface...
- This could be addressed by support for MSC when using SPI Flash (emulating FATFS)

* Different way to handle MIN redefine
2018-03-22 15:21:22 +13:00