-
Notifications
You must be signed in to change notification settings - Fork 0
/
platform.json
136 lines (136 loc) · 4.68 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
{
"name": "ch32v003j4m6",
"version": "1.1.0",
"title": "WCH CH32V003j4m6",
"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/ShojiMiyanishi/platform-ch32v003j4m6.git"
},
"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"
}
},
"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"
},
"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.230329"
},
"tool-wchisp": {
"type": "uploader",
"owner": "community-ch32v",
"version": "~0.22.230228",
"optional": true
},
"tool-minichlink": {
"type": "uploader",
"owner": "community-ch32v",
"version": "https://github.com/Community-PIO-CH32V/tool-minichlink.git",
"optional": true
}
}
}