1#
2# Copyright (c) 2018 Linaro Limited.
3#
4# SPDX-License-Identifier: Apache-2.0
5
6source [find interface/kitprog3.cfg]
7
8transport select swd
9
10source [find target/cyw20829.cfg]
11
12if { [info exists _ZEPHYR_BOARD_SERIAL] } {
13	adapter serial $_ZEPHYR_BOARD_SERIAL
14}
15