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:
parent
916d960b1a
commit
3c7174cfc5
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user