zephyr/boards/riscv/hifive_unleashed/board.cmake
Katsuhiro Suzuki ae355cce56 boards: add support for HiFive Unleashed
This patch adds new support for SiFive HiFive Unleashed which has
SiFive FU540 SoC, DDR and some peripherals.

This is first version so not support all features of the board.

Signed-off-by: Katsuhiro Suzuki <katsuhiro@katsuster.net>
2021-09-03 09:52:26 -04:00

7 lines
218 B
CMake

# SPDX-License-Identifier: Apache-2.0
set(OPENOCD_USE_LOAD_IMAGE NO)
board_runner_args(openocd "--config=${BOARD_DIR}/support/openocd_hifive_unleashed.cfg")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)