This repository was archived by the owner on Oct 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
51 lines (51 loc) · 1.41 KB
/
platform.json
File metadata and controls
51 lines (51 loc) · 1.41 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
{
"name": "ststm8",
"title": "ST STM8 platform",
"description": "ST STM8 platform using sdcc toolchain",
"url": "https://github.com/LinFor/platformio-ststm8-platform",
"homepage": "https://github.com/LinFor/platformio-ststm8-platform",
"license": "Apache-2.0",
"engines": {
"platformio": "~3.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/LinFor/platformio-ststm8-platform.git"
},
"version": "1.0.0",
"packageRepositories": [
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json",
{
"framework-spl8s": [
{
"url": "https://github.com/LinFor/platformio-framework-spl8s/raw/master/packaged/framework-spl8s.zip",
"version": "1.0.0",
"system": "*"
}
]
}
],
"frameworks": {
"spl8s": {
"package": "framework-spl8s",
"script": "builder/frameworks/spl8s.py"
}
},
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
"version": ">=1.30603.0"
},
"framework-spl8s": {
"type": "framework",
"optional": true,
"version": "1.0.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"version": "^1.63208.0"
}
}
}