2020-11-11 21:30:58 +01:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
board_runner_args(jlink "--device=STM32H723ZG" "--speed=4000")
|
2022-05-20 11:38:56 +02:00
|
|
|
board_runner_args(openocd --target-handle=_CHIPNAME.cpu0)
|
2023-01-05 10:25:15 +01:00
|
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
|
2020-11-11 21:30:58 +01:00
|
|
|
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
2022-05-20 11:38:56 +02:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
|