1# SPDX-License-Identifier: Apache-2.0
2
3# keep first
4board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
5board_runner_args(jlink "--device=STM32F030R8" "--speed=4000")
6board_runner_args(probe-rs "--chip=STM32F030R8Tx")
7
8# keep first
9include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
10include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
11include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
12include(${ZEPHYR_BASE}/boards/common/probe-rs.board.cmake)
13