15 lines
456 B
CMake
15 lines
456 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
# Copyright (c) 2020 Linumiz
|
|
# Author: Parthiban Nallathambi <parthiban@linumiz.com>
|
|
|
|
board_set_debugger_ifnset(jlink)
|
|
board_set_flasher_ifnset(jlink)
|
|
|
|
board_runner_args(jlink "--device=XMC4500-1024")
|
|
board_runner_args(pyocd "--target=xmc4500")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|