aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
AgeCommit message (Collapse)Author
2009-05-08Updating default board to the Arduino Duemilanove w/ ATmega328. Adding a ↵David A. Mellis
Tools > Boards entry for Arduino Pro or Pro Mini (8 MHz) w/ ATmega328. Cleaning up todo list.
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2009-03-24Renaming atmega168 bootloader directory to atmega since it's no longer ↵David A. Mellis
atmega168 specific. Updating boards.txt accordingly.
2009-03-07Clarifying ATmega328 vs. ATmega168 in boards.txt (Boards menu). Modified ↵David A. Mellis
todo and readme.
2009-01-25uncommenting Arduino w/ ATmega328 board w/ 57600 bootloaderDavid A. Mellis
2008-12-23Adding "Duemilanove" to the name of the Diecimila boards entry.David A. Mellis
Adding commented out ATmega328 boards entry. Updating todo and readme.
2008-09-07Updated reference to include new libraries.David A. Mellis
2008-08-16Adding Nano and Pro (8 MHz) to boards.txt file; updating Makefile for ↵David A. Mellis
atmega168 bootloader based on Nathan's changes to allow for customizing of more parameters per-board; including Pro 8 MHz .hex compiled bootloader file; not updating the Diecimila or NG .hex files.
2008-03-05Disabling flushing of the serial port for the BT (bluetooth) board. It ↵David A. Mellis
seems to fix uploading to it under Mac OS X 10.5 (Leopard).
2007-10-12Added BT board and separated Mini from NG.David A. Mellis
2007-10-09Adding LilyPad bootloader and adding LilyPad to board definition file.David A. Mellis
2007-10-07Switched to new burn bootloader menu system, dynamically generated from the ↵David A. Mellis
programmers.txt file.
2007-10-06Now have uploading working with the Boards menu. Improved serial port error ↵David A. Mellis
messages.
2007-10-06Initial boards file.David A. Mellis