-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
40 lines (40 loc) · 1.11 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
{
"name": "OneBitsy",
"title": "1Bitsy",
"description": "An open source debuggable ARM Cortex development platform designed and supported by 1BitSquared",
"url": "https://github.com/1bitsy/",
"vendor": "1BitSquared",
"homepage": "http://1bitsquared.com/",
"license": "Apache-2.0",
"engines": {
"platformio": "^3.0.0",
"scons": ">=2.3.0,<2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/1bitsy/platform-1bitsy.git"
},
"version": "1.0.0",
"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"
],
"frameworks": {
"libopencm3": {
"package": "framework-libopencm3",
"script": "builder/frameworks/libopencm3.py"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-libopencm3": {
"type": "framework",
"optional": true,
"version": "~1.1.0"
}
}
}