Development mbed library for MAX32630FTHR
Dependents: blinky_max32630fthr
tools/export/makefile/make-gcc-arm.tmpl
- Committer:
- switches
- Date:
- 2016-11-11
- Revision:
- 0:5c4d7b2438d3
File content as of revision 0:5c4d7b2438d3:
{% extends "makefile/Makefile.tmpl" %} {% block sys_libs %} {% for lib in ["-lstdc++", "-lsupc++", "-lm", "-lc", "-lgcc", "-lnosys"] -%} LD_SYS_LIBS += {{lib}} {% endfor %} {%- endblock %} {% block elf2bin %} $(ELF2BIN) -O binary $< $@ {%- endblock %} {% block elf2hex %} $(ELF2BIN) -O ihex $< $@ {%- endblock %}