From d3d6c8144db4ffde5cbb75e5e4272f03afbb7fb7 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Tue, 26 Jul 2016 23:34:46 +0100 Subject: [PATCH] Set the build configuration for NRF52 to small. --- hal/targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hal/targets.json b/hal/targets.json index ad62af7689..0c9cd56819 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -1951,7 +1951,8 @@ "value": "NRF_LF_SRC_XTAL", "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_SRC" } - } + }, + "default_build": "small" }, "NRF52_DK": { "supported_form_factors": ["ARDUINO"],