mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 10:18:24 +08:00
91970adb75
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>
8 lines
229 B
CMake
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()
|