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