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
/
USBDesc.h
Age
Commit message (
Expand
)
Author
2022-03-07
rename arduino core dir to xinput
HEAD
master
HampusM
2019-02-17
Removed USB CDC Serial
David Madison
2019-02-15
Disable Pluggable USB
David Madison
2015-10-21
[USB] use plugged modules name to create iSerial field
Martino Facchin
2015-10-02
[HID] Code cleanup (no semantic changes)
Cristian Maglie
2015-10-02
[PUSB] Fixed the correct number of endpoints
Cristian Maglie
2015-07-16
make CDC function non removable
Martino Facchin
2015-07-16
add PluggableUSB module
Martino Facchin
2015-07-16
Remove HID core library
Martino Facchin
2012-04-09
sketch USB VID and PID values are passed in from boards.txt at compile time n...
Zach Eveland
2012-02-13
changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootl...
Zach Eveland
2012-02-08
adjusting descriptors - trying to prevent sketch and bootloader from grabbing...
Zach Eveland
2011-09-16
added to sketch iProduct and iManufacturer strings identifying board as eithe...
Zach Eveland
2011-09-08
added compile-time definition of sketch PID. PID is pulled from variants/leo...
Zach Eveland
2011-09-08
Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID ...
Zach Eveland
2011-09-08
support compile-time passing of PID to Leonardo/Micro sketches. PID comes fr...
Zach Eveland
2011-08-14
Serial via USB works
Zach Eveland