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
/
variants
/
leonardo
Age
Commit message (
Expand
)
Author
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
2012-01-10
Merge branch 'master' of github.com:arduino/Arduino into new-extension
Zach Eveland
2012-01-02
Fixing static is not at beginning of declaration warnings (maniacbug).
David A. Mellis
2011-12-11
fixed TIMER4 use on Leonardo
Zach Eveland
2011-11-16
Fixed size of const array mapping digital pin number to bit mask.
Zach Eveland
2011-11-16
Updated digital pin and port mapping constants in pins_arduino.h for Leonardo.
Zach Eveland
2011-11-16
Swapped Dx assignment for MISO and SS to make numbering more sane (Dave Melli...
Zach Eveland
2011-11-16
Fixed handling of Ax constants on Leonardo
Zach Eveland
2011-11-15
updated pins_arduino.h for Leonardo to reflect final mapping of A6-A11
Zach Eveland
2011-11-08
updated analog pin assignments and declared TWI/I2C pins
Zach Eveland
2011-11-02
added 12th ADC channel for Leonardo. cleaned up and corrected comments for p...
Zach Eveland
2011-09-16
updated pin assignment again based on design files for Leonardo
Zach Eveland
2011-09-16
updated pin mappings for bootloader and pins_arduino.h in anticipation of fin...
Zach Eveland
2011-09-16
added automatic one-shot TX and RX LED control for sketch USB
Zach Eveland
2011-09-13
fixed analog pin mapping for 32u4
Zach Eveland
2011-09-08
added compile-time definition of sketch PID. PID is pulled from variants/leo...
Zach Eveland
2011-08-30
brought leonardo folder in line with new variants scheme
Zach Eveland