We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdc75bf + 766ed49 commit bad3d04Copy full SHA for bad3d04
workspace_tools/export/gcc_arm_hrm1017.tmpl
@@ -9,7 +9,7 @@ INCLUDE_PATHS = {% for p in include_paths %}-I{{p}} {% endfor %}
9
LIBRARY_PATHS = {% for p in library_paths %}-L{{p}} {% endfor %}
10
LIBRARIES = {% for lib in libraries %}-l{{lib}} {% endfor %}
11
LINKER_SCRIPT = {{linker_script}}
12
-SOFTDEVICE = mbed/TARGET_ARCH_BLE/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_0_0/s110_nrf51822_7.0.0_softdevice.hex
+SOFTDEVICE = mbed/TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_1_0/s110_nrf51822_7.1.0_softdevice.hex
13
14
###############################################################################
15
AS = $(GCC_BIN)arm-none-eabi-as
0 commit comments