Skip to content

Commit 46ccded

Browse files
committed
STM32: MCU_STM32 supports rtos and bare-metal profiles
1 parent 698fc09 commit 46ccded

File tree

1 file changed

+9
-21
lines changed

1 file changed

+9
-21
lines changed

targets/targets.json

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,10 @@
11711171
"std"
11721172
]
11731173
},
1174+
"supported_application_profiles": [
1175+
"rtos",
1176+
"bare-metal"
1177+
],
11741178
"macros": [
11751179
"USE_HAL_DRIVER",
11761180
"USE_FULL_LL_DRIVER",
@@ -1368,9 +1372,6 @@
13681372
"macro_name": "CLOCK_SOURCE"
13691373
}
13701374
},
1371-
"overrides": {
1372-
"tickless-from-us-ticker": true
1373-
},
13741375
"detect_code": [
13751376
"0700"
13761377
],
@@ -1452,8 +1453,7 @@
14521453
}
14531454
},
14541455
"overrides": {
1455-
"lse_available": 0,
1456-
"tickless-from-us-ticker": true
1456+
"lse_available": 0
14571457
},
14581458
"detect_code": [
14591459
"0775"
@@ -1504,10 +1504,7 @@
15041504
"MPU"
15051505
],
15061506
"bootloader_supported": true,
1507-
"device_name": "STM32F303RE",
1508-
"supported_application_profiles": [
1509-
"rtos", "bare-metal"
1510-
]
1507+
"device_name": "STM32F303RE"
15111508
},
15121509
"NUCLEO_F303ZE": {
15131510
"inherits": [
@@ -1658,10 +1655,7 @@
16581655
"MPU"
16591656
],
16601657
"device_name": "STM32F411RE",
1661-
"bootloader_supported": true,
1662-
"supported_application_profiles": [
1663-
"rtos", "bare-metal"
1664-
]
1658+
"bootloader_supported": true
16651659
},
16661660
"MTS_DRAGONFLY_F411RE": {
16671661
"inherits": [
@@ -2014,10 +2008,7 @@
20142008
"bootloader_supported": true,
20152009
"overrides": {
20162010
"network-default-interface-type": "ETHERNET"
2017-
},
2018-
"supported_application_profiles": [
2019-
"rtos", "bare-metal"
2020-
]
2011+
}
20212012
},
20222013
"DISCO_F429ZI": {
20232014
"inherits": [
@@ -3492,10 +3483,7 @@
34923483
"BLE"
34933484
],
34943485
"device_name": "STM32L475VG",
3495-
"bootloader_supported": true,
3496-
"supported_application_profiles": [
3497-
"rtos", "bare-metal"
3498-
]
3486+
"bootloader_supported": true
34993487
},
35003488
"NUCLEO_L476RG": {
35013489
"inherits": [

0 commit comments

Comments
 (0)