1# SPDX-License-Identifier: Apache-2.0
2
3board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
4
5include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
6include(${ZEPHYR_BASE}/boards/common/openocd-stm32.board.cmake)
7