Preliminary main mbed library for nexpaq development
tools/export/gcc_arm_samr21g18a.tmpl
- Committer:
- nexpaq
- Date:
- 2016-11-04
- Revision:
- 1:d96dbedaebdb
- Parent:
- 0:6c56fb4bc5f0
File content as of revision 1:d96dbedaebdb:
{% extends "gcc_arm_common.tmpl" %} {% block cpu %} -mcpu=cortex-m0plus -mthumb {% endblock %} {% block ld_sys_libs %}{{ super() }} -Wl,--start-group -lc -lc -lnosys -Wl,--end-group {% endblock %}