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
/
cores
/
arduino
/
PluggableUSB.cpp
Age
Commit message (
Expand
)
Author
2015-10-21
[USB] use plugged modules name to create iSerial field
Martino Facchin
2015-10-12
[PUSB] Renamed PUSBListNode to PluggableUSBModule
Cristian Maglie
2015-10-07
[PUSB] Made getDescriptor() and setup() more flexible
NicoHood
2015-10-07
[PUSB] renamed some parameters
Cristian Maglie
2015-10-07
Small return value error check correction
NicoHood
2015-10-02
[PUSB] Fix static initialization order fiasco
Martino Facchin
2015-10-02
[PUSB] Fixed checks on return values
Cristian Maglie
2015-10-02
[PUSB] Fixed the correct number of endpoints
Cristian Maglie
2015-10-02
[PUSB] Fixed check for available endpoints
Cristian Maglie
2015-10-02
[PUSB] No more static fields in PluggableUSB class
Cristian Maglie
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
[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-07-16
fix pluggableUSB linked list
Martino Facchin
2015-07-16
rename Setup typedef struct to USBSetup
Martino Facchin
2015-07-16
fix HID descriptors bigger than 127 bytes
Martino Facchin
2015-07-16
rework PUSBCallbacks initialization
Martino Facchin
2015-07-16
add numInterfaces field to PUSBCallbacks
Martino Facchin
2015-07-16
implement PUSB modules as linked list
Martino Facchin
2015-07-16
remove useless variables
Martino Facchin
2015-07-16
add PluggableUSB module
Martino Facchin