From dbc6b34bc2938404ae5c1d2db82433e4cff87999 Mon Sep 17 00:00:00 2001 From: Vincent Coubard Date: Mon, 27 Jun 2016 14:33:01 +0100 Subject: [PATCH] Use nano lib by default for nrf51 based targets. --- hal/targets.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hal/targets.json b/hal/targets.json index ce5b4af00a3..d27ca076529 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -1092,7 +1092,8 @@ "function": "MCU_NRF51Code.binary_hook", "toolchains": ["ARM_STD", "GCC_ARM"] }, - "program_cycle_s": 6 + "program_cycle_s": 6, + "default_build": "small" }, "MCU_NRF51_16K_BASE": { "inherits": ["MCU_NRF51"],