Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
116c4a9e4014b5802b6723278854bb5e3b0a407f
/
.
/
boards
/
nxp
/
s32k148_evb
/
board.cmake
blob: c26e0862b29ff7f1fc12987b8ba073b4fee4b659 [
file
] [
log
] [
blame
]
# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
jlink
"--device=S32K148"
"--speed=4000"
"--iface=jtag"
"--reset"
"--tool-opt=-jtagconf -1,-1"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)