From 38ff9d67eaca40b91a7a9631ba4a3311e7271de8 Mon Sep 17 00:00:00 2001 From: John Dallaway Date: Fri, 22 Apr 2022 16:43:54 +0100 Subject: [PATCH] Bug 535143: Add Black Magic Probe definitions Change-Id: I4b019f866fe71ac3377a535c4c45d6345a30ceaa --- jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties | 4 +++- jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.xml | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties index 5e79da7e0f9..edfcad0fcc3 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.properties @@ -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 # 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 - ST-LINK extension, bug 558266 # John Dallaway - PyOCD extension, bug 574928 +# John Dallaway - Black Magic Probe extension, bug 535143 ############################################################################### launchConfig.name=GDB Hardware Debugging pluginName=Eclipse GDB Hardware Debug Core Plug-in @@ -24,6 +25,7 @@ providerName=Eclipse CDT JTagDevice.name=JTAG Device AbatronBDI2000.name=Abatron BDI2000 +BlackMagicProbe.name=Black Magic Probe MacraigorUsb2Demon.name=Macraigor USB2Demon GenericSerial.name=Generic Serial OpenOCDPipe.name=OpenOCD (via pipe) diff --git a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.xml b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.xml index 4dce8fbb9da..564fc377770 100644 --- a/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.xml +++ b/jtag/org.eclipse.cdt.debug.gdbjtag.core/plugin.xml @@ -95,5 +95,12 @@ name="%STLink.name" protocols="remote"> + +