7 lines
223 B
CMake
7 lines
223 B
CMake
|
# Copyright (c) 2023 Antmicro <www.antmicro.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
board_runner_args(jlink "--device=AMAP42KK-KBR" "--iface=swd" "--speed=1000")
|
||
|
|
||
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|