1# SPDX-License-Identifier: Apache-2.0
2
3# keep first
4board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
5board_runner_args(pyocd "--target=stm32g431rbtx")
6
7# keep first
8include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
9include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
11