Skip to content

Commit 9a0b57a

Browse files
committed
add: package install config (.json) and .tar.gz
1 parent 365cc74 commit 9a0b57a

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed

package_rv1g_minisumo_index.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"packages":
3+
[
4+
{
5+
"name": "rv1g",
6+
"maintainer": "Zigmars Rupenheits",
7+
"websiteURL": "http://www.arduino.cc/en/Reference/HomePage",
8+
"help":
9+
{
10+
"online": "http://www.arduino.cc/en/Reference/HomePage"
11+
},
12+
"platforms":
13+
[
14+
{
15+
"name": "RV1G Minisumo 2018",
16+
"architecture": "samd",
17+
"version": "1.0.2",
18+
"category": "Contributed",
19+
"url": "file:///Users/zigmars/Desktop/rv1g_minisumo.tar.gz",
20+
"archiveFileName": "rv1g_minisumo.tar.gz",
21+
"checksum": "SHA-256:24a2b6c6a50beb0305c0c0994d3bfa81d1497cad492907616bad74b73dcfd0c7",
22+
"size": "969113",
23+
"boards": [
24+
{
25+
"name": "RV1G Minisumo 2018"
26+
}
27+
],
28+
"toolsDependencies":
29+
[
30+
{
31+
"packager": "arduino",
32+
"name": "arm-none-eabi-gcc",
33+
"version": "7-2017q4"
34+
},
35+
{
36+
"packager": "arduino",
37+
"name": "bossac",
38+
"version": "1.7.0-arduino3"
39+
},
40+
{
41+
"packager": "arduino",
42+
"name": "openocd",
43+
"version": "0.10.0-arduino7"
44+
},
45+
{
46+
"packager": "arduino",
47+
"name": "CMSIS",
48+
"version": "4.5.0"
49+
},
50+
{
51+
"packager": "arduino",
52+
"name": "CMSIS-Atmel",
53+
"version": "1.2.0"
54+
}
55+
]
56+
}
57+
],
58+
"tools":
59+
[
60+
]
61+
}
62+
]
63+
}

rv1g_minisumo.tar.gz

946 KB
Binary file not shown.

0 commit comments

Comments
 (0)