From 4d3c6b3a64ffdd0126a25770eada1827d1735904 Mon Sep 17 00:00:00 2001 From: Evelyne Donnaes Date: Mon, 15 Jun 2020 13:42:24 +0100 Subject: [PATCH] Replaced rtos profile with full profile --- targets/targets.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/targets/targets.json b/targets/targets.json index 22f4647e4b..34852100d7 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -33,7 +33,7 @@ ] }, "supported_application_profiles": [ - "rtos" + "full" ], "config": { "console-uart": { @@ -832,7 +832,7 @@ ] }, "supported_application_profiles": [ - "rtos", "bare-metal" + "full", "bare-metal" ] }, "SDT64B": { @@ -1172,7 +1172,7 @@ ] }, "supported_application_profiles": [ - "rtos", + "full", "bare-metal" ], "macros": [ @@ -5741,7 +5741,7 @@ } }, "supported_application_profiles": [ - "rtos", "bare-metal" + "full", "bare-metal" ] }, "ARDUINO_NANO33BLE": {