Browse Source

Add additional Sanguino bard versions to boards.txt

ATmega644P 16MHz, ATmega1284p 8, 16, 20MHz
Dirk Eichel 11 years ago
parent
commit
a069d30a4b
1 changed files with 83 additions and 0 deletions
  1. 83
    0
      ArduinoAddons/Arduino_0.xx/Sanguino/boards.txt

+ 83
- 0
ArduinoAddons/Arduino_0.xx/Sanguino/boards.txt View File

@@ -14,3 +14,86 @@ sanguino.bootloader.lock_bits=0x0F
14 14
 sanguino.build.mcu=atmega644p
15 15
 sanguino.build.f_cpu=16000000L
16 16
 sanguino.build.core=arduino
17
+
18
+##############################################################
19
+
20
+atmega644.name=Sanguino W/ ATmega644P
21
+
22
+atmega644.upload.protocol=stk500
23
+atmega644.upload.maximum_size=63488
24
+atmega644.upload.speed=57600
25
+
26
+atmega644.bootloader.low_fuses=0xFF
27
+atmega644.bootloader.high_fuses=0x9A
28
+atmega644.bootloader.extended_fuses=0xFF
29
+atmega644.bootloader.path=atmega
30
+atmega644.bootloader.file=ATmegaBOOT_168_atmega644p.hex
31
+#atmega644.bootloader.file=ATmegaBOOT_644P.hex
32
+atmega644.bootloader.unlock_bits=0x3F
33
+atmega644.bootloader.lock_bits=0x0F
34
+
35
+atmega644.build.mcu=atmega644p
36
+atmega644.build.f_cpu=16000000L
37
+atmega644.build.core=arduino
38
+
39
+##############################################################
40
+
41
+atmega12848m.name=Sanguino W/ ATmega1284p 8mhz
42
+
43
+atmega12848m.upload.protocol=stk500
44
+atmega12848m.upload.maximum_size=131072
45
+atmega12848m.upload.speed=19200
46
+
47
+atmega12848m.bootloader.low_fuses=0xFD
48
+atmega12848m.bootloader.high_fuses=0x9A
49
+atmega12848m.bootloader.extended_fuses=0xFF
50
+atmega12848m.bootloader.path=atmega
51
+atmega12848m.bootloader.file=ATmegaBOOT_168_atmega1284p_8m.hex
52
+atmega12848m.bootloader.unlock_bits=0x3F
53
+atmega12848m.bootloader.lock_bits=0x0F
54
+
55
+atmega12848m.build.mcu=atmega1284p
56
+atmega12848m.build.f_cpu=8000000L
57
+atmega12848m.build.core=arduino
58
+
59
+##############################################################
60
+
61
+atmega1284.name=Sanguino W/ ATmega1284p 16mhz
62
+
63
+atmega1284.upload.protocol=stk500
64
+atmega1284.upload.maximum_size=131072
65
+atmega1284.upload.speed=57600
66
+
67
+atmega1284.bootloader.low_fuses=0xFF
68
+atmega1284.bootloader.high_fuses=0x9A
69
+atmega1284.bootloader.extended_fuses=0xFF
70
+atmega1284.bootloader.path=atmega
71
+atmega1284.bootloader.file=ATmegaBOOT_168_atmega1284p.hex
72
+atmega1284.bootloader.unlock_bits=0x3F
73
+atmega1284.bootloader.lock_bits=0x0F
74
+
75
+atmega1284.build.mcu=atmega1284p
76
+atmega1284.build.f_cpu=16000000L
77
+atmega1284.build.core=arduino
78
+
79
+
80
+##############################################################
81
+
82
+atmega1284s.name=Sanguino W/ ATmega1284p 20mhz
83
+
84
+atmega1284s.upload.protocol=stk500
85
+atmega1284s.upload.maximum_size=131072
86
+atmega1284s.upload.speed=57600
87
+
88
+atmega1284s.bootloader.low_fuses=0xFF
89
+atmega1284s.bootloader.high_fuses=0x9A
90
+atmega1284s.bootloader.extended_fuses=0xFF
91
+atmega1284s.bootloader.path=atmega
92
+atmega1284s.bootloader.file=ATmegaBOOT_168_atmega1284p.hex
93
+atmega1284s.bootloader.unlock_bits=0x3F
94
+atmega1284s.bootloader.lock_bits=0x0F
95
+
96
+atmega1284s.build.mcu=atmega1284p
97
+atmega1284s.build.f_cpu=20000000L
98
+atmega1284s.build.core=arduino
99
+#

Loading…
Cancel
Save