-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
platform.json
220 lines (220 loc) · 7.71 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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"name": "Puya",
"title": "Puya PY32F0xx MCU",
"description": "The PY32F0xx family of 32-bit Flash MCUs based on the ARM Cortex-M0 processor.",
"homepage": "https://www.puyasemi.com",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"PuyaSemi",
"PY32"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/OS-Q/platform-puya.git"
},
"version": "1.0.0",
"frameworks": {
"mbed": {
"package": "framework-mbed",
"script": "builder/frameworks/mbed.py",
"description": "Arm Mbed OS is an open source embedded operating system designed specifically for the 'things' in the Internet of Things. It includes all the features you need to develop a connected product based on an Arm Cortex-M microcontroller, including security, connectivity, an RTOS and drivers for sensors and I/O devices",
"homepage": "https://os.mbed.com/",
"title": "Mbed"
},
"cmsis": {
"package": "framework-cmsis",
"script": "builder/frameworks/cmsis.py",
"description": "The ARM Cortex Microcontroller Software Interface Standard (CMSIS) is a vendor-independent hardware abstraction layer for the Cortex-M processor series and specifies debugger interfaces. The CMSIS enables consistent and simple software interfaces to the processor for interface peripherals, real-time operating systems, and middleware. It simplifies software re-use, reducing the learning curve for new microcontroller developers and cutting the time-to-market for devices",
"homepage": "https://developer.arm.com/tools-and-software/embedded/cmsis",
"title": "CMSIS"
},
"spl": {
"package": "framework-spl",
"script": "builder/frameworks/spl.py",
"description": "The ST Standard Peripheral Library provides a set of functions for handling the peripherals on the STM32 family of microcontrollers.",
"homepage": "https://www.st.com/en/embedded-software/stsw-stm8069.html",
"title": "Standard Peripheral Library"
},
"libopencm3": {
"package": "framework-libopencm3",
"script": "builder/frameworks/libopencm3/libopencm3.py",
"description": "The libOpenCM3 framework aims to create a free and open-source firmware library for various ARM Cortex-M0(+)/M3/M4 microcontrollers, including ST STM32, Ti Tiva and Stellaris, NXP LPC, Atmel SAM3, Energy Micro EFM32 and others",
"homepage": "http://www.libopencm3.org",
"title": "libopencm3"
},
"arduino": {
"package": "framework-arduinoststm32",
"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"
},
"stm32cube": {
"script": "builder/frameworks/stm32cube.py",
"description": "STM32Cube embedded software libraries, including: The HAL hardware abstraction layer, enabling portability between different STM32 devices via standardized API calls; The Low-Layer (LL) APIs, a light-weight, optimized, expert oriented set of APIs designed for both performance and runtime efficiency",
"homepage": "https://www.st.com/en/ecosystems/stm32cube.html",
"title": "STM32Cube"
},
"puya": {
"script": "builder/frameworks/puya.py",
"description": "STM32Cube embedded software libraries, including: The HAL hardware abstraction layer, enabling portability between different STM32 devices via standardized API calls; The Low-Layer (LL) APIs, a light-weight, optimized, expert oriented set of APIs designed for both performance and runtime efficiency",
"homepage": "https://github.com/OS-Q/framework-puya",
"title": "Puya"
},
"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": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"owner": "platformio",
"version": ">=1.60301.0,<1.80000.0",
"optionalVersions": [
"~1.60301.0",
"~1.80201.0",
"~1.90201.0"
]
},
"framework-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~6.60900.0",
"optionalVersions": [
"~6.51506.0"
]
},
"framework-cmsis": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "https://github.com/OS-Q/framework-cmsis.git"
},
"framework-cmsis-stm32f0": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/framework-cmsis-stm32f0.git"
},
"framework-cmsis-stm32g0": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.3.0"
},
"framework-cmsis-stm32l0": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.9.0"
},
"framework-spl": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/framework-spl.git"
},
"framework-libopencm3": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/framework-libopencm3.git"
},
"framework-arduinoststm32": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~4.20200.221104"
},
"framework-arduino-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~3.1.1"
},
"framework-puya": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/framework-puya.git"
},
"framework-stm32cubef0": {
"type": "framework",
"optional": true,
"version": "https://github.com/OS-Q/framework-stm32cubef0.git"
},
"framework-stm32cubeg0": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.5.0"
},
"framework-stm32cubel0": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.12.0"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20701.0"
},
"tool-stm32duino": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.0.1"
},
"tool-openocd": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~2.1100.0"
},
"tool-jlink": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "^1.63208.0"
},
"tool-dfuutil": {
"type": "uploader",
"optional": true,
"owner": "platformio",
"version": "~1.11.0"
},
"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"
},
"tool-ldscripts-ststm32": {
"optional": true,
"version": "https://github.com/OS-Q/ldscripts-ststm32.git"
}
}
}