mirror of https://github.com/ARMmbed/mbed-os.git
Fix undefined keys in CMSIS exporter
parent
45b0f4020d
commit
cc3fd017ac
|
@ -12,9 +12,9 @@
|
||||||
<project name="{{name}}" documentation="">
|
<project name="{{name}}" documentation="">
|
||||||
<target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
|
<target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
|
||||||
<output debug="1" name="{{name}}" type="exe"/>
|
<output debug="1" name="{{name}}" type="exe"/>
|
||||||
<debugProbe name="{{device.debug_interface}}" protocol="jtag"/>
|
<debugProbe name="{{device.debug}}" protocol="jtag"/>
|
||||||
</target>
|
</target>
|
||||||
{{project_files}}
|
{{project_files}}
|
||||||
</project>
|
</project>
|
||||||
</create>
|
</create>
|
||||||
</package>
|
</package>
|
||||||
|
|
Loading…
Reference in New Issue