-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplatform.json
More file actions
45 lines (45 loc) · 1.15 KB
/
platform.json
File metadata and controls
45 lines (45 loc) · 1.15 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
{
"name": "intel_arc32",
"title": "Intel ARC32",
"description": "ARC embedded processors are a family of 32-bit CPUs that are widely used in SoC devices for storage, home, mobile, automotive, and Internet of Things applications.",
"homepage": "http://www.intel.com/content/www/us/en/wearables/wearable-soc.html",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"Intel",
"ARC32"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-intel_arc32.git"
},
"version": "1.3.0",
"frameworks": {
"arduino": {
"package": "framework-arduinointel",
"script": "builder/frameworks/arduino.py"
}
},
"packages": {
"toolchain-intelarc32": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.40802.0,<1.40806.0"
},
"framework-arduinointel": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.20002.0"
},
"tool-arduino101load": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.201.0"
}
}
}