Age | Commit message (Expand) | Author |
2012-09-13 | Moving ATmegaXXU2 firmwares into subdirectory. | David A. Mellis |
2012-09-13 | Moving ATmega32U4 Timer 2 #undef's to Leonardo pins_arduino.h file. | David A. Mellis |
2012-09-13 | Merge pull request #102 from sgk/leonardoTone | David A. Mellis |
2012-09-13 | Avoid serial buffer overrun on leonardo | Peter Van Hoyweghen |
2012-09-10 | Merge branch 'master' into upload-16u2 | Cristian Maglie |
2012-09-07 | Upload over debug port | Cristian Maglie |
2012-09-03 | LiquidCrystal library is already multiplatform compliant, moved into librarie... | Cristian Maglie |
2012-08-30 | Changing setting of the UMSELn bits (for UART mode) and serial config values. | David A. Mellis |
2012-08-30 | Renaming serial config constants to, e.g., SERIAL_8N1. | David A. Mellis |
2012-08-30 | Merge pull request #109 from Alarus/master | David A. Mellis |
2012-08-30 | Fixing Serial.flush() breakage on Leonardo (WestFW). | David A. Mellis |
2012-08-29 | Fixing ATmega8 breakage from flush() change. (WestFW) | David A. Mellis |
2012-08-29 | Adding overloads so Serial.write(0) works. | David A. Mellis |
2012-08-28 | Serial.flush() waits for last character to be transmitted (michele.mazzucchi) | David A. Mellis |
2012-08-16 | Fix issue 866 | Adam Dunlap |
2012-08-14 | Update hardware/arduino/cores/arduino/HardwareSerial.cpp | Alarus |
2012-08-14 | Update hardware/arduino/cores/arduino/HardwareSerial.h | Alarus |
2012-08-14 | Update hardware/arduino/cores/arduino/HardwareSerial.cpp | Alarus |
2012-08-14 | Merge branch 'new-linker' | Cristian Maglie |
2012-08-12 | Update hardware/arduino/cores/arduino/HardwareSerial.cpp | Alarus |
2012-08-12 | Update hardware/arduino/cores/arduino/HardwareSerial.cpp | Alarus |
2012-08-12 | Update hardware/arduino/cores/arduino/HardwareSerial.cpp | Alarus |
2012-08-12 | Update hardware/arduino/cores/arduino/HardwareSerial.h | Alarus |
2012-08-12 | Update hardware/arduino/cores/arduino/HardwareSerial.h | Alarus |
2012-08-08 | Fix for tone() on Leonardo. | Shigeru KANEMOTO |
2012-08-06 | Fixed all boards.txt definitions in AVR arch. | Cristian Maglie |
2012-08-04 | Merge branch 'audio' | Cristian Maglie |
2012-07-15 | Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560. | David A. Mellis |
2012-06-28 | Print "ovf" if float to be printed doesn't fit in a long. | David A. Mellis |
2012-06-27 | Merged master | Cristian Maglie |
2012-06-26 | Added default extra_flags parameter to allow build on all boards | Cristian Maglie |
2012-06-26 | Merged upstream Arduino master branch | Cristian Maglie |
2012-06-23 | Print "inf" for infinite floating point numbers (using isinf()). | David A. Mellis |
2012-06-14 | Adding write(str) and write(buf, size) for USB CDC. | David A. Mellis |
2012-06-08 | Added Ethernet for ARM. Updated examples. | Cristian Maglie |
2012-06-04 | Printing NaN values as "nan" in printFloat(). | David A. Mellis |
2012-06-03 | Check for NULL pointer in Print.write(). | David A. Mellis |
2012-06-02 | Added support for interrupt on INT2 and INT3 on the Leonardo | Kristian Lauszus |
2012-05-25 | Fixed avrdude path for macos and win | Cristian Maglie |
2012-05-25 | Simplified boards.txt file | Cristian Maglie |
2012-05-25 | Merge branch 'master' into arduino-1.0.1-merged | Cristian Maglie |
2012-05-25 | Bugfix: IDE now works if installed on a folder path containing spaces | Cristian Maglie |
2012-05-23 | Merge of arduino-1.0.1. Work in progress... | Cristian Maglie |
2012-05-22 | Pre-merge upstream Arduino | Cristian Maglie |
2012-05-21 | Merge remote-tracking branch 'upstream/master' | David A. Mellis |
2012-05-20 | Updating SoftwareSerial pin mapping (pin change interrupts) for Leonardo. | David A. Mellis |
2012-05-19 | added pin change interrupt defines for Leonardo. fix for broken software ser... | Zach Eveland |
2012-05-16 | Adding readString() and readStringUntil() to Stream (Adrian McEwen). | David A. Mellis |
2012-05-15 | Mouse.isPressed() now checks only for left button by default | Zach Eveland |
2012-05-01 | renamed Leonardo USB_ class to USBDevice_ to be unambiguous. renamed "USB" o... | Zach Eveland |