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.
mbed-os/tools/export/qtcreator/config.tmpl@3:f3764f852aa8, 2018-10-11 (annotated)
- Committer:
- kadonotakashi
- Date:
- Thu Oct 11 02:27:46 2018 +0000
- Revision:
- 3:f3764f852aa8
- Parent:
- 0:8fdf9a60065b
Nucreo 446 + SSD1331 test version;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
kadonotakashi | 0:8fdf9a60065b | 1 | {% for d in defines -%} |
kadonotakashi | 0:8fdf9a60065b | 2 | {% if d[0] == 'D' %}#define {% else %}#undef{% endif %} {{ d[1]|join(' ')}} |
kadonotakashi | 0:8fdf9a60065b | 3 | {% endfor %} |
kadonotakashi | 0:8fdf9a60065b | 4 | {% for i in forced_includes -%} |
kadonotakashi | 0:8fdf9a60065b | 5 | #include "{{i}}" |
kadonotakashi | 0:8fdf9a60065b | 6 | {% endfor %} |