-
Notifications
You must be signed in to change notification settings - Fork 5
/
boards.txt
280 lines (224 loc) · 10.4 KB
/
boards.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
menu.version=Version
menu.eeprom=Erase EEPROM?
##############################################################
athena328D.name=Arduino Duemilanove w/ ATmega328
athena328D.upload.tool=arduino:avrdude
athena328D.upload.maximum_data_size=2048
athena328D.upload.protocol=arduino
athena328D.upload.maximum_size=28672
athena328D.upload.speed=115200
athena328D.bootloader.tool=arduino:avrdude
athena328D.bootloader.low_fuses=0xFF
athena328D.bootloader.extended_fuses=0x05
athena328D.bootloader.unlock_bits=0x3F
athena328D.bootloader.lock_bits=0x0F
athena328D.build.mcu=atmega328p
athena328D.build.f_cpu=16000000L
athena328D.build.core=arduino:arduino
athena328D.build.variant=arduino:standard
athena328D.build.board=AVR_DUEMILANOVE
## Save EEPROM Settings
## --------------------
athena328D.menu.eeprom.erase=Erase
athena328D.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena328D.menu.eeprom.save=Save
athena328D.menu.eeprom.save.bootloader.high_fuses=0xD0
## standard bootloader
## ---------------------------------------------
athena328D.menu.version.standardw5100=Standard w/ Wiznet W5100
athena328D.menu.version.standardw5100.bootloader.file=athena/athena_atmega328_w5100.hex
## debug bootloader
## ---------------------------------------------
athena328D.menu.version.debugw5100=Debug w/ Wiznet W5100
athena328D.menu.version.debugw5100.bootloader.file=athena/athena_debug328_w5100.hex
##############################################################
athena328UW.name=Arduino Uno
athena328UW.upload.tool=arduino:avrdude
athena328UW.upload.maximum_data_size=2048
athena328UW.upload.protocol=arduino
athena328UW.upload.maximum_size=28672
athena328UW.upload.speed=115200
athena328UW.bootloader.tool=arduino:avrdude
athena328UW.bootloader.low_fuses=0xFF
athena328UW.bootloader.extended_fuses=0x05
athena328UW.bootloader.unlock_bits=0x3F
athena328UW.bootloader.lock_bits=0x0F
athena328UW.build.mcu=atmega328p
athena328UW.build.f_cpu=16000000L
athena328UW.build.core=arduino:arduino
athena328UW.build.variant=arduino:standard
athena328UW.build.board=AVR_UNO
## Save EEPROM Settings
## --------------------
athena328UW.menu.eeprom.erase=Erase
athena328UW.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena328UW.menu.eeprom.save=Save
athena328UW.menu.eeprom.save.bootloader.high_fuses=0xD0
## standard bootloader for Arduino Uno with Wiznet W5100 chip
## ---------------------------------------------
athena328UW.menu.version.standardw5100=Standard w/ Wiznet W5100
athena328UW.menu.version.standardw5100.bootloader.file=athena/athena_atmega328_w5100.hex
## debug bootloader for Arduino Uno with Wiznet W5100 chip
## ---------------------------------------------
athena328UW.menu.version.debugw5100=Debug w/ Wiznet W5100
athena328UW.menu.version.debugw5100.bootloader.file=athena/athena_debug328_w5100.hex
## standard bootloader for Arduino Uno with Wiznet W5200 chip
## ---------------------------------------------
athena328UW.menu.version.standardw5200=Standard w/ Wiznet W5200
athena328UW.menu.version.standardw5200.bootloader.file=athena/athena_atmega328_w5200.hex
## debug bootloader for Arduino Uno with Wiznet W5200 chip
## ---------------------------------------------
athena328UW.menu.version.debugw5200=Debug w/ Wiznet W5200
athena328UW.menu.version.debugw5200.bootloader.file=athena/athena_debug328_w5200.hex
## standard bootloader for Arduino Uno with Wiznet W5500 chip
## ---------------------------------------------
athena328UW.menu.version.standardw5500=Standard w/ Wiznet W5500
athena328UW.menu.version.standardw5500.bootloader.file=athena/athena_atmega328_w5500.hex
## debug bootloader for Arduino Uno with Wiznet W5500 chip
## ---------------------------------------------
athena328UW.menu.version.debugw5500=Debug w/ Wiznet W5500
athena328UW.menu.version.debugw5500.bootloader.file=athena/athena_debug328_w5500.hex
##############################################################
athena328E.name=Arduino Ethernet
athena328E.upload.tool=arduino:avrdude
athena328E.upload.maximum_data_size=2048
athena328E.upload.protocol=arduino
athena328E.upload.maximum_size=28672
athena328E.upload.speed=115200
athena328E.bootloader.tool=arduino:avrdude
athena328E.bootloader.low_fuses=0xFF
athena328E.bootloader.extended_fuses=0x05
athena328E.bootloader.unlock_bits=0x3F
athena328E.bootloader.lock_bits=0x0F
athena328E.bootloader.file=athena/athena_atmega328_ethernet.hex
athena328E.build.mcu=atmega328p
athena328E.build.f_cpu=16000000L
athena328E.build.core=arduino:arduino
athena328E.build.variant=arduino:standard
athena328E.build.board=AVR_ETHERNET
## Save EEPROM Settings
## --------------------
athena328E.menu.eeprom.erase=Erase
athena328E.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena328E.menu.eeprom.save=Save
athena328E.menu.eeprom.save.bootloader.high_fuses=0xD0
##############################################################
athena2560MW.name=Arduino Mega 2560
athena2560MW.upload.tool=arduino:avrdude
athena2560MW.upload.maximum_data_size=8192
athena2560MW.upload.protocol=wiring
athena2560MW.upload.maximum_size=258048
athena2560MW.upload.speed=115200
athena2560MW.bootloader.tool=arduino:avrdude
athena2560MW.bootloader.low_fuses=0xFF
athena2560MW.bootloader.extended_fuses=0xFD
athena2560MW.bootloader.unlock_bits=0x3F
athena2560MW.bootloader.lock_bits=0x0F
athena2560MW.build.mcu=atmega2560
athena2560MW.build.f_cpu=16000000L
athena2560MW.build.core=arduino:arduino
athena2560MW.build.variant=arduino:mega
athena2560MW.build.board=AVR_MEGA2560
## Save EEPROM Settings
## --------------------
athena2560MW.menu.eeprom.erase=Erase
athena2560MW.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena2560MW.menu.eeprom.save=Save
athena2560MW.menu.eeprom.save.bootloader.high_fuses=0xD0
## standard bootloader for Mega 2560 with Wiznet W5100 chip
## ---------------------------------------------
athena2560MW.menu.version.standardw5100=Standard w/ Wiznet W5100
athena2560MW.menu.version.standardw5100.bootloader.file=athena/athena_atmega2560_w5100.hex
## debug bootloader for Mega 2560 with Wiznet W5100 chip
## ---------------------------------------------
athena2560MW.menu.version.debugw5100=Debug w/ Wiznet W5100
athena2560MW.menu.version.debugw5100.bootloader.file=athena/athena_debug2560_w5100.hex
## standard bootloader for Mega 2560 with Wiznet W5200 chip
## ---------------------------------------------
athena2560MW.menu.version.standardw5200=Standard w/ Wiznet W5200
athena2560MW.menu.version.standardw5200.bootloader.file=athena/athena_atmega2560_w5200.hex
## debug bootloader for Mega 2560 with Wiznet W5200 chip
## ---------------------------------------------
athena2560MW.menu.version.debugw5200=Debug w/ Wiznet W5200
athena2560MW.menu.version.debugw5200.bootloader.file=athena/athena_debug2560_w5200.hex
## standard bootloader for Mega 2560 with Wiznet W5500 chip
## ---------------------------------------------
athena2560MW.menu.version.standardw5500=Standard w/ Wiznet W5500
athena2560MW.menu.version.standardw5500.bootloader.file=athena/athena_atmega2560_w5500.hex
## debug bootloader for Mega 2560 with Wiznet W5500 chip
## ---------------------------------------------
athena2560MW.menu.version.debugw5500=Debug w/ Wiznet W5500
athena2560MW.menu.version.debugw5500.bootloader.file=athena/athena_debug2560_w5500.hex
##############################################################
athena1284W.name=ATmega1284P
athena1284W.upload.tool=arduino:avrdude
athena1284W.upload.maximum_data_size=16384
athena1284W.upload.maximum_size=126976
athena1284W.upload.protocol=arduino
athena1284W.upload.speed=115200
athena1284W.bootloader.tool=arduino:avrdude
athena1284W.bootloader.low_fuses=0xFF
athena1284W.bootloader.extended_fuses=0xFD
athena1284W.bootloader.unlock_bits=0x3F
athena1284W.bootloader.lock_bits=0x0F
athena1284W.build.mcu=atmega1284p
athena1284W.build.f_cpu=16000000L
athena1284W.build.core=arduino:arduino
athena1284W.build.variant=bobuino
athena1284W.build.board=1284P_STANDARD
## Save EEPROM Settings
## --------------------
athena1284W.menu.eeprom.erase=Erase
athena1284W.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena1284W.menu.eeprom.save=Save
athena1284W.menu.eeprom.save.bootloader.high_fuses=0xD0
## Bootloader for 1284p with Wiznet W5100 chip
## ---------------------------------------------
athena1284W.menu.version.standardw5100=w/ Wiznet W5100
athena1284W.menu.version.standardw5100.bootloader.file=athena/athena_atmega1284_w5100.hex
## Bootloader for 1284p with Wiznet W5200 chip
## ---------------------------------------------
athena1284W.menu.version.standardw5200=w/ Wiznet W5200
athena1284W.menu.version.standardw5200.bootloader.file=athena/athena_atmega1284_w5200.hex
## Bootloader for 1284p with Wiznet W5500 chip
## ---------------------------------------------
athena1284W.menu.version.standardw5500=w/ Wiznet W5500
athena1284W.menu.version.standardw5500.bootloader.file=athena/athena_atmega1284_w5500.hex
##############################################################
athena32U4.name=ATmega32U4
athena32U4.upload.tool=arduino:avrdude
athena32U4.upload.maximum_data_size=2560
athena32U4.upload.maximum_size=28672
athena32U4.upload.protocol=avr109
athena32U4.upload.speed=57600
athena32U4.upload.disable_flushing=true
athena32U4.upload.use_1200bps_touch=true
athena32U4.upload.wait_for_upload_port=true
athena32U4.bootloader.tool=arduino:avrdude
athena32U4.bootloader.low_fuses=0xFF
athena32U4.bootloader.extended_fuses=0xCB
athena32U4.bootloader.unlock_bits=0x3F
athena32U4.bootloader.lock_bits=0x0F
athena32U4.build.mcu=atmega32u4
athena32U4.build.f_cpu=16000000L
athena32U4.build.core=arduino
athena32U4.build.variant=leonardo
athena32U4.build.board=AVR_LEONARDO
## Save EEPROM Settings
## --------------------
athena32U4.menu.eeprom.erase=Erase
athena32U4.menu.eeprom.erase.bootloader.high_fuses=0xD8
athena32U4.menu.eeprom.save=Save
athena32U4.menu.eeprom.save.bootloader.high_fuses=0xD0
## Bootloader for 32u4 with Wiznet W5100 chip
## ---------------------------------------------
athena32U4.menu.version.standardw5100=w/ Wiznet W5100
athena32U4.menu.version.standardw5100.bootloader.file=athena/athena_atmega32u4_w5100.hex
## Bootloader for 32u4 with Wiznet W5200 chip
## ---------------------------------------------
athena32U4.menu.version.standardw5200=w/ Wiznet W5200
athena32U4.menu.version.standardw5200.bootloader.file=athena/athena_atmega32u4_w5200.hex
## Bootloader for 32u4 with Wiznet W5500 chip
## ---------------------------------------------
athena32U4.menu.version.standardw5500=w/ Wiznet W5500
athena32U4.menu.version.standardw5500.bootloader.file=athena/athena_atmega32u4_w5500.hex