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

History

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 default tip

2020-04-13, by davervw [Mon, 13 Apr 2020 05:25:10 +0000] rev 7

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


fix error in read and write

2017-04-26, by jamike [Wed, 26 Apr 2017 20:08:31 +0000] rev 6

fix error in read and write


update for hub support

2017-04-26, by frq08711@LMECWL0871.LME.ST.COM [Wed, 26 Apr 2017 18:11:37 +0200] rev 5

update for hub support


add 64 bits interfaces

2017-02-16, by jamike [Thu, 16 Feb 2017 17:14:33 +0000] rev 4

add 64 bits interfaces


fixes for USBMSD

2017-02-17, by frq08711@LMECWL0871.LME.ST.COM [Fri, 17 Feb 2017 12:40:57 +0100] rev 3

fixes for USBMSD


remove USB_MSD to avoid FAT lib for compilation

2017-02-16, by jamike [Thu, 16 Feb 2017 10:14:22 +0000] rev 2

remove USB_MSD to avoid FAT lib for compilation


update to mbed 5.3.5

2017-02-15, by frq08711@LMECWL0871.LME.ST.COM [Wed, 15 Feb 2017 10:49:44 +0100] rev 1

update to mbed 5.3.5


creation

2017-02-15, by jamike [Wed, 15 Feb 2017 09:42:43 +0000] rev 0

creation