forked from auracaster/openocd
Historically swj_newdap was necessary to handle HLA properly.
Since commit 60f104f450 ("hla_transport: split command
registration per transport") there is no point in using
swj_newdap on SWD only devices.
Drop 'transport select swd' from board files referring to
these targets.
While on it remove useless endianness option handling.
Change-Id: Icb4c04c79998369059044c203edcca61648aa936
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/9435
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
10 lines
239 B
INI
10 lines
239 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# Nordic Semiconductor nRF9160 Development Kit
|
|
# https://www.nordicsemi.com/Products/Development-hardware/nRF9160-DK
|
|
#
|
|
|
|
source [find interface/jlink.cfg]
|
|
source [find target/nordic/nrf91.cfg]
|