forked from platformio/platform-ststm8
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.json
More file actions
57 lines (57 loc) · 1.61 KB
/
platform.json
File metadata and controls
57 lines (57 loc) · 1.61 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
{
"name": "ststm8",
"title": "ST STM8",
"description": "The STM8 is an 8-bit microcontroller family by STMicroelectronics an extended variant of the ST7 microcontroller architecture. STM8 microcontrollers are particularly low cost for a full-featured 8-bit microcontroller.",
"url": "https://www.st.com/en/microcontrollers/stm8-8-bit-mcus.html",
"homepage": "http://platformio.org/platforms/ststm8",
"license": "Apache-2.0",
"engines": {
"platformio": "<5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-ststm8.git"
},
"version": "1.0.2",
"packageRepositories": [
"https://raw.githubusercontent.com/platformio/platform-ststm8/develop/package/manifest.json",
"https://dl.bintray.com/platformio/dl-packages/manifest.json",
"http://dl.platformio.org/packages/manifest.json"
],
"frameworks": {
"spl": {
"package": "framework-ststm8016",
"script": "builder/frameworks/spl.py"
}
},
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
"version": "~1.30804.10766"
},
"framework-arduinoststm8": {
"type": "framework",
"optional": true,
"version": "0.40.181216"
},
"framework-ststm8spl": {
"type": "framework",
"optional": true,
"version": "0.20301.181217"
},
"tool-stm8binutils": {
"type": "uploader",
"version": "0.230.0"
},
"tool-stm8tools": {
"type": "uploader",
"optional": true,
"version": "~0.40.181218"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"version": "~2.1000.0"
}
}
}