Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4c77ea93a7aec86b93f667ddee83c57d7fe2bc47
/
.
/
boards
/
ambiq
/
apollo510_evb
/
board.cmake
blob: f4ec9988f02fe5976e0f09e4e277118e5acff068 [
file
] [
log
] [
blame
]
# Copyright (c) 2025 Ambiq Micro Inc.
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=AP510NFA-CBR"
"--iface=swd"
"--speed=1000"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)