STM32F1 MBED6 supported targets

DISCO_F100RB  => removed
NUCLEO_F103RB => MCU_STM32_BAREMETAL
pull/12960/head
jeromecoutant 2020-05-12 15:08:00 +02:00
parent a63fd00a9a
commit 7ac968b7b2
1 changed files with 1 additions and 23 deletions

View File

@ -1427,27 +1427,9 @@
],
"device_name": "STM32F091RC"
},
"DISCO_F100RB": {
"inherits": [
"MCU_STM32"
],
"core": "Cortex-M3",
"extra_labels_add": [
"STM32F1",
"STM32F100RB"
],
"supported_toolchains": [
"GCC_ARM"
],
"device_has_add": [],
"device_has_remove": [
"LPTICKER"
],
"device_name": "STM32F100RB"
},
"NUCLEO_F103RB": {
"inherits": [
"MCU_STM32"
"MCU_STM32_BAREMETAL"
],
"supported_form_factors": [
"ARDUINO",
@ -1476,10 +1458,6 @@
"device_has_remove": [
"LPTICKER"
],
"release_versions": [
"2",
"5"
],
"device_name": "STM32F103RB"
},
"NUCLEO_F207ZG": {