2007-10-06 17:41:08 +02:00
|
|
|
##############################################################
|
|
|
|
|
|
|
|
atmega8.name=Arduino NG or older w/ ATmega8
|
|
|
|
|
2007-10-06 22:26:45 +02:00
|
|
|
atmega8.upload.protocol=stk500
|
2007-10-06 17:41:08 +02:00
|
|
|
atmega8.upload.maximum_size=7168
|
2007-10-06 22:26:45 +02:00
|
|
|
atmega8.upload.speed=19200
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
atmega8.bootloader.low_fuses=0xdf
|
|
|
|
atmega8.bootloader.high_fuses=0xca
|
|
|
|
atmega8.bootloader.path=atmega8
|
|
|
|
atmega8.bootloader.file=ATmegaBOOT.hex
|
2007-10-07 20:39:14 +02:00
|
|
|
atmega8.bootloader.unlock_bits=0x3F
|
|
|
|
atmega8.bootloader.lock_bits=0x0F
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
atmega8.build.mcu=atmega8
|
|
|
|
atmega8.build.f_cpu=16000000L
|
|
|
|
atmega8.build.core=arduino
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
atmega168.name=Arduino Mini or NG w/ ATmega168
|
|
|
|
|
2007-10-06 22:26:45 +02:00
|
|
|
atmega168.upload.protocol=stk500
|
2007-10-06 17:41:08 +02:00
|
|
|
atmega168.upload.maximum_size=14336
|
2007-10-06 22:26:45 +02:00
|
|
|
atmega168.upload.speed=19200
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
atmega168.bootloader.low_fuses=0xff
|
|
|
|
atmega168.bootloader.high_fuses=0xdd
|
|
|
|
atmega168.bootloader.extended_fuses=0x00
|
|
|
|
atmega168.bootloader.path=atmega168
|
|
|
|
atmega168.bootloader.file=ATmegaBOOT_168_ng.hex
|
2007-10-07 20:39:14 +02:00
|
|
|
atmega168.bootloader.unlock_bits=0x3F
|
|
|
|
atmega168.bootloader.lock_bits=0x0F
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
atmega168.build.mcu=atmega168
|
|
|
|
atmega168.build.f_cpu=16000000L
|
|
|
|
atmega168.build.core=arduino
|
|
|
|
|
|
|
|
##############################################################
|
|
|
|
|
|
|
|
diecimila.name=Arduino Diecimila
|
|
|
|
|
2007-10-06 22:26:45 +02:00
|
|
|
diecimila.upload.protocol=stk500
|
2007-10-06 17:41:08 +02:00
|
|
|
diecimila.upload.maximum_size=14336
|
2007-10-06 22:26:45 +02:00
|
|
|
diecimila.upload.speed=19200
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
diecimila.bootloader.low_fuses=0xff
|
|
|
|
diecimila.bootloader.high_fuses=0xdd
|
|
|
|
diecimila.bootloader.extended_fuses=0x00
|
|
|
|
diecimila.bootloader.path=atmega168
|
|
|
|
diecimila.bootloader.file=ATmegaBOOT_168_diecimila.hex
|
2007-10-07 20:39:14 +02:00
|
|
|
diecimila.bootloader.unlock_bits=0x3F
|
|
|
|
diecimila.bootloader.lock_bits=0x0F
|
2007-10-06 17:41:08 +02:00
|
|
|
|
|
|
|
diecimila.build.mcu=atmega168
|
|
|
|
diecimila.build.f_cpu=16000000L
|
|
|
|
diecimila.build.core=arduino
|