Import Mbed OS hard-float snapshot
This commit is contained in:
6
tools/export/qtcreator/config.tmpl
Normal file
6
tools/export/qtcreator/config.tmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{% for d in defines -%}
|
||||
{% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}}
|
||||
{% endfor %}
|
||||
{% for i in forced_includes -%}
|
||||
#include "{{i}}"
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user