Skip to content

Commit 584d41c

Browse files
committed
Initial board manager JSON file
1 parent 0f94741 commit 584d41c

File tree

1 file changed

+99
-0
lines changed

1 file changed

+99
-0
lines changed

package_nRF5_boards_index.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"packages": [
3+
{
4+
"name": "nRF5",
5+
"maintainer": "Sandeep Mistry",
6+
"websiteURL": "https://github.com/sandeepmistry/arduino-nRF5",
7+
"email": "[email protected]",
8+
"help": {
9+
"online": "https://github.com/sandeepmistry/arduino-nRF5/issues"
10+
},
11+
"platforms": [
12+
{
13+
"name": "Nordic Semiconductor nRF5 Boards",
14+
"architecture": "nRF5",
15+
"version": "0.0.0",
16+
"category": "Contributed",
17+
"help": {
18+
"online": "https://github.com/sandeepmistry/arduino-nRF5/issues"
19+
},
20+
"url": "https://github.com/sandeepmistry/arduino-nRF5/archive/0.0.0.zip",
21+
"archiveFileName": "arduino-nRF52-0.0.0.zip",
22+
"checksum": "MD5:d423b0061b04f986812c8e2a2abb1e6e",
23+
"size": "512745",
24+
"boards": [
25+
{"name": "nRF52 DK"}
26+
],
27+
"toolsDependencies": [
28+
{
29+
"packager": "nRF5",
30+
"name": "gcc-arm-none-eabi",
31+
"version": "5_2-2015q4"
32+
},
33+
{
34+
"packager": "nRF5",
35+
"name": "openocd",
36+
"version": "0.10.0-201601101000-dev"
37+
}
38+
]
39+
}
40+
],
41+
"tools":[
42+
{
43+
"name": "gcc-arm-none-eabi",
44+
"version": "5_2-2015q4",
45+
"systems": [
46+
{
47+
"host": "i386-apple-darwin11",
48+
"url": "https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-mac.tar.bz2",
49+
"archiveFileName": "gcc-arm-none-eabi-5_2-2015q4-20151219-mac.tar.bz2",
50+
"size": "96372129",
51+
"checksum": "MD5:603bcce8e59683ac27054b3197a53254"
52+
},
53+
{
54+
"host": "i686-linux-gnu",
55+
"url": "https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2",
56+
"archiveFileName": "gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2",
57+
"size": "92811866",
58+
"checksum": "MD5:f88caac80b4444a17344f57ccb760b90"
59+
},
60+
{
61+
"host": "i686-mingw32",
62+
"url": "https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-win32.zip",
63+
"archiveFileName": "gcc-arm-none-eabi-5_2-2015q4-20151219-win32.zip",
64+
"size": "122823224",
65+
"checksum": "MD5:5b513d3453ecd5e2034eeb951a79607f"
66+
}
67+
]
68+
},
69+
{
70+
"name": "openocd",
71+
"version": "0.10.0-201601101000-dev",
72+
"systems": [
73+
{
74+
"host": "i386-apple-darwin11",
75+
"url": "http://sandeepmistry.github.io/arduino-nRF5/tools/gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tgz",
76+
"archiveFileName": "gnuarmeclipse-openocd-osx-0.10.0-201601101000-dev.tar.gz",
77+
"size": "2413310",
78+
"checksum": "MD5:f49db2a1cc4ab543ae756a84655ce34c"
79+
},
80+
{
81+
"host": "i686-linux-gnu",
82+
"url": "http://sandeepmistry.github.io/arduino-nRF5/tools/gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tgz",
83+
"archiveFileName": "gnuarmeclipse-openocd-debian32-0.10.0-201601101000-dev.tar.gz",
84+
"size": "2517597",
85+
"checksum": "MD5:4ca0dd6d9c9ad24af2aa4eddec7717e1"
86+
},
87+
{
88+
"host": "i686-mingw32",
89+
"url": "http://sandeepmistry.github.io/arduino-nRF5/tools/gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tgz",
90+
"archiveFileName": "gnuarmeclipse-openocd-win32-0.10.0-201601101000-dev.tar.gz",
91+
"size": "2552427",
92+
"checksum": "MD5:8153c29c50429441f87a1425de05f53e"
93+
}
94+
]
95+
}
96+
]
97+
}
98+
]
99+
}

0 commit comments

Comments
 (0)