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