aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino
AgeCommit message (Expand)Author
2012-03-26added methods to Keyboard to handle multiple simultaneous key presses or rele...Zach Eveland
2012-03-26Keyboard.type() now just presses and releases the key indicated - doesn't rel...Zach Eveland
2012-03-26added stub methods for begin() and end() to Mouse and KeyboardZach Eveland
2012-03-14reduced delay before starting the Leonardo bootloaderZach Eveland
2012-03-07Fix for some strange behaviours during board resetCristian Maglie
2012-03-03Added Keyboard support for all modifier and all common non-printing keys.Zach Eveland
2012-03-03Removed support for key mapping in Keyboard.Zach Eveland
2012-03-03added Keyboard methods press(), release(), and releaseAll()Zach Eveland
2012-03-03Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloaderZach Eveland
2012-03-03fixed minor compilation warnings for LeonardoZach Eveland
2012-03-02Small changes for the ATmega1284.David A. Mellis
2012-03-01changed auto-reset logic for Leonardo. only do WDT manipulation if the port ...Zach Eveland
2012-02-27Autoreset 1200 bps fix.Cristian Maglie
2012-02-22shortened the watchdog period for resetting Leonardo from 2 s to 250 ms. Res...Zach Eveland
2012-02-22Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloaderZach Eveland
2012-02-14Leonardo now checks whether bootloader should be run after a WDT event.Zach Eveland
2012-02-13Leonardo auto-reset-and-upload changes for Windows (explanation below)Zach Eveland
2012-02-13changed Leonardo bootloader and sketch PID values again (now 0x0701 for bootl...Zach Eveland
2012-02-12prog_char -> char PROGMEM in Print.cppDavid A. Mellis
2012-02-08adjusting descriptors - trying to prevent sketch and bootloader from grabbing...Zach Eveland
2012-02-03fixed starting Leonardo bootloader from sketchZach Eveland
2012-02-03Merge branch 'master' of github.com:arduino/Arduino into LUFA_bootloaderZach Eveland
2012-02-03Making head and tail unsigned to avoid division in serial ISR.David A. Mellis
2012-01-24Caterina now cleanly hands off operation to the sketchZach Eveland
2012-01-10Merge branch 'master' of github.com:arduino/Arduino into new-extensionZach Eveland
2012-01-02Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen).David A. Mellis
2012-01-02Fixing findUntil() problem with repeated initial characters. (Jeffery.zksun)David A. Mellis
2012-01-02Fixing warnings (unsigned comparisons to 0). (maniacbug)David A. Mellis
2012-01-02Fixing static is not at beginning of declaration warnings (maniacbug).David A. Mellis
2011-12-31Merge branch 'master' of github.com:arduino/Arduino into new-extensionZach Eveland
2011-12-30Simplifying microseconds <-> clock cycles conversions. (Rob Tillaart)David A. Mellis
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() t...Zach Eveland
2011-12-20Revert "changed Keyboard write() method to type(). Made write() an alias for...Zach Eveland
2011-12-20changed Keyboard write() method to type(). Made write() an alias for type() ...Zach Eveland
2011-12-19fixed attachInterrupt() on LeonardoZach Eveland
2011-12-18added asynchronous buffering of received CDC charactersZach Eveland
2011-12-18fixed digitalWrite on timer 4 pins (D6 and D13)Zach Eveland
2011-12-11fixed TIMER4 use on LeonardoZach Eveland
2011-12-02Updated reference voltage defines for ATmega1284P.David A. Mellis
2011-12-02Support 3rd external interrupt on ATmega1284P (maniacbug)David A. Mellis
2011-12-02Fixing delayMicroseconds() timing for 20 MHz clocks. (Erdem U. Altinyurt)David A. Mellis
2011-11-19readBytes() and readBytesUntil() handle zero bytes and return # of bytes read.David A. Mellis
2011-11-16Fixed handling of Ax constants on LeonardoZach Eveland
2011-11-09restored original non-interrupt-driven DiskLoaderZach Eveland
2011-10-31Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_re...Zach Eveland
2011-10-29Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen)David A. Mellis
2011-10-27Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...Zach Eveland
2011-10-27Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_re...Zach Eveland
2011-10-27changes in core and boards.txt to support new bootloaderZach Eveland
2011-10-27Merge branch 'master' of github.com:arduino/Arduino into diskloader_rebootZach Eveland