Skip to content

Commit 1f35dce

Browse files
committed
Initial boards file.
1 parent 97aafe9 commit 1f35dce

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

hardware/boards.txt

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
##############################################################
2+
3+
atmega8.name=Arduino NG or older w/ ATmega8
4+
5+
atmega8.upload.programmer=stk500
6+
atmega8.upload.maximum_size=7168
7+
8+
atmega8.bootloader.low_fuses=0xdf
9+
atmega8.bootloader.high_fuses=0xca
10+
atmega8.bootloader.path=atmega8
11+
atmega8.bootloader.file=ATmegaBOOT.hex
12+
atmega8.bootloader.unlock_bits=0xFF
13+
atmega8.bootloader.lock_bits=0xCF
14+
15+
atmega8.build.mcu=atmega8
16+
atmega8.build.f_cpu=16000000L
17+
atmega8.build.core=arduino
18+
19+
##############################################################
20+
21+
atmega168.name=Arduino Mini or NG w/ ATmega168
22+
23+
atmega168.upload.programmer=stk500
24+
atmega168.upload.maximum_size=14336
25+
26+
atmega168.bootloader.low_fuses=0xff
27+
atmega168.bootloader.high_fuses=0xdd
28+
atmega168.bootloader.extended_fuses=0x00
29+
atmega168.bootloader.path=atmega168
30+
atmega168.bootloader.file=ATmegaBOOT_168_ng.hex
31+
atmega168.bootloader.unlock_bits=0xFF
32+
atmega168.bootloader.lock_bits=0xCF
33+
34+
atmega168.build.mcu=atmega168
35+
atmega168.build.f_cpu=16000000L
36+
atmega168.build.core=arduino
37+
38+
##############################################################
39+
40+
diecimila.name=Arduino Diecimila
41+
42+
diecimila.upload.programmer=stk500
43+
diecimila.upload.maximum_size=14336
44+
45+
diecimila.bootloader.low_fuses=0xff
46+
diecimila.bootloader.high_fuses=0xdd
47+
diecimila.bootloader.extended_fuses=0x00
48+
diecimila.bootloader.path=atmega168
49+
diecimila.bootloader.file=ATmegaBOOT_168_diecimila.hex
50+
diecimila.bootloader.unlock_bits=0xFF
51+
diecimila.bootloader.lock_bits=0xCF
52+
53+
diecimila.build.mcu=atmega168
54+
diecimila.build.f_cpu=16000000L
55+
diecimila.build.core=arduino

0 commit comments

Comments
 (0)