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

Add board support for STM32F1 with Arduino_STM32 #377

Merged
merged 2 commits into from
Jul 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions misc/usbmapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]