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.h
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] Removed unnecessary endpoint and interface function
NicoHood
2015-10-07
[PUSB] Made getDescriptor() and setup() more flexible
NicoHood
2015-10-07
[PUSB] Changed Interface + Endpoint to unsigned variables
NicoHood
2015-10-07
[PUSB] renamed some parameters
Cristian Maglie
2015-10-03
Removed not needed public statement for root node
NicoHood
2015-10-02
[PUSB] Fix static initialization order fiasco
Martino Facchin
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] The latest fields are now set via constructor
Cristian Maglie
2015-10-02
[PUSB] callbacks are now pure virtual methods
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-09-29
Removed not used PUSB_Begin()
Nico
2015-09-28
[HID] Removed unused PUSBReturn structure
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