From 3847373660d0cee49404fe8e5e7fb644581400cb Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 19 May 2020 10:45:43 +0100 Subject: [PATCH] targets: add baremetal to some known tested targets --- targets/targets.json | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 3ba0dac742..0e10b4628a 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -829,7 +829,10 @@ "iar": [ "std" ] - } + }, + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "SDT64B": { "inherits": [ @@ -1496,7 +1499,10 @@ "MPU" ], "bootloader_supported": true, - "device_name": "STM32F303RE" + "device_name": "STM32F303RE", + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "NUCLEO_F303ZE": { "inherits": [ @@ -1647,7 +1653,10 @@ "MPU" ], "device_name": "STM32F411RE", - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "MTS_DRAGONFLY_F411RE": { "inherits": [ @@ -1999,7 +2008,10 @@ "bootloader_supported": true, "overrides": { "network-default-interface-type": "ETHERNET" - } + }, + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "DISCO_F429ZI": { "inherits": [ @@ -3473,7 +3485,10 @@ "BLE" ], "device_name": "STM32L475VG", - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "NUCLEO_L476RG": { "inherits": [ @@ -5715,7 +5730,10 @@ "help": "Enable inclusion of objects_extensions.h", "value": false } - } + }, + "supported_application_profiles": [ + "rtos", "bare-metal" + ] }, "ARDUINO_NANO33BLE": { "inherits": [