Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-16 | Adding 5V, 16 MHz versions of the Arduino Pro and Pro Mini (ATmega328 and ↵ | David A. Mellis | |
ATmega168) to the boards menu. | |||
2010-05-08 | Removing some Processing stuff that we don't need. | David A. Mellis | |
Moving the Arduino Fio up in the boards menu. | |||
2010-03-28 | Added Fio to boards.txt, now that it's part of the lineup. | Tom Igoe | |
2009-07-21 | Renaming the 328 and 168 boards. | David A. Mellis | |
2009-07-14 | Adding Nano w/ ATmega328. | David A. Mellis | |
2009-06-01 | First integration of the Arduino code in Processing 5503: PreProcessor and ↵ | David A. Mellis | |
Compiler have been integrated with changes to the Sketch. Compilation still has problems (Thread error on success, and can't handle non-pde files in a sketch). Modified the Mac OS X make.sh to copy the hardware, avr tools, and example over. Removing some of the antlr stuff. Disabling the Commander (command-line execution) for now. Added Library, LibraryManager, and Target. Added support for prefixed preferences (e.g. for boards and programmers). |