-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
platform.json
45 lines (45 loc) · 927 Bytes
/
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
{
"name": "P141",
"title": "OS-Q nuvoton 8051",
"description": "nuvoton 8051 MCU.",
"homepage": "https://www.nuvoton.com/products/microcontrollers/8bit-8051-mcus/",
"keywords": [
"OS-Q",
"dev-platform",
"nuvoton",
"MCS-51",
"8051",
"CISC"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/OS-Q/P141.git"
},
"version": "1.0.0",
"frameworks": {
"bsp": {
"package": "F142",
"script": "builder/frameworks/bsp.py"
}
},
"packages": {
"toolchain-sdcc": {
"type": "toolchain",
"owner": "platformio",
"version": "~1.40100.0"
},
"F142": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/F142.git"
},
"tool-stcgal": {
"type": "uploader",
"owner": "platformio",
"version": "~1.104.0"
}
}
}