Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
4fe22b0f4e3a1c3935dd3122e32aa930988db6e2
/
.
/
boards
/
arm
/
mimx8mm_phyboard_polis
/
board.cmake
blob: 3b202648575d9d52ae1104404003da1edd960e5a [
file
] [
log
] [
blame
]
#
# Copyright (c) 2020, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
board_set_debugger_ifnset
(
jlink
)
board_set_flasher_ifnset
(
jlink
)
board_runner_args
(
jlink
"--device=MIMX8MD6_M4"
)
include
(
$
{
ZEPHYR_BASE
}/
boards
/
common
/
jlink
.
board
.
cmake
)