1# SPDX-License-Identifier: Apache-2.0 2 3set(SUPPORTED_EMU_PLATFORMS renode) 4set(RENODE_SCRIPT ${CMAKE_CURRENT_LIST_DIR}/support/hifive_unmatched.resc) 5set(RENODE_UART sysbus.uart0) 6 7set(OPENOCD_USE_LOAD_IMAGE NO) 8 9board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_hifive_unmatched.cfg") 10 11include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 12