-
Notifications
You must be signed in to change notification settings - Fork 37
/
platform.json
188 lines (188 loc) · 6.34 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "ch32v",
"version": "1.1.0",
"title": "WCH CH32V",
"description": "CH32V series are industrial-grade general-purpose microcontrollers designed based on QingKe 32-bit RISC-V.",
"homepage": "https://www.wch.cn/",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"WCH",
"RISC-V"
],
"engines": {
"platformio": "^6"
},
"repository": {
"type": "git",
"url": "https://github.com/Community-PIO-CH32V/platform-ch32v"
},
"frameworks": {
"noneos-sdk": {
"package": "framework-wch-noneos-sdk",
"script": "builder/frameworks/noneos_sdk.py",
"description": "The W.CH CH32Vxxx Standard Peripheral Library without OS",
"homepage": "https://www.wch.cn/downloads/",
"title": "W.CH CH32Vxxx NoneOS SDK"
},
"freertos": {
"package": "framework-wch-freertos",
"script": "builder/frameworks/freertos.py",
"description": "Real-time operating system for microcontrollers",
"homepage": "https://www.freertos.org/",
"title": "FreeRTOS"
},
"harmony-liteos": {
"package": "framework-wch-harmony-liteos",
"script": "builder/frameworks/harmony_liteos.py",
"description": "LiteOS is an open-source, lightweight IoT operating system (OS) released by Huawei in 2015",
"homepage": "https://github.com/LiteOS/LiteOS",
"title": "Harmony LiteOS-M"
},
"rt-thread": {
"package": "framework-wch-rtthread",
"script": "builder/frameworks/rt_thread.py",
"description": "RT-Thread is an open source IoT operating system",
"homepage": "https://github.com/RT-Thread/rt-thread",
"title": "RT-Thread"
},
"tencent-os": {
"package": "framework-wch-tencentos",
"script": "builder/frameworks/tencent_os.py",
"description": "TencentOS tiny is a real-time operating system developed by Tencent for the IoT field",
"homepage": "https://github.com/OpenAtomFoundation/TencentOS-tiny",
"title": "TencentOS Tiny"
},
"arduino": {
"package": "framework-arduinoch32v003",
"script": "builder/frameworks/arduino.py",
"description": "Arduino Wiring-based Framework allows writing cross-platform software to control devices attached to a wide range of Arduino boards to create all kinds of creative coding, interactive objects, spaces or physical experiences",
"homepage": "http://arduino.cc/en/Reference/HomePage",
"title": "Arduino"
},
"ch32v003fun": {
"package": "framework-ch32v003fun",
"script": "builder/frameworks/ch32v003fun.py",
"description": "Most lightweight framework for CH32V003, CH32V10x, CH32V30x, CH32X035",
"homepage": "https://github.com/cnlohr/ch32v003fun",
"title": "ch32v003fun"
},
"zephyr": {
"package": "framework-zephyr",
"script": "builder/frameworks/zephyr.py",
"description": "The Zephyr Project is a scalable real-time operating system (RTOS) supporting multiple hardware architectures, optimized for resource constrained devices, and built with safety and security in mind",
"homepage": "https://www.zephyrproject.org",
"title": "Zephyr RTOS"
}
},
"packages": {
"framework-wch-noneos-sdk": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk.git"
},
"framework-wch-freertos": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-wch-freertos.git"
},
"framework-wch-harmony-liteos": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-wch-harmony-liteos.git"
},
"framework-wch-rtthread": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-wch-rtthread.git"
},
"framework-wch-tencentos": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-wch-tencentos.git"
},
"framework-arduinoch32v003": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/arduino-wch32v003"
},
"framework-arduinoch32v": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/ArduinoCore-CH32V.git"
},
"framework-arduino-openwch-ch32": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/arduino_core_ch32.git"
},
"framework-ch32v003fun": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/ch32v003fun.git"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/framework-zephyr.git"
},
"toolchain-riscv": {
"type": "toolchain",
"owner": "platformio",
"version": "https://github.com/Community-PIO-CH32V/toolchain-riscv-windows.git"
},
"tool-openocd-riscv-wch": {
"type": "uploader",
"owner": "community-ch32v",
"version": "~2.1100.240729"
},
"tool-wchisp": {
"type": "uploader",
"owner": "community-ch32v",
"version": "~0.23.240914",
"optional": true
},
"tool-minichlink": {
"type": "uploader",
"owner": "community-ch32v",
"version": "https://github.com/Community-PIO-CH32V/tool-minichlink.git",
"optional": true
},
"tool-wlink": {
"type": "uploader",
"owner": "community-ch32v",
"version": "https://github.com/Community-PIO-CH32V/tool-wlink.git#windows",
"optional": false
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.21.0"
},
"tool-dtc": {
"optional": true,
"owner": "platformio",
"version": "~1.4.7"
},
"tool-ninja": {
"optional": true,
"owner": "platformio",
"version": "^1.7.0"
},
"tool-gperf": {
"optional": true,
"owner": "platformio",
"version": "^3.0.0"
}
}
}