1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

makefiles/openocd-adapters/iotlab: default to JTAG transport

This commit is contained in:
Leandro Lanzieri 2020-08-17 17:47:24 +02:00
parent 916d960b1a
commit 3c7174cfc5
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -1,8 +1,8 @@
# iotlab-usb debug adapter
OPENOCD_ADAPTER_INIT ?= -c 'source [find interface/ftdi/iotlab-usb.cfg]'
# default to SWD
OPENOCD_TRANSPORT ?= swd
# default to JTAG
OPENOCD_TRANSPORT ?= jtag
# Add serial matching command, only if DEBUG_ADAPTER_ID was specified
ifneq (,$(DEBUG_ADAPTER_ID))