diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 20:26:45 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2007-10-06 20:26:45 +0000 |
commit | f0dd4a5756a8d9210c5c163ffdba021b5f4fac92 (patch) | |
tree | 66581aa72845d7c6a56f2bd4a627b5b93f8b7a06 /boards.txt | |
parent | 4bd4721ce03fa6d16a766e6c97dd74c44b46835e (diff) |
Now have uploading working with the Boards menu. Improved serial port error messages.
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |