1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(pyocd "--target=stm32wle5jcix")
4board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
5board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
6board_runner_args(jlink "--device=STM32WLE5JC" "--speed=4000" "--reset-after-load")
7board_runner_args(stm32cubeprogrammer "--port=swd" "--reset=hw")
8
9include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
13include(${ZEPHYR_BASE}/boards/common/blackmagicprobe.board.cmake)
14