Skip to content

Commit 52be7e0

Browse files
author
Mike Grusin
committed
1.1.10
For Redboard, change board type from REDBOARD to AVR_UNO for better compatibility with multi-target sketches.
1 parent d368863 commit 52be7e0

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,55 @@
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",
1.18 MB
Binary file not shown.

sparkfun/avr/boards.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RedBoard.bootloader.file=optiboot/optiboot_atmega328.hex
2828

2929
RedBoard.build.mcu=atmega328p
3030
RedBoard.build.f_cpu=16000000L
31-
RedBoard.build.board=REDBOARD
31+
RedBoard.build.board=AVR_UNO
3232
RedBoard.build.core=arduino:arduino
3333
RedBoard.build.variant=arduino:standard
3434

@@ -218,7 +218,7 @@ digitalsandbox.bootloader.tool=arduino:avrdude
218218

219219
digitalsandbox.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
222222
digitalsandbox.build.core=arduino:arduino
223223
digitalsandbox.build.variant=digitalsandbox
224224

0 commit comments

Comments
 (0)