Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e92323f0c4a6aa30992b9e0568d788f71f5211f2
/
.
/
boards
/
makerdiary
/
nrf52840_mdk
/
board.cmake
blob: 3c5a7e17a4000bf5b2ccfb2267d225471599ffcf [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
board_runner_args
(
pyocd
"--target=nrf52840"
)
set
(
OPENOCD_NRF5_INTERFACE
"cmsis-dap"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
pyocd
.
board
.
cmake
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
openocd
-
nrf5
.
board
.
cmake
)