1# SPDX-License-Identifier: Apache-2.0
2# keil.stm32g0xx_dfp.1.3.0.pack introduced stm32g0b series, but the target does
3# not work with pyocd currently.
4board_runner_args(pyocd "--target=stm32g071rbtx")
5board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
6board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
7board_runner_args(jlink "--device=STM32G0B1RE" "--speed=4000")
8board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
9
10include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
13include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
14