mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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.
This commit is contained in:
parent
385569c7bf
commit
7bb5232792
6
makefiles/tools/openocd-adapters/xds110.inc.mk
Normal file
6
makefiles/tools/openocd-adapters/xds110.inc.mk
Normal file
@ -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]'
|
Loading…
Reference in New Issue
Block a user