Skip to content

Commit 5928417

Browse files
committed
Commit prototype JSON board package file
1 parent fab9d70 commit 5928417

File tree

1 file changed

+34
-32
lines changed

1 file changed

+34
-32
lines changed
Lines changed: 34 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": [
33
{
4-
"name": "SparkFunA3",
4+
"name": "SparkFun Apollo3",
55
"maintainer": "SparkFun Electronics",
66
"websiteURL": "https://github.com/sparkfun/Arduino_Apollo3",
77
"email": "support@sparkfun.com",
@@ -26,42 +26,44 @@
2626
{ "name": "SparkFun Edge" }
2727
],
2828
"toolsDependencies": [
29-
// {
30-
// "packager": "arduino",
31-
// "name": "arm-none-eabi-gcc",
32-
// "version": "4.8.3-2014q1"
33-
// },
34-
// {
35-
// "packager": "arduino",
36-
// "name": "bossac",
37-
// "version": "1.8.0-48-gb176eee"
38-
// },
39-
// {
40-
// "packager": "arduino",
41-
// "name": "openocd",
42-
// "version": "0.9.0-arduino"
43-
// },
44-
// {
45-
// "packager": "arduino",
46-
// "name": "CMSIS",
47-
// "version": "4.5.0"
48-
// },
49-
// {
50-
// "packager": "arduino",
51-
// "name": "CMSIS-Atmel",
52-
// "version": "1.2.0"
53-
// }
29+
{
30+
"packager": "sparkfun",
31+
"name": "arm-none-eabi-gcc",
32+
"version": "8-2018-q4-major"
33+
}
5434
]
5535
}
5636
],
5737

5838
"tools": [
59-
TOOLS_COMPILER_AVR,
60-
TOOLS_UPLOADER_AVR,
61-
TOOLS_COMPILER_ARM,
62-
TOOLS_XXXXXXX,
63-
TOOLS_YYYYYYY,
64-
],
39+
{
40+
"version": "8-2018-q4-major",
41+
"name": "arm-none-eabi-gcc",
42+
"systems": [
43+
{
44+
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
45+
"checksum": "SHA-256:0b528ed24db9f0fa39e5efdae9bcfc56bf9e07555cb267c70ff3fee84ec98460",
46+
"host": "i386-apple-darwin11",
47+
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-mac.tar.bz2",
48+
"size": "111430151"
49+
},
50+
{
51+
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
52+
"checksum": "SHA-256:fb31fbdfe08406ece43eef5df623c0b2deb8b53e405e2c878300f7a1f303ee52",
53+
"host": "i686-linux-gnu",
54+
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2",
55+
"size": "107253352"
56+
},
57+
{
58+
"url": "https://static.sparkfun.com/large/gcc-arm-none-eabi-8-2018-q4-major-win32.zip",
59+
"checksum": "SHA-256:be5e2f68549efaecb79bdc34ff03c06f27deb2fcec3badddb5729cfb5ce43d6b",
60+
"host": "i686-mingw32",
61+
"archiveFileName": "gcc-arm-none-eabi-8-2018-q4-major-win32.zip",
62+
"size": "137648411"
63+
}
64+
]
65+
}
66+
]
6567
}
6668
]
6769
}

0 commit comments

Comments
 (0)