From 6ca3c4294265b75848ee5184e9bd878f8d978219 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 19 May 2020 10:34:19 +0100 Subject: [PATCH] targets: profiles remove/add not functional, replace it It might be a bug as it should work. --- targets/targets.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index fb9cdab44b..6769d7f973 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -316,12 +316,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 +1230,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 +5920,9 @@ ] }, "c_lib": "small", - "supported_application_profiles_add": [ + "supported_application_profiles": [ "bare-metal" ], - "supported_application_profiles_remove": [ - "rtos" - ], "sectors": [ [ 0, @@ -6037,12 +6028,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,