ST/USBHOST forked to add another HID handler for raw keyboard data to get more detail not available with current handlers (all pressed keys, all releases, and periodic updates)
Dependents: C64-stm429_discovery
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
7:9dc1cb9d5e12 | 2020-04-13 | davervw | Added handler to USBHostHID/USBHostKeyboard.cpp:; void (*onKeyData)(uint8_t len, uint8_t* data);; so can get raw keyboard data for all keys simultaneously pressed, and all releases and periodic data |
6:d3ac9e1c0035 | 2017-04-26 | jamike | fix error in read and write |
5:fc157e6bd5a5 | 2017-04-26 | frq08711@LMECWL0871.LME.ST.COM | update for hub support |
4:fb979eb32081 | 2017-02-16 | jamike | add 64 bits interfaces |
3:1c76b46ad779 | 2017-02-17 | frq08711@LMECWL0871.LME.ST.COM | fixes for USBMSD |
2:df7fba2d5ac7 | 2017-02-16 | jamike | remove USB_MSD to avoid FAT lib for compilation |
1:ab240722d7ef | 2017-02-15 | frq08711@LMECWL0871.LME.ST.COM | update to mbed 5.3.5 |
0:c7d19e2470b1 | 2017-02-15 | jamike | creation |