Age | Commit message (Expand) | Author |
2012-10-18 | review of typos a and small errors in some examples | Fede85 |
2012-10-15 | Merge branch 'master' into boards-cputype | Federico Fissore |
2012-10-15 | boards and cpu type menus | Federico Fissore |
2012-10-11 | Merge branch 'scheduler' | Cristian Maglie |
2012-10-09 | Reordered boards menu | Cristian Maglie |
2012-09-24 | Moved SD lib into root libraries folder | Cristian Maglie |
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-14 | Merge branch 'new-linker' | Cristian Maglie |
2012-08-06 | Fixed all boards.txt definitions in AVR arch. | Cristian Maglie |
2012-08-04 | Merge branch 'audio' | Cristian Maglie |
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 |
2012-04-28 | [sam] updated boards.txt from upstream | Cristian Maglie |
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 | merged Caterina with Blink | 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 | Micro and Leonardo bootloaders for distribution are now merged with Blink sketch | 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-09 | PID and VID are no longer hard-coded in bootloader. instead they are passed ... | 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-29 | [sam] prelimanary work on USB Device stack | Thibaut VIARD |
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 |