Skip to content

Commit 7ac968b

Browse files
committed
STM32F1 MBED6 supported targets
DISCO_F100RB => removed NUCLEO_F103RB => MCU_STM32_BAREMETAL
1 parent a63fd00 commit 7ac968b

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

targets/targets.json

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1427,27 +1427,9 @@
14271427
],
14281428
"device_name": "STM32F091RC"
14291429
},
1430-
"DISCO_F100RB": {
1431-
"inherits": [
1432-
"MCU_STM32"
1433-
],
1434-
"core": "Cortex-M3",
1435-
"extra_labels_add": [
1436-
"STM32F1",
1437-
"STM32F100RB"
1438-
],
1439-
"supported_toolchains": [
1440-
"GCC_ARM"
1441-
],
1442-
"device_has_add": [],
1443-
"device_has_remove": [
1444-
"LPTICKER"
1445-
],
1446-
"device_name": "STM32F100RB"
1447-
},
14481430
"NUCLEO_F103RB": {
14491431
"inherits": [
1450-
"MCU_STM32"
1432+
"MCU_STM32_BAREMETAL"
14511433
],
14521434
"supported_form_factors": [
14531435
"ARDUINO",
@@ -1476,10 +1458,6 @@
14761458
"device_has_remove": [
14771459
"LPTICKER"
14781460
],
1479-
"release_versions": [
1480-
"2",
1481-
"5"
1482-
],
14831461
"device_name": "STM32F103RB"
14841462
},
14851463
"NUCLEO_F207ZG": {

0 commit comments

Comments
 (0)