Skip to content

Commit

Permalink
jlink: compatibility with old config added
Browse files Browse the repository at this point in the history
- a compatibility patch was applied, adding the 'J-Link' device
- new configs are created with the new name
  • Loading branch information
ilg-ul committed Feb 14, 2014
1 parent 48c7a69 commit 671b830
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ilg.gnuarmeclipse.debug.gdbjtag.jlink/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@
name="%JTagDevice.generic.name">
</device>
</extension>

<extension
point="org.eclipse.cdt.debug.gdbjtag.core.JTagDevice">
<device
class="ilg.gnuarmeclipse.debug.gdbjtag.jlink.JTagDevice"
id="ilg.gnuarmeclipse.debug.gdbjtag.jlink.core.jtagdevice.compat"
name="J-Link">
</device>
</extension>

<!--
<extension
Expand Down

0 comments on commit 671b830

Please sign in to comment.