Skip to content

Commit 778520c

Browse files
author
jantje
committed
#1361 use CDT openocd instead of gnu mcu
Which is the same as the old one but moved to cdt. This way it is in the eclipse update sites
1 parent 23c8bf1 commit 778520c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

io.sloeber.product/arduino.product

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ https://github.com/sloeber/arduino-eclipse-plugin/graphs/contributors
2626
--launcher.defaultAction openFile
2727
--launcher.appendVmargs
2828
</programArgs>
29-
<vmArgs>-Dosgi.requiredJavaVersion=11
30-
-Dorg.eclipse.update.reconcile=false
31-
-Dlog4j.configuration=log4j/log4j.xml
32-
-Xms256m
33-
-Xmx1024m
29+
<vmArgs>-Dosgi.requiredJavaVersion=11
30+
-Dorg.eclipse.update.reconcile=false
31+
-Dlog4j.configuration=log4j/log4j.xml
32+
-Xms256m
33+
-Xmx1024m
3434
--add-modules=ALL-SYSTEM
3535
</vmArgs>
3636
<vmArgsMac>-XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts
@@ -208,7 +208,6 @@ United States, other countries, or both.
208208
</plugins>
209209

210210
<features>
211-
<feature id="ilg.gnumcueclipse.debug.gdbjtag.openocd.feature" installMode="root"/>
212211
<feature id="io.sloeber.feature" installMode="root"/>
213212
<feature id="org.eclipse.cdt.autotools" installMode="root"/>
214213
<feature id="org.eclipse.cdt.gdb" installMode="root"/>
@@ -248,6 +247,7 @@ United States, other countries, or both.
248247
<feature id="org.eclipse.rse.ssh" installMode="root"/>
249248
<feature id="org.eclipse.rse.telnet" installMode="root"/>
250249
<feature id="org.eclipse.rse" installMode="root"/>
250+
<feature id="org.eclipse.embedcdt.debug.gdbjtag.openocd" installMode="root"/>
251251
</features>
252252

253253
<configurations>

0 commit comments

Comments
 (0)