mirror of https://github.com/ARMmbed/mbed-os.git
Exporter IAR - nucleo f746 template fix
Remove ewd file, fix .ewp file - remove jinja2, to have valid ewp filepull/1567/merge
parent
d53f444a6f
commit
f3816bdd25
File diff suppressed because it is too large
Load Diff
|
@ -185,9 +185,7 @@
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCDefines</name>
|
<name>CCDefines</name>
|
||||||
{% for s in symbols %}
|
<state></state>
|
||||||
<state>{{s}}</state>
|
|
||||||
{% endfor %}
|
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCPreprocFile</name>
|
<name>CCPreprocFile</name>
|
||||||
|
@ -316,9 +314,7 @@
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCIncludePath2</name>
|
<name>CCIncludePath2</name>
|
||||||
{% for path in include_paths %}
|
<state></state>
|
||||||
<state>$PROJ_DIR$\{{path}}</state>
|
|
||||||
{% endfor %}
|
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>CCStdIncCheck</name>
|
<name>CCStdIncCheck</name>
|
||||||
|
@ -610,7 +606,7 @@
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>OOCOutputFile</name>
|
<name>OOCOutputFile</name>
|
||||||
<state>{{name}}.bin</state>
|
<state>name.bin</state>
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>OOCCommandLineProducer</name>
|
<name>OOCCommandLineProducer</name>
|
||||||
|
@ -729,7 +725,7 @@
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>IlinkIcfFile</name>
|
<name>IlinkIcfFile</name>
|
||||||
<state>$PROJ_DIR$\{{linker_script}}</state>
|
<state></state>
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>IlinkIcfFileSlave</name>
|
<name>IlinkIcfFileSlave</name>
|
||||||
|
@ -777,12 +773,7 @@
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>IlinkAdditionalLibs</name>
|
<name>IlinkAdditionalLibs</name>
|
||||||
{% for library in libraries %}
|
<state></state>
|
||||||
<state>$PROJ_DIR$\{{library}}</state>
|
|
||||||
{% endfor %}
|
|
||||||
{% for object in object_files %}
|
|
||||||
<state>$PROJ_DIR$\{{object}}</state>
|
|
||||||
{% endfor %}
|
|
||||||
</option>
|
</option>
|
||||||
<option>
|
<option>
|
||||||
<name>IlinkOverrideProgramEntryLabel</name>
|
<name>IlinkOverrideProgramEntryLabel</name>
|
||||||
|
@ -1921,7 +1912,6 @@
|
||||||
<data/>
|
<data/>
|
||||||
</settings>
|
</settings>
|
||||||
</configuration>
|
</configuration>
|
||||||
{{source_files}}
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue