From 43f98f3142657850c5470b3363e87e7fb501ccd0 Mon Sep 17 00:00:00 2001 From: Deqing Sun Date: Tue, 18 Jul 2017 23:08:38 -0400 Subject: [PATCH] Add board support for STM32F1 with Arduino_STM32 --- misc/usbmapping.json | 52 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/misc/usbmapping.json b/misc/usbmapping.json index 93859480..4d64e003 100644 --- a/misc/usbmapping.json +++ b/misc/usbmapping.json @@ -143,5 +143,57 @@ "target": "stm32f4x.cfg" } ] + }, + { + "boards": [ + { + "name": "genericSTM32F103C", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericSTM32F103C", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + }, + { + "name": "genericSTM32F103R", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericSTM32F103R", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + }, + { + "name": "genericSTM32F103T", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericSTM32F103T", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + }, + { + "name": "genericSTM32F103V", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericSTM32F103V", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + }, + { + "name": "genericSTM32F103Z", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericSTM32F103Z", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + }, + { + "name": "genericGD32F103C", + "package": "Arduino_STM32", + "architecture": "STM32F1", + "id": "genericGD32F103C", + "interface": "stlink-v2.cfg", + "target": "stm32f1x.cfg" + } + ] } ]