1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2020 Linumiz
4# Author: Parthiban Nallathambi <parthiban@linumiz.com>
5
6board_set_debugger_ifnset(jlink)
7board_set_flasher_ifnset(jlink)
8
9board_runner_args(jlink "--device=XMC4500-1024")
10board_runner_args(pyocd "--target=xmc4500")
11
12include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
13include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
14include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
15