forked from platformio/platform-linux_arm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
platform.json
47 lines (47 loc) · 1.51 KB
/
platform.json
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
{
"name": "linux_arm",
"title": "Linux ARM",
"description": "Linux ARM is a Unix-like and mostly POSIX-compliant computer operating system (OS) assembled under the model of free and open-source software development and distribution. Using host OS (Mac OS X, Linux ARM) you can build native application for Linux ARM platform.",
"url": "http://platformio.org/platforms/linux_arm",
"homepage": "http://platformio.org/platforms/linux_arm",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-linux_arm.git"
},
"version": "1.4.2",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download",
"http://dl.platformio.org/packages/manifest.json",
"http://repo.artik.cloud/artik/bin/pub/platformio/manifest.json"
],
"frameworks": {
"wiringpi": {
"package": "framework-wiringpi",
"script": "builder/frameworks/wiringpi.py"
},
"artik-sdk": {
"package": "framework-artik-sdk",
"script": "builder/frameworks/artik-sdk.py"
}
},
"packages": {
"toolchain-gccarmlinuxgnueabi": {
"type": "toolchain",
"version": "~1.40802.0"
},
"framework-wiringpi": {
"type": "framework",
"optional": true,
"version": "~1.242.0"
},
"framework-artik-sdk": {
"type": "framework",
"optional": true
}
}
}