Rtos API example

mbed-os/tools/export/makefile/make-arm.tmpl

Committer:
marcozecchini
Date:
2019-02-23
Revision:
0:9fca2b23d0ba

File content as of revision 0:9fca2b23d0ba:

{% extends "makefile/Makefile.tmpl" %}

{% block elf2bin %}
	$(ELF2BIN) --bin --output $@ $< 
{%- endblock %}

{% block elf2hex %}
	$(ELF2BIN) --i32 --output $@ $< 
{%- endblock %}