diff --git a/targets/targets.json b/targets/targets.json index 76f7fd73d0..d00b8efe3c 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -5646,7 +5646,18 @@ "1101" ], "program_cycle_s": 6, - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles" : ["full", "bare-metal"], + "supported_c_libs": { + "arm": [ + "std", + "small" + ], + "gcc_arm": [ + "std", + "small" + ] + } }, "NRF52_DK": { "supported_form_factors": [ @@ -5804,7 +5815,18 @@ "1101" ], "program_cycle_s": 6, - "bootloader_supported": true + "bootloader_supported": true, + "supported_application_profiles" : ["full", "bare-metal"], + "supported_c_libs": { + "arm": [ + "std", + "small" + ], + "gcc_arm": [ + "std", + "small" + ] + } }, "NRF52840_DK": { "supported_form_factors": [