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 248248 ],
249249 "toolsDependencies" : []
250250 },
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+ },
251300 {
252301 "name" : " SparkFun SAMD Boards (dependency: Arduino SAMD Boards 1.6.5)" ,
253302 "architecture" : " samd" ,
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RedBoard.bootloader.file=optiboot/optiboot_atmega328.hex
2828
2929RedBoard.build.mcu=atmega328p
3030RedBoard.build.f_cpu=16000000L
31- RedBoard.build.board=REDBOARD
31+ RedBoard.build.board=AVR_UNO
3232RedBoard.build.core=arduino:arduino
3333RedBoard.build.variant=arduino:standard
3434
@@ -218,7 +218,7 @@ digitalsandbox.bootloader.tool=arduino:avrdude
218218
219219digitalsandbox.build.mcu=atmega328p
220220# 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
222222digitalsandbox.build.core=arduino:arduino
223223digitalsandbox.build.variant=digitalsandbox
224224
You can’t perform that action at this time.
0 commit comments