13 lines
264 B
CMake
13 lines
264 B
CMake
|
#
|
||
|
# Copyright (c) 2021, MADMACHINE LIMITED
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
board_set_debugger_ifnset(pyocd)
|
||
|
board_set_flasher_ifnset(pyocd)
|
||
|
|
||
|
board_runner_args(pyocd "--target=mimxrt1050_quadspi")
|
||
|
|
||
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|