-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatform.json
186 lines (186 loc) · 6.18 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
{
"name": "P212",
"title": "OS-Q STM32F2 Family",
"description": "针对该系列特殊进行增强.",
"homepage": "https://www.st.com/zh/microcontrollers-microprocessors/stm32f2-series.html",
"license": "Apache-2.0",
"keywords": [
"dev-platform",
"ARM",
"Cortex-M",
"STMicroelectronics",
"STM32"
],
"engines": {
"platformio": "^5"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-ststm32.git"
},
"version": "14.1.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"
},
"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"
},
"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": "~2.50501.0",
"optionalVersions": [
"~2.50700.0"
]
},
"framework-cmsis-stm32f2": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.2.3"
},
"framework-libopencm3": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.10000.0"
},
"framework-arduinoststm32": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~4.20000.0"
},
"framework-arduino-mbed": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.3.0"
},
"framework-stm32cubef2": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.9.0"
},
"framework-stm32cubeh7": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.8.0"
},
"framework-zephyr": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~2.20600.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.9.190708"
},
"tool-cmake": {
"optional": true,
"owner": "platformio",
"version": "~3.16.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,
"owner": "platformio",
"version": "~0.1.0"
}
}
}