Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
2dc67c56b4411c1983c18c20a6854b51cb328848
/
.
/
boards
/
ambiq
/
apollo3p_evb
/
board.cmake
blob: d81e4cdc13d4d299f6463092ee86cbc105cd66f9 [
file
] [
log
] [
blame
]
# Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=AMA3B2KK-KBR"
"--iface=swd"
"--speed=1000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)