Age | Commit message (Expand) | Author |
2012-10-18 | Merged latest changes in AVR arduino core | Cristian Maglie |
2012-04-11 | fixed logic bug in Caterina that could stop the bootloader from entering self... | Zach Eveland |
2012-04-06 | Revert "Revert "added a short delay and comment to boolean operator in CDC"" | Zach Eveland |
2012-04-06 | Revert "added a short delay and comment to boolean operator in CDC" | Federico Vanzati |
2012-04-03 | added a short delay and comment to boolean operator in CDC | Zach Eveland |
2012-04-01 | added Boolean operators to HardwareSerial and CDC to test whether the port is... | Zach Eveland |
2012-03-14 | reduced delay before starting the Leonardo bootloader | Zach Eveland |
2012-03-01 | changed auto-reset logic for Leonardo. only do WDT manipulation if the port ... | Zach Eveland |
2012-02-27 | Autoreset 1200 bps fix. | Cristian Maglie |
2012-02-22 | shortened the watchdog period for resetting Leonardo from 2 s to 250 ms. Res... | Zach Eveland |
2012-02-14 | Leonardo now checks whether bootloader should be run after a WDT event. | Zach Eveland |
2012-02-13 | Leonardo auto-reset-and-upload changes for Windows (explanation below) | Zach Eveland |
2012-02-03 | fixed starting Leonardo bootloader from sketch | Zach Eveland |
2012-01-24 | Caterina now cleanly hands off operation to the sketch | Zach Eveland |
2011-12-18 | added asynchronous buffering of received CDC characters | Zach Eveland |
2011-11-09 | restored original non-interrupt-driven DiskLoader | Zach Eveland |
2011-10-27 | changes in core and boards.txt to support new bootloader | Zach Eveland |
2011-09-08 | fixed bug where sketches over 28k caused subsequent auto-reset-and-upload att... | Zach Eveland |
2011-09-06 | changed auto-reset trigger condition to fix auto-reset-and-upload for Windows... | Zach Eveland |
2011-09-05 | changed baudrate for auto-reset-and-upload back to 1200 bps. specified ardui... | Zach Eveland |
2011-08-30 | on a CDC or HID write() error, call setWriteError(). better handling of USB_... | Zach Eveland |
2011-08-30 | support for non-Leonardo boards is back! | Zach Eveland |
2011-08-30 | CDC and HID write() routines now return non-void - brought in line with new w... | Zach Eveland |
2011-08-27 | auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to suppo... | Zach Eveland |
2011-08-24 | bugfix - Serial.write() would try to send even if no CDC connection was open. | Zach Eveland |
2011-08-24 | changed auto-reset method for upload: now triggered by opening port at 1200 bps | Zach Eveland |
2011-08-16 | Temporary fix for auto-reset from IDE. Will reset chip when DTR is asserted,... | Zach Eveland |
2011-08-14 | Serial via USB works | Zach Eveland |