1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Bug 535143: Add Black Magic Probe definitions

Change-Id: I4b019f866fe71ac3377a535c4c45d6345a30ceaa
This commit is contained in:
John Dallaway 2022-04-22 16:43:54 +01:00
parent 90627bfa83
commit 38ff9d67ea
2 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
############################################################################### ###############################################################################
# Copyright (c) 2007, 2021 QNX Software Systems and others # Copyright (c) 2007, 2022 QNX Software Systems and others
# #
# This program and the accompanying materials # This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0 # are made available under the terms of the Eclipse Public License 2.0
@ -16,6 +16,7 @@
# John Dallaway - PEmicro extension, bug 552597 # John Dallaway - PEmicro extension, bug 552597
# John Dallaway - ST-LINK extension, bug 558266 # John Dallaway - ST-LINK extension, bug 558266
# John Dallaway - PyOCD extension, bug 574928 # John Dallaway - PyOCD extension, bug 574928
# John Dallaway - Black Magic Probe extension, bug 535143
############################################################################### ###############################################################################
launchConfig.name=GDB Hardware Debugging launchConfig.name=GDB Hardware Debugging
pluginName=Eclipse GDB Hardware Debug Core Plug-in pluginName=Eclipse GDB Hardware Debug Core Plug-in
@ -24,6 +25,7 @@ providerName=Eclipse CDT
JTagDevice.name=JTAG Device JTagDevice.name=JTAG Device
AbatronBDI2000.name=Abatron BDI2000 AbatronBDI2000.name=Abatron BDI2000
BlackMagicProbe.name=Black Magic Probe
MacraigorUsb2Demon.name=Macraigor USB2Demon MacraigorUsb2Demon.name=Macraigor USB2Demon
GenericSerial.name=Generic Serial GenericSerial.name=Generic Serial
OpenOCDPipe.name=OpenOCD (via pipe) OpenOCDPipe.name=OpenOCD (via pipe)

View file

@ -95,5 +95,12 @@
name="%STLink.name" name="%STLink.name"
protocols="remote"> protocols="remote">
</device> </device>
<device
class="org.eclipse.cdt.debug.gdbjtag.core.jtagdevice.GenericDevice"
default_connection="COM1"
id="org.eclipse.cdt.debug.gdbjtag.core.jtagdevice.BlackMagicProbe"
name="%BlackMagicProbe.name"
protocols="extended-remote">
</device>
</extension> </extension>
</plugin> </plugin>