Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-tools by
export/gcc_arm_seeed_tiny_ble.tmpl@0:4a2e5f0422d6, 2016-03-30 (annotated)
- Committer:
- screamer
- Date:
- Wed Mar 30 16:23:44 2016 +0000
- Revision:
- 0:4a2e5f0422d6
Initial revision
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
screamer | 0:4a2e5f0422d6 | 1 | {% extends "gcc_arm_common.tmpl" %} |
screamer | 0:4a2e5f0422d6 | 2 | |
screamer | 0:4a2e5f0422d6 | 3 | {% block additional_variables %} |
screamer | 0:4a2e5f0422d6 | 4 | SOFTDEVICE = mbed/TARGET_ARCH_BLE/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_1_0/s110_nrf51822_7.1.0_softdevice.hex |
screamer | 0:4a2e5f0422d6 | 5 | {% endblock %} |
screamer | 0:4a2e5f0422d6 | 6 | |
screamer | 0:4a2e5f0422d6 | 7 | {% block additional_executables %} |
screamer | 0:4a2e5f0422d6 | 8 | SREC_CAT = srec_cat |
screamer | 0:4a2e5f0422d6 | 9 | {% endblock %} |
screamer | 0:4a2e5f0422d6 | 10 | |
screamer | 0:4a2e5f0422d6 | 11 | {% block additional_targets %} |
screamer | 0:4a2e5f0422d6 | 12 | merge: |
screamer | 0:4a2e5f0422d6 | 13 | $(SREC_CAT) $(SOFTDEVICE) -intel $(PROJECT).hex -intel -o combined.hex -intel --line-length=44 |
screamer | 0:4a2e5f0422d6 | 14 | {% endblock %} |