zephyr/boards/arm/scobc_module1/board.cmake
Yasushi SHOJI 91970adb75 boards: Add Space Cubics OBC Module 1
This is a single board computer for spacecraft OBC (On-board Computer).
It has a Xilinx FPGA with Cortex ARM M3 core with peripherals, UART, CAN
and others.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
2022-01-18 13:21:50 -05:00

8 lines
229 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_BOARD_SCOBC_MODULE1)
board_runner_args(openocd "--use-elf" "--config=${BOARD_DIR}/support/openocd-ftdi.cfg")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
endif()