-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplatform.json
59 lines (59 loc) · 1.47 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "k1921vk",
"title": "K1921VK",
"description": "NIIET K1921VK series",
"homepage": "https://github.com/kenny5660/pio_platform_k1921vk",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"K1921VK",
"NIIET"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "TODO"
},
"version": "1.1.4",
"frameworks": {
"k1921vk_sdk": {
"package": "framework-k1921vk-sdk",
"script": "builder/frameworks/k1921vk-sdk.py",
"description": "The K1921VKx SDK is a set of software development tools for NIIET microcontrollers",
"homepage": "https://github.com/kenny5660/framework-k1921vk-sdk",
"title": "NIIET k1921vk SDK"
},
"arduino": {
"package": "framework-k1921vk-arduino",
"script": "builder/frameworks/arduino.py",
"description": "The arduino framework for NIIET microcontrollers",
"homepage": "http://arduino.cc",
"title": "Arduino"
}
},
"packages": {
"framework-k1921vk-sdk":{
"type": "framework",
"version": "~1.7.1"
},
"framework-k1921vk-arduino":{
"type": "framework",
"version": "~1.0.0"
},
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.60301.0,<1.80000.0"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1000.0"
}
}
}