index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libraries
/
HID
Age
Commit message (
Expand
)
Author
2015-10-02
[PUSB] replaced u8 with uint8_t
Cristian Maglie
2015-10-02
[PUSB] Selected interface and endpoint are now part of PUSBListNode
Cristian Maglie
2015-10-02
[HID] Now HID extends directly PluggableUSBListNode
Cristian Maglie
2015-10-02
[PUSB] Global functions PUSB_* are now methods of PluggableUSB class
Cristian Maglie
2015-10-02
[PUSB] PUSBCallback struct has been merged into PUSBListNode
Cristian Maglie
2015-09-28
[HID] Added missing return in HID.begin()
Cristian Maglie
2015-09-28
[HID] Changed 'u8' to 'uint8_t' in definitions
Cristian Maglie
2015-09-28
[HID] added 'const' qualifier in HID initialization
Cristian Maglie
2015-09-22
HID: merged HID_Descriptor into HIDDescriptorListNode
Cristian Maglie
2015-09-22
HID: Renamed fields in HIDDescriptorListNode and HID_Descriptor
Cristian Maglie
2015-09-20
Remove Raw HID definitions at wrong place
Nico
2015-09-18
Added categories to libraries
Cristian Maglie
2015-08-12
Added 16 byte endpoint support
NicoHood
2015-08-12
Fixed HID Reports >255 bytes
NicoHood
2015-07-16
rework HID-based libraries and add Due fallback
Martino Facchin
2015-07-16
allow HID submodules to create runtime descriptors
Martino Facchin
2015-07-16
rework HID class functions scopes
Martino Facchin
2015-07-16
rename Setup typedef struct to USBSetup
Martino Facchin
2015-07-16
fix HID headers
Martino Facchin
2015-07-16
fix HID descriptors bigger than 127 bytes
Martino Facchin
2015-07-16
move HID library to AVR specific location
Martino Facchin