Files
zephyr/boards/synopsys/em_starterkit/board.cmake
Jamie McCrae 66ce5c0b09 boards/soc: Add missing copyright headers
Adds missing copyright headers

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:13 +01:00

8 lines
267 B
CMake

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2017 Synopsys
board_runner_args(openocd "--use-elf")
board_runner_args(mdb-hw "--jtag=digilent")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/mdb-hw.board.cmake)