forked from zephyrproject-rtos/ArduinoCore-zephyr
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path_common.json
More file actions
62 lines (62 loc) · 1.18 KB
/
_common.json
File metadata and controls
62 lines (62 loc) · 1.18 KB
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
{
"name": "",
"architecture": "",
"version": "",
"category": "",
"url": "",
"archiveFileName": "",
"checksum": "",
"size": "",
"help": {
"online": "https://www.arduino.cc/en/Reference/HomePage"
},
"boards": [],
"libraryDependencies": [],
"toolsDependencies": [
{
"packager": "zephyr",
"name": "arm-zephyr-eabi",
"version": "0.16.8"
},
{
"packager": "arduino",
"name": "dfu-util",
"version": "0.11.0-arduino5"
},
{
"packager": "arduino",
"name": "bossac",
"version": "1.9.1-arduino2"
},
{
"packager": "arduino",
"name": "zephyr-sketch-tool",
"version": "0.3.0"
},
{
"packager": "arduino",
"name": "sync-zephyr-artifacts",
"version": "0.2.1"
},
{
"packager": "arduino",
"name": "adb",
"version": "32.0.0"
},
{
"packager": "arduino",
"name": "remoteocd",
"version": "0.1.1-rc.2"
},
{
"packager": "SiliconLabs",
"name": "openocd",
"version": "0.12.0-arduino1-static"
},
{
"packager": "arduino",
"name": "gen-rodata-ld",
"version": "0.1.1"
}
]
}