File tree Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Original file line number Diff line number Diff line change 248
248
],
249
249
"toolsDependencies" : []
250
250
},
251
+ {
252
+ "name" : " SparkFun AVR Boards" ,
253
+ "architecture" : " avr" ,
254
+ "version" : " 1.1.10" ,
255
+ "category" : " Contributed" ,
256
+ "url" : " https://github.com/sparkfun/Arduino_Boards/raw/master/IDE_Board_Manager/sparkfunboards.1.1.10.tar.bz2" ,
257
+ "archiveFileName" : " sparkfunboards.1.1.10.tar.bz2" ,
258
+ "checksum" : " SHA-256:ABC30EF048B0BE63B6E3BB02A1FD52F35E2FC4A1CAFD60D4E7C3F9FD776129C0" ,
259
+ "size" : " 1237620" ,
260
+ "help" : {
261
+ "online" : " https://forums.sparkfun.com"
262
+ },
263
+ "boards" : [
264
+ {
265
+ "name" : " RedBoard"
266
+ },
267
+ {
268
+ "name" : " MaKey MaKey"
269
+ },
270
+ {
271
+ "name" : " Pro Micro"
272
+ },
273
+ {
274
+ "name" : " Fio v3"
275
+ },
276
+ {
277
+ "name" : " Qduino Mini"
278
+ },
279
+ {
280
+ "name" : " Digital Sandbox"
281
+ },
282
+ {
283
+ "name" : " Mega Pro"
284
+ },
285
+ {
286
+ "name" : " RedBot"
287
+ },
288
+ {
289
+ "name" : " Serial 7-segment Display"
290
+ },
291
+ {
292
+ "name" : " ATmega128RFA1 Dev Board"
293
+ },
294
+ {
295
+ "name" : " LilyPad USB Plus"
296
+ }
297
+ ],
298
+ "toolsDependencies" : []
299
+ },
251
300
{
252
301
"name" : " SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.6.5)" ,
253
302
"architecture" : " samd" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RedBoard.bootloader.file=optiboot/optiboot_atmega328.hex
28
28
29
29
RedBoard.build.mcu=atmega328p
30
30
RedBoard.build.f_cpu=16000000L
31
- RedBoard.build.board=REDBOARD
31
+ RedBoard.build.board=AVR_UNO
32
32
RedBoard.build.core=arduino:arduino
33
33
RedBoard.build.variant=arduino:standard
34
34
@@ -218,7 +218,7 @@ digitalsandbox.bootloader.tool=arduino:avrdude
218
218
219
219
digitalsandbox.build.mcu=atmega328p
220
220
# Can run at less than 5V on battery, so run at only 8MHz
221
- digitalsandbox.build.f_cpu=8000000L
221
+ digitalsandbox.build.f_cpu=8000000L
222
222
digitalsandbox.build.core=arduino:arduino
223
223
digitalsandbox.build.variant=digitalsandbox
224
224
You can’t perform that action at this time.
0 commit comments