1# SPDX-License-Identifier: Apache-2.0 2# Copyright (c) 2021 SILA Embedded Solutions GmbH 3 4# keep first 5board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw") 6board_runner_args(jlink "--device=STM32H735IG" "--speed=4000") 7board_runner_args(openocd --target-handle=_CHIPNAME.cpu0) 8 9# keep first 10include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake) 11include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 12include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 13