diff --git a/targets/targets.json b/targets/targets.json index 76f7fd73d0a..117053f1ef8 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -818,8 +818,7 @@ "core": "Cortex-M4F", "supported_toolchains": [ "ARM", - "GCC_ARM", - "IAR" + "GCC_ARM" ], "macros": [ "__ADUCM4050__", @@ -853,7 +852,18 @@ "release_versions": [ "5" ], - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles" : ["full", "bare-metal"], + "supported_c_libs": { + "arm": [ + "std", + "small" + ], + "gcc_arm": [ + "std", + "small" + ] + } }, "EV_COG_AD3029LZ": { "inherits": [ @@ -862,8 +872,7 @@ "core": "Cortex-M3", "supported_toolchains": [ "ARM", - "GCC_ARM", - "IAR" + "GCC_ARM" ], "macros": [ "__ADUCM3029__", @@ -897,7 +906,18 @@ "release_versions": [ "5" ], - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles" : ["full", "bare-metal"], + "supported_c_libs": { + "arm": [ + "std", + "small" + ], + "gcc_arm": [ + "std", + "small" + ] + } }, "HEXIWEAR": { "inherits": [