From 3f1cca63828827bc735d1fd72a5ccae64593ea5d Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 29 May 2015 08:27:23 +0100 Subject: [PATCH] Update nRF51822 softdevice to s130 in GCC export sciprt The main source code has removed the s110 softdevice in favour of s130. This fixes the GCC ARM export template. --- workspace_tools/export/gcc_arm_nrf51822.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace_tools/export/gcc_arm_nrf51822.tmpl b/workspace_tools/export/gcc_arm_nrf51822.tmpl index 48be881791..c1edebd490 100644 --- a/workspace_tools/export/gcc_arm_nrf51822.tmpl +++ b/workspace_tools/export/gcc_arm_nrf51822.tmpl @@ -9,7 +9,7 @@ INCLUDE_PATHS = {% for p in include_paths %}-I{{p}} {% endfor %} LIBRARY_PATHS = {% for p in library_paths %}-L{{p}} {% endfor %} LIBRARIES = {% for lib in libraries %}-l{{lib}} {% endfor %} LINKER_SCRIPT = {{linker_script}} -SOFTDEVICE = mbed/TARGET_NRF51822/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_0_0/s110_nrf51822_7.0.0_softdevice.hex +SOFTDEVICE = mbed/TARGET_NRF51822/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s130_nrf51822_1_0_0/s130_nrf51_1.0.0_softdevice.hex ############################################################################### AS = $(GCC_BIN)arm-none-eabi-as