aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
AgeCommit message (Collapse)Author
2011-09-08Revert "added Micro section to boards.txt. specified different bootloader ↵Zach Eveland
hex files for Leonardo and Micro (differ only by PID). added PID entries to boards.txt" This reverts commit 3b5122e13837eede7c10acf484efdee4d03e802d.
2011-09-08added Micro section to boards.txt. specified different bootloader hex files ↵Zach Eveland
for Leonardo and Micro (differ only by PID). added PID entries to boards.txt
2011-09-05changed baudrate for auto-reset-and-upload back to 1200 bps. specified ↵Zach Eveland
arduino protocol for Leonardo avrdude upload.
2011-09-05Merge branch 'new-extension' of https://github.com/arduino/Arduino into ↵Zach Eveland
new-extension Conflicts: build/macosx/dist/tools-universal.zip build/windows/avr_tools.zip hardware/arduino/cores/arduino/HardwareSerial.cpp
2011-09-02Merge branch 'new-extension' of github.com:arduino/Arduino into new-extensionDavid Mellis
2011-09-02Updating to avrdude 5.11 (Windows). stk500 -> arduino in boards.txt.David Mellis
http://code.google.com/p/arduino/issues/detail?id=606
2011-08-31Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards ↵David A. Mellis
menu. http://code.google.com/p/arduino/issues/detail?id=594
2011-08-30brought leonardo folder in line with new variants schemeZach Eveland
2011-08-30Merge branch 'mainline' into new-extensionZach Eveland
2011-08-27auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to ↵Zach Eveland
support 300 bps connection, changed core and boards.txt to match
2011-08-24changed auto-reset method for upload: now triggered by opening port at 1200 bpsZach Eveland
2011-08-23Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini).David A. Mellis
http://code.google.com/p/arduino/issues/detail?id=499
2011-08-23Renaming pins/ directory to the more generic variants/David A. Mellis
http://code.google.com/p/arduino/issues/detail?id=588
2011-08-11diskloader source and binary for 32u4Zach Eveland
2011-08-10support for 32u4 and Leonardo pins, uploading, and bootloader programmingZach Eveland
2011-03-09Fixing typo in boards.txt.David A. Mellis
2011-03-04Factoring pin definitions out of the core.David A. Mellis
That is, there's now a pins/ directory in a platform, which includes multiple directories, each of which has its own pins_arduino.h. The boards.txt gets a new preferences, <BOARD>.build.pins, whose values is a sub-directory of the pins/ directory (possibly with a "platform:" prefix). That sub-directory is then placed in the include path during compilation.
2010-09-24Adding Arduino Mega 2560 board entry.David A. Mellis
2010-09-22Adding optiboot and Arduino Uno boards menu entry.David A. Mellis
2010-08-07Adding Arduino BT w/ ATmega328 to the boards menu.David A. Mellis
2010-05-16Adding 5V, 16 MHz versions of the Arduino Pro and Pro Mini (ATmega328 and ↵David A. Mellis
ATmega168) to the boards menu.
2010-05-08Removing some Processing stuff that we don't need.David A. Mellis
Moving the Arduino Fio up in the boards menu.
2010-03-28Added Fio to boards.txt, now that it's part of the lineup.Tom Igoe
2009-07-21Renaming the 328 and 168 boards.David A. Mellis
2009-07-14Adding Nano w/ ATmega328.David A. Mellis
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).