diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2008-12-23 00:21:03 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2008-12-23 00:21:03 +0000 |
commit | 1cee12bada4a155565b057b0ab036d6b3f3484b4 (patch) | |
tree | 5538f3a0016ce73c3104e7e1743852bcfdf63b18 /boards.txt | |
parent | 7a5a60304213959b3fb9677df8296b8faf9195a4 (diff) |
Adding "Duemilanove" to the name of the Diecimila boards entry.
Adding commented out ATmega328 boards entry.
Updating todo and readme.
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -80,7 +80,7 @@ bt.build.core=arduino ############################################################## -diecimila.name=Arduino Diecimila +diecimila.name=Arduino Diecimila or Duemilanove diecimila.upload.protocol=stk500 diecimila.upload.maximum_size=14336 @@ -157,3 +157,23 @@ pro.bootloader.lock_bits=0x0F pro.build.mcu=atmega168 pro.build.f_cpu=8000000L pro.build.core=arduino + +############################################################## +# +#atmega328.name=Arduino w/ ATmega328 +# +#atmega328.upload.protocol=stk500 +#atmega328.upload.maximum_size=30720 +#atmega328.upload.speed=57600 +# +#atmega328.bootloader.low_fuses=0xFF +#atmega328.bootloader.high_fuses=0xDA +#atmega328.bootloader.extended_fuses=0x05 +#atmega328.bootloader.path=atmega168 +#atmega328.bootloader.file=ATmegaBOOT_168_atmega328.hex +#atmega328.bootloader.unlock_bits=0x3F +#atmega328.bootloader.lock_bits=0x0F +# +#atmega328.build.mcu=atmega328p +#atmega328.build.f_cpu=16000000L +#atmega328.build.core=arduino |