diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-01-25 17:07:07 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-01-25 17:07:07 +0000 |
commit | acc72e2c7808570aabd0bb85d7b3fc4840cde3f1 (patch) | |
tree | e8918a2d69961a8e592fa9ecd21aef7d7d678614 | |
parent | d7500ba2289f33c844782a9e10fb6c6cb3a212e4 (diff) |
uncommenting Arduino w/ ATmega328 board w/ 57600 bootloader
-rw-r--r-- | boards.txt | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -159,21 +159,21 @@ 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 + +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 |