Skip to content

Commit 3847373

Browse files
committed
targets: add baremetal to some known tested targets
1 parent ada8781 commit 3847373

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

targets/targets.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,10 @@
829829
"iar": [
830830
"std"
831831
]
832-
}
832+
},
833+
"supported_application_profiles": [
834+
"rtos", "bare-metal"
835+
]
833836
},
834837
"SDT64B": {
835838
"inherits": [
@@ -1496,7 +1499,10 @@
14961499
"MPU"
14971500
],
14981501
"bootloader_supported": true,
1499-
"device_name": "STM32F303RE"
1502+
"device_name": "STM32F303RE",
1503+
"supported_application_profiles": [
1504+
"rtos", "bare-metal"
1505+
]
15001506
},
15011507
"NUCLEO_F303ZE": {
15021508
"inherits": [
@@ -1647,7 +1653,10 @@
16471653
"MPU"
16481654
],
16491655
"device_name": "STM32F411RE",
1650-
"bootloader_supported": true
1656+
"bootloader_supported": true,
1657+
"supported_application_profiles": [
1658+
"rtos", "bare-metal"
1659+
]
16511660
},
16521661
"MTS_DRAGONFLY_F411RE": {
16531662
"inherits": [
@@ -1999,7 +2008,10 @@
19992008
"bootloader_supported": true,
20002009
"overrides": {
20012010
"network-default-interface-type": "ETHERNET"
2002-
}
2011+
},
2012+
"supported_application_profiles": [
2013+
"rtos", "bare-metal"
2014+
]
20032015
},
20042016
"DISCO_F429ZI": {
20052017
"inherits": [
@@ -3473,7 +3485,10 @@
34733485
"BLE"
34743486
],
34753487
"device_name": "STM32L475VG",
3476-
"bootloader_supported": true
3488+
"bootloader_supported": true,
3489+
"supported_application_profiles": [
3490+
"rtos", "bare-metal"
3491+
]
34773492
},
34783493
"NUCLEO_L476RG": {
34793494
"inherits": [
@@ -5715,7 +5730,10 @@
57155730
"help": "Enable inclusion of objects_extensions.h",
57165731
"value": false
57175732
}
5718-
}
5733+
},
5734+
"supported_application_profiles": [
5735+
"rtos", "bare-metal"
5736+
]
57195737
},
57205738
"ARDUINO_NANO33BLE": {
57215739
"inherits": [

0 commit comments

Comments
 (0)