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 85d7ff2 commit b5b6fdcCopy full SHA for b5b6fdc
tools/export/gcc_arm_mtm_mtconnect04S.tmpl
@@ -0,0 +1,14 @@
1
+{% extends "gcc_arm_common.tmpl" %}
2
+
3
+{% block additional_variables %}
4
+SOFTDEVICE = mbed/TARGET_MTM_MTCONNECT04S/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s130_nrf51822_1_0_0/s130_nrf51_1.0.0_softdevice.hex
5
+{% endblock %}
6
7
+{% block additional_executables %}
8
+SREC_CAT = srec_cat
9
10
11
+{% block additional_targets %}
12
+merge:
13
+ $(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o combined.hex -intel --line-length=44
14
0 commit comments