We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b0f40 commit cc3fd01Copy full SHA for cc3fd01
tools/export/cmsis/cpdsc.tmpl
@@ -12,9 +12,9 @@
12
<project name="{{name}}" documentation="">
13
<target Dendian="{{device.dendian}}" Dfpu="{{device.dfpu}}" Dname="{{device.dname}}" Dvendor="{{device.dvendor}}">
14
<output debug="1" name="{{name}}" type="exe"/>
15
- <debugProbe name="{{device.debug_interface}}" protocol="jtag"/>
+ <debugProbe name="{{device.debug}}" protocol="jtag"/>
16
</target>
17
{{project_files}}
18
</project>
19
</create>
20
-</package>
+</package>
0 commit comments