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@12:66348abb837e, 2016-04-05 (annotated)
- Committer:
- bridadan
- Date:
- Tue Apr 05 13:33:41 2016 +0000
- Revision:
- 12:66348abb837e
- Parent:
- 0:4a2e5f0422d6
Allowing "--source" to be specified multiple times, allowing you to compose builds from separate directories
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 %} |