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
/
bootloaders
/
caterina_LUFA
Age
Commit message (
Expand
)
Author
2012-03-01
reduced Caterina timeout to 8 seconds from 16
Zach Eveland
2012-02-14
Leonardo now checks whether bootloader should be run after a WDT event.
Zach Eveland
2012-02-14
Leonardo bootloader jumps straight to sketch for a power-on reset.
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-02-07
changed Caterina descriptors - Arduino LLC VID, new PID, manufacturer string,...
Zach Eveland
2012-02-07
fixed bug in Caterina which caused some programming instructions to fail
Zach Eveland
2012-02-06
increased Leonardo bootloader timeout to 16 seconds
Zach Eveland
2012-02-03
proper bootloader timeout and LED control in Leonardo bootloader
Zach Eveland
2012-01-24
Caterina now cleanly hands off operation to the sketch
Zach Eveland
2012-01-21
move interrupt vector table to application section before jumping to it after...
Zach Eveland
2012-01-21
Leonardo bootloader checks reason for reset and jumps immediately to sketch i...
Zach Eveland
2012-01-19
stripped all LUFA LED control. from LUFA-based Caterina
Zach Eveland
2012-01-19
changed fuses to select 4k bootloader for LUFA-based Caterina
Zach Eveland
2012-01-19
added Board/LEDs.h to LUFA-based Caterina
Zach Eveland
2012-01-19
superficial changes to stock LUFA CDC bootloader - renamed project, removed u...
Zach Eveland
2012-01-19
initial checkin of LUFA 111009 CDC bootloader
Zach Eveland