Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
30f0d85fa0da3aa0e010d1fa5b3134c93f01d87a
/
.
/
boards
/
ambiq
/
apollo4p_evb
/
board.cmake
blob: dac739b7cc2afdc5851c7cdc2dc9cd3f50d1f37a [
file
] [
log
] [
blame
]
# 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
)