Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | Leonardo bootloader now sends iSerial string during enumeration. Seems to ↵ | Zach Eveland | |
satisfy Windows' composite device requirements. | |||
2011-11-09 | restored original non-interrupt-driven DiskLoader | Zach Eveland | |
Interrupt-driven version was a dead-end - too many bugs with that approach. | |||
2011-10-27 | removed conditional compilation checks for CDC_ENABLED | Zach Eveland | |
bootloader must always have CDC enabled | |||
2011-10-27 | removed old comments and unused USB core code | Zach Eveland | |
2011-10-27 | brought nuevo_diskloader changes over to diskloader | Zach Eveland | |
Moved nuevo_diskloader files into diskloader directory. Changed back to real PID for Leonardo | |||
2011-09-16 | added to the bootloader iProduct and iManufacturer strings identifying board ↵ | Zach Eveland | |
as an "Arduino Leonardo" manufactured by "Arduino LLC" | |||
2011-09-08 | misc. bootloader fixes: increased wait time after receiving avrdude 'Q', ↵ | Zach Eveland | |
increased bootloader timeout, and fixed LED one-shot timing | |||
2011-09-08 | removed all bootloader mass storage and MSC references | Zach Eveland | |
2011-08-27 | bootloader ends as soon as sketch upload finishes. restored pulsing of LED ↵ | Zach Eveland | |
while bootloader running. | |||
2011-08-14 | LEDs for D13, TX, and RX are more in line with Uno-like behavior during ↵ | Zach Eveland | |
sketch uploading. D13 flashes on reboot, TX and RX flash with USB data transfer. | |||
2011-08-14 | increased bootloader delay to approx. 3.5 s | Zach Eveland | |
2011-08-11 | diskloader source and binary for 32u4 | Zach Eveland | |