aboutsummaryrefslogtreecommitdiff
path: root/cores
AgeCommit message (Collapse)Author
2009-08-23Undoing revision 628 because it broke analogRead() on analog inputs 8 to 15 ↵David A. Mellis
of the Arduino Mega.
2009-08-16Removing obsolete wiring_serial.c from Makefile. Adding - to beginning of ↵David A. Mellis
dependcy lines to avoid unnecessary warnings.
2009-07-12Adding improved baud rate calculation, including use (or not) of the U2X ↵David A. Mellis
bit. (Code from gabebear).
2009-07-12Clearing the U2Xn bit in Serial.begin() (because it is set on the Pro / Pro ↵David A. Mellis
Mini 328). Fixing some indentation.
2009-06-15Changing analog read channel mask from 0x07 to 0x0f to allow for reading of ↵David A. Mellis
the temperature and other extended channels.
2009-06-01First 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).