Age | Commit message (Expand) | Author |
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-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-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-06-28 | Print "ovf" if float to be printed doesn't fit in a long. | David A. Mellis |
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-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-21 | Merge remote-tracking branch 'upstream/master' | David A. Mellis |
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 |
2012-04-25 | changed PID values for Leonardo bootloader and sketch | Zach Eveland |
2012-04-19 | bugfix for configuring PWM on D6 and D13 too early. (thanks to Limor Fried) | Zach Eveland |
2012-04-19 | bugfix for boards with a timer 4 but no channel D | Zach Eveland |
2012-04-11 | fixed logic bug in Caterina that could stop the bootloader from entering self... | Zach Eveland |
2012-04-09 | Micro I hardly knew ye | Zach Eveland |
2012-04-09 | sketch USB VID and PID values are passed in from boards.txt at compile time n... | 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-28 | fixed logic error in Keyboard.release() - now removes every occurrence of a k... | Zach Eveland |
2012-03-28 | removed horrible multi-key Keyboard.press() and Keyboard.release() methods | Zach Eveland |
2012-03-28 | eliminated Keyboard.type() - unnecessary duplication of Keyboard.write() (Dav... | Zach Eveland |
2012-03-26 | added methods to Keyboard to handle multiple simultaneous key presses or rele... | Zach Eveland |
2012-03-26 | Keyboard.type() now just presses and releases the key indicated - doesn't rel... | Zach Eveland |
2012-03-26 | added stub methods for begin() and end() to Mouse and Keyboard | Zach Eveland |
2012-03-14 | reduced delay before starting the Leonardo bootloader | Zach Eveland |
2012-03-07 | Fix for some strange behaviours during board reset | Cristian Maglie |
2012-03-03 | Added Keyboard support for all modifier and all common non-printing keys. | Zach Eveland |
2012-03-03 | Removed support for key mapping in Keyboard. | Zach Eveland |