Files
zephyr/boards/st/stm32h735g_disco/board.cmake
Jamie McCrae 66ce5c0b09 boards/soc: Add missing copyright headers
Adds missing copyright headers

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:13 +01:00

9 lines
325 B
CMake

# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2021 SILA Embedded Solutions GmbH
board_runner_args(jlink "--device=STM32H735IG" "--speed=4000")
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)