forked from LynnL4/ArduinoCore-samd
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage_index.json.Hourly.template
64 lines (64 loc) · 1.64 KB
/
package_index.json.Hourly.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"packages": [
{
"name": "arduino-beta",
"maintainer": "Arduino Betatesting",
"websiteURL": "http://www.arduino.cc/",
"email": "packages@arduino.cc",
"help": {
"online": "http://www.arduino.cc/en/Reference/HomePage"
},
"platforms": [
{
"name": "Arduino SAMD core - Hourly build",
"architecture": "samd",
"version": "%%VERSION%%",
"category": "Arduino",
"url": "http://downloads.arduino.cc/Hourly/samd/%%FILENAME%%",
"archiveFileName": "%%FILENAME%%",
"checksum": "SHA-256:%%CHECKSUM%%",
"size": "%%SIZE%%",
"boards": [
{
"name": "Arduino Zero"
}
],
"toolsDependencies": [
{
"packager": "arduino",
"name": "arm-none-eabi-gcc",
"version": "4.8.3-2014q1"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.7.0"
},
{
"packager": "arduino",
"name": "openocd",
"version": "0.9.0-arduino6-static"
},
{
"packager": "arduino",
"name": "CMSIS",
"version": "4.5.0"
},
{
"packager": "arduino",
"name": "CMSIS-Atmel",
"version": "1.1.0"
},
{
"packager": "arduino",
"name": "arduinoOTA",
"version": "1.2.0"
}
]
}
],
"tools": [
]
}
]
}