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>
7 lines
218 B
CMake
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)
|