From f0dd4a5756a8d9210c5c163ffdba021b5f4fac92 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 6 Oct 2007 20:26:45 +0000 Subject: Now have uploading working with the Boards menu. Improved serial port error messages. --- boards.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'boards.txt') diff --git a/boards.txt b/boards.txt index dfed0a7..0cf5b7f 100644 --- a/boards.txt +++ b/boards.txt @@ -2,8 +2,9 @@ atmega8.name=Arduino NG or older w/ ATmega8 -atmega8.upload.programmer=stk500 +atmega8.upload.protocol=stk500 atmega8.upload.maximum_size=7168 +atmega8.upload.speed=19200 atmega8.bootloader.low_fuses=0xdf atmega8.bootloader.high_fuses=0xca @@ -20,8 +21,9 @@ atmega8.build.core=arduino atmega168.name=Arduino Mini or NG w/ ATmega168 -atmega168.upload.programmer=stk500 +atmega168.upload.protocol=stk500 atmega168.upload.maximum_size=14336 +atmega168.upload.speed=19200 atmega168.bootloader.low_fuses=0xff atmega168.bootloader.high_fuses=0xdd @@ -39,8 +41,9 @@ atmega168.build.core=arduino diecimila.name=Arduino Diecimila -diecimila.upload.programmer=stk500 +diecimila.upload.protocol=stk500 diecimila.upload.maximum_size=14336 +diecimila.upload.speed=19200 diecimila.bootloader.low_fuses=0xff diecimila.bootloader.high_fuses=0xdd -- cgit v1.2.3-18-g5258