Age | Commit message (Expand) | Author |
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-22 | Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader | 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-13 | changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootl... | Zach Eveland |
2012-02-12 | prog_char -> char PROGMEM in Print.cpp | David A. Mellis |
2012-02-08 | adjusting descriptors - trying to prevent sketch and bootloader from grabbing... | Zach Eveland |
2012-02-03 | fixed starting Leonardo bootloader from sketch | Zach Eveland |
2012-02-03 | Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloader | Zach Eveland |
2012-02-03 | Making head and tail unsigned to avoid division in serial ISR. | David A. Mellis |
2012-01-24 | Caterina now cleanly hands off operation to the sketch | Zach Eveland |
2012-01-10 | Merge branch 'master' of github.com:arduino/Arduino into new-extension | Zach Eveland |
2012-01-02 | Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen). | David A. Mellis |
2012-01-02 | Fixing findUntil() problem with repeated initial characters. (Jeffery.zksun) | David A. Mellis |
2012-01-02 | Fixing warnings (unsigned comparisons to 0). (maniacbug) | David A. Mellis |
2012-01-02 | Fixing static is not at beginning of declaration warnings (maniacbug). | David A. Mellis |
2011-12-31 | Merge branch 'master' of github.com:arduino/Arduino into new-extension | Zach Eveland |
2011-12-30 | Simplifying microseconds <-> clock cycles conversions. (Rob Tillaart) | David A. Mellis |
2011-12-20 | changed Keyboard write() method to type(). Made write() an alias for type() t... | Zach Eveland |
2011-12-20 | Revert "changed Keyboard write() method to type(). Made write() an alias for... | Zach Eveland |
2011-12-20 | changed Keyboard write() method to type(). Made write() an alias for type() ... | Zach Eveland |
2011-12-19 | fixed attachInterrupt() on Leonardo | Zach Eveland |
2011-12-18 | added asynchronous buffering of received CDC characters | Zach Eveland |
2011-12-18 | fixed digitalWrite on timer 4 pins (D6 and D13) | Zach Eveland |
2011-12-11 | fixed TIMER4 use on Leonardo | Zach Eveland |
2011-12-02 | Updated reference voltage defines for ATmega1284P. | David A. Mellis |
2011-12-02 | Support 3rd external interrupt on ATmega1284P (maniacbug) | David A. Mellis |
2011-12-02 | Fixing delayMicroseconds() timing for 20 MHz clocks. (Erdem U. Altinyurt) | David A. Mellis |
2011-11-19 | readBytes() and readBytesUntil() handle zero bytes and return # of bytes read. | David A. Mellis |
2011-11-16 | Fixed handling of Ax constants on Leonardo | Zach Eveland |
2011-11-09 | restored original non-interrupt-driven DiskLoader | Zach Eveland |
2011-10-31 | Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_re... | Zach Eveland |
2011-10-29 | Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen) | David A. Mellis |
2011-10-27 | Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r... | Zach Eveland |
2011-10-27 | Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_re... | Zach Eveland |
2011-10-27 | changes in core and boards.txt to support new bootloader | Zach Eveland |
2011-10-27 | Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot | Zach Eveland |
2011-10-25 | Bug fix in replace(). | David A. Mellis |
2011-10-24 | Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc. | David A. Mellis |
2011-10-24 | Correcting analogReference() constants for ATtiny24/44/84 and 25/45/85. | David A. Mellis |
2011-10-21 | Lowering timer 1 prescale factor (to 8 from 64) for F_CPU less than 8 MHz. | David A. Mellis |
2011-10-10 | Fixing more warnings (Paul Stoffregen). | David A. Mellis |
2011-10-02 | Fixing warnings in Stream (Paul Stoffregen) | David A. Mellis |
2011-09-30 | Using alternate timer 0 overflow interrupt signal name for ATtiny24/44/84. | David A. Mellis |
2011-09-16 | added Mouse.isPressed() method | Zach Eveland |
2011-09-16 | made some Keyboard methods private | Zach Eveland |
2011-09-16 | added support for TIMER4D used for PWM on Leonardo and Micro D6 | Zach Eveland |
2011-09-16 | added automatic one-shot TX and RX LED control for sketch USB | Zach Eveland |
2011-09-16 | added to sketch iProduct and iManufacturer strings identifying board as eithe... | Zach Eveland |