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=stm32g071rbtx")
6board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
7board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
8board_runner_args(jlink "--device=STM32G071RB" "--speed=4000")
9
10# keep first
11include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
13include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
14include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
15