From 9b4cddd16a31d153ad4e2e0275233a05c095b0a0 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 18 May 2020 19:47:38 +0100 Subject: [PATCH] targets: enable baremetal by default For only baremetal targets, just drop in replace. Don't need to add/remove. --- targets/targets.json | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index fb9cdab44b..6dba5b75b2 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -33,7 +33,8 @@ ] }, "supported_application_profiles": [ - "rtos" + "rtos", + "bare-metal" ], "config": { "console-uart": { @@ -316,12 +317,9 @@ ] }, "c_lib": "small", - "supported_application_profiles_add": [ + "supported_application_profiles": [ "bare-metal" ], - "supported_application_profiles_remove": [ - "rtos" - ], "device_name": "LPC1114FN28/102", "detect_code": [ "1114" @@ -1233,12 +1231,9 @@ ], "public": false, "c_lib": "small", - "supported_application_profiles_add": [ + "supported_application_profiles": [ "bare-metal" ], - "supported_application_profiles_remove": [ - "rtos" - ], "overrides": { "boot-stack-size": "0x400" } @@ -5926,12 +5921,9 @@ ] }, "c_lib": "small", - "supported_application_profiles_add": [ + "supported_application_profiles": [ "bare-metal" ], - "supported_application_profiles_remove": [ - "rtos" - ], "sectors": [ [ 0, @@ -6037,12 +6029,9 @@ ] }, "c_lib": "small", - "supported_application_profiles_add": [ + "supported_application_profiles": [ "bare-metal" ], - "supported_application_profiles_remove": [ - "rtos" - ], "device_name": "NANO130KE3BN", "overrides": { "deep-sleep-latency": 1,