2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-02-18 16:00:56 +08:00
|
|
|
board_runner_args(openocd "--use-elf")
|
2020-10-08 03:12:42 +08:00
|
|
|
board_runner_args(mdb-hw "--jtag=digilent")
|
2020-02-07 17:28:32 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
2020-10-08 03:12:42 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/mdb-hw.board.cmake)
|