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.
lorawan-SP/makefile.targets@2:e3ff1ae9ee16, 2019-04-06 (annotated)
- Committer:
- guiguitt
- Date:
- Sat Apr 06 11:37:27 2019 +0000
- Revision:
- 2:e3ff1ae9ee16
- Parent:
- 0:3fc4a1072bca
code serre;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| guiguitt | 0:3fc4a1072bca | 1 | # DO NOT REMOVE! Generated by the SW4STM32 exporter from the mbed project. |
| guiguitt | 0:3fc4a1072bca | 2 | |
| guiguitt | 0:3fc4a1072bca | 3 | PREPROC_CMD ?= arm-none-eabi-cpp -E -P |
| guiguitt | 0:3fc4a1072bca | 4 | |
| guiguitt | 0:3fc4a1072bca | 5 | ldclean: |
| guiguitt | 0:3fc4a1072bca | 6 | $(RM) linker-script-debug.ld |
| guiguitt | 0:3fc4a1072bca | 7 | $(RM) linker-script-release.ld |
| guiguitt | 0:3fc4a1072bca | 8 | |
| guiguitt | 0:3fc4a1072bca | 9 | linker-script-debug.ld: ../mbed/TARGET_NUCLEO_L073RZ/TOOLCHAIN_GCC_ARM/STM32L073XZ.ld |
| guiguitt | 0:3fc4a1072bca | 10 | $(PREPROC_CMD) -DMBED_DEBUG -DMBED_TRAP_ERRORS_ENABLED=1 -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@ |
| guiguitt | 0:3fc4a1072bca | 11 | |
| guiguitt | 0:3fc4a1072bca | 12 | LoRaWAN-sensors-debug.elf: linker-script-debug.ld |
| guiguitt | 0:3fc4a1072bca | 13 | |
| guiguitt | 0:3fc4a1072bca | 14 | linker-script-release.ld: ../mbed/TARGET_NUCLEO_L073RZ/TOOLCHAIN_GCC_ARM/STM32L073XZ.ld |
| guiguitt | 0:3fc4a1072bca | 15 | $(PREPROC_CMD) -DNDEBUG -Wl,-n -Wl,--start-group -lstdc++ -lsupc++ -lm -lc -lgcc -lnosys -Wl,--end-group $< -o $@ |
| guiguitt | 0:3fc4a1072bca | 16 | |
| guiguitt | 0:3fc4a1072bca | 17 | LoRaWAN-sensors-release.elf: linker-script-release.ld |
| guiguitt | 0:3fc4a1072bca | 18 |