Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bb86f8b967b2a7277379b87f8959c7ddd11c8402
/
.
/
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
)