Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit dc7508f

Browse files
DeqingSunyaohaizh
authored andcommitted
Add board support for STM32F1 with Arduino_STM32 (#377)
1 parent 405d5bd commit dc7508f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

misc/usbmapping.json

+52
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,57 @@
143143
"target": "stm32f4x.cfg"
144144
}
145145
]
146+
},
147+
{
148+
"boards": [
149+
{
150+
"name": "genericSTM32F103C",
151+
"package": "Arduino_STM32",
152+
"architecture": "STM32F1",
153+
"id": "genericSTM32F103C",
154+
"interface": "stlink-v2.cfg",
155+
"target": "stm32f1x.cfg"
156+
},
157+
{
158+
"name": "genericSTM32F103R",
159+
"package": "Arduino_STM32",
160+
"architecture": "STM32F1",
161+
"id": "genericSTM32F103R",
162+
"interface": "stlink-v2.cfg",
163+
"target": "stm32f1x.cfg"
164+
},
165+
{
166+
"name": "genericSTM32F103T",
167+
"package": "Arduino_STM32",
168+
"architecture": "STM32F1",
169+
"id": "genericSTM32F103T",
170+
"interface": "stlink-v2.cfg",
171+
"target": "stm32f1x.cfg"
172+
},
173+
{
174+
"name": "genericSTM32F103V",
175+
"package": "Arduino_STM32",
176+
"architecture": "STM32F1",
177+
"id": "genericSTM32F103V",
178+
"interface": "stlink-v2.cfg",
179+
"target": "stm32f1x.cfg"
180+
},
181+
{
182+
"name": "genericSTM32F103Z",
183+
"package": "Arduino_STM32",
184+
"architecture": "STM32F1",
185+
"id": "genericSTM32F103Z",
186+
"interface": "stlink-v2.cfg",
187+
"target": "stm32f1x.cfg"
188+
},
189+
{
190+
"name": "genericGD32F103C",
191+
"package": "Arduino_STM32",
192+
"architecture": "STM32F1",
193+
"id": "genericGD32F103C",
194+
"interface": "stlink-v2.cfg",
195+
"target": "stm32f1x.cfg"
196+
}
197+
]
146198
}
147199
]

0 commit comments

Comments
 (0)