Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b867f0e8a629880e9a1536c084d8f3785a42754b
/
.
/
boards
/
arm
/
hexiwear_k64
/
board.cmake
blob: 487cfeb0d0d7ca25a8570570569c96a3da29e5e9 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
pyocd
"--target=k64f"
)
board_runner_args
(
jlink
"--device=MK64FN1M0xxx12"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
pyocd
.
board
.
cmake
)