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" + } + ] } ]