mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 16:45:23 +00:00
I don't have much explanation for this change except that I can't program soc on these boards with this option being set. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
8 lines
351 B
CMake
8 lines
351 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
board_runner_args(jlink "--device=STM32H723ZG" "--speed=4000")
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset=hw")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake) |