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.
1 parent 142e014 commit 4223a25Copy full SHA for 4223a25
tools/export/gcc_arm_nrf51_dk.tmpl
@@ -1,7 +1,11 @@
1
{% extends "gcc_arm_common.tmpl" %}
2
3
+{% block target_all %}
4
+all: $(PROJECT).bin $(PROJECT).hex size merge
5
+{% endblock %}
6
+
7
{% block additional_variables %}
-SOFTDEVICE = mbed/TARGET_NRF51_DK/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_1_0/s110_nrf51822_7.1.0_softdevice.hex
8
+SOFTDEVICE = {% for f in hex_files %}{{f}} {% endfor %}
9
{% endblock %}
10
11
{% block additional_executables %}
0 commit comments