Skip to content

Commit c7d947c

Browse files
committed
adds arcore index
1 parent 1c14e11 commit c7d947c

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

package_adafruit_arcore_index.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"packages":[
3+
{
4+
"name":"arcore",
5+
"maintainer":"Ralf Kistner",
6+
"websiteURL":"https://github.com/rkistner/arcore",
7+
"email":"ralf@journeyapps.com",
8+
"help":{
9+
"online":"https://forums.adafruit.com"
10+
},
11+
"platforms":[
12+
{
13+
"name":"Leonardo & Micro MIDI-USB (arcore)",
14+
"architecture":"avr",
15+
"version":"1.0.0",
16+
"category":"Adafruit",
17+
"url":"http://apt.adafruit.com/proxy_files/arcore-1.0.0.tar.bz2",
18+
"archiveFileName":"arcore-1.0.0.tar.bz2",
19+
"checksum":"SHA-256:37ec329c16cc5d8f7da810665505107b24d85e6eea7e74d1677615cf7c5bcb01",
20+
"size":"1135927",
21+
"help":{
22+
"online":"https://forums.adafruit.com"
23+
},
24+
"boards":[
25+
{
26+
"name":"Arduino Leonardo (MIDI)"
27+
},
28+
{
29+
"name":"Arduino Leonardo (MIDI, iPad compatible)"
30+
},
31+
{
32+
"name":"Arduino Micro (MIDI)"
33+
}
34+
],
35+
"toolsDependencies":[
36+
{
37+
"packager":"arduino",
38+
"name":"avr-gcc",
39+
"version":"4.8.1-arduino5"
40+
},
41+
{
42+
"packager":"arduino",
43+
"name":"avrdude",
44+
"version":"6.0.1-arduino5"
45+
}
46+
]
47+
}
48+
],
49+
"tools":[]
50+
}
51+
]
52+
}

0 commit comments

Comments
 (0)