From 7bb5232792b473d7f2ee923b29b9f054bdf8e24f Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Tue, 13 Dec 2022 09:38:18 +0100 Subject: [PATCH] makefiles/tools/openocd-adapters: add XDS110 support This adds the configuration to allow choosing the XDS110 used in cc13xx-launchpad and cc26xx-launchpad boards via the `OPENOCD_DEBUG_ADAPTER` variable. --- makefiles/tools/openocd-adapters/xds110.inc.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 makefiles/tools/openocd-adapters/xds110.inc.mk diff --git a/makefiles/tools/openocd-adapters/xds110.inc.mk b/makefiles/tools/openocd-adapters/xds110.inc.mk new file mode 100644 index 0000000000..035404d417 --- /dev/null +++ b/makefiles/tools/openocd-adapters/xds110.inc.mk @@ -0,0 +1,6 @@ +# TI XDS110 debug adapter (available both as embedded debugger e.g. in the +# cc13xx-launchpad and cc26xx-launchpad boards or standalone version) + +OPENOCD_TRANSPORT ?= jtag + +OPENOCD_ADAPTER_INIT ?= -c 'source [find interface/xds110.cfg]'