Skip to content

Commit 671b830

Browse files
committed
jlink: compatibility with old config added
- a compatibility patch was applied, adding the 'J-Link' device - new configs are created with the new name
1 parent 48c7a69 commit 671b830

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ilg.gnuarmeclipse.debug.gdbjtag.jlink/plugin.xml

+9
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@
4949
name="%JTagDevice.generic.name">
5050
</device>
5151
</extension>
52+
53+
<extension
54+
point="org.eclipse.cdt.debug.gdbjtag.core.JTagDevice">
55+
<device
56+
class="ilg.gnuarmeclipse.debug.gdbjtag.jlink.JTagDevice"
57+
id="ilg.gnuarmeclipse.debug.gdbjtag.jlink.core.jtagdevice.compat"
58+
name="J-Link">
59+
</device>
60+
</extension>
5261

5362
<!--
5463
<extension

0 commit comments

Comments
 (0)