2024-01-19 15:16:17 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2024-09-07 21:22:33 +08:00
|
|
|
|
|
|
|
# keep first
|
2024-01-19 15:16:17 +08:00
|
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
|
2024-09-07 21:22:33 +08:00
|
|
|
board_runner_args(pyocd "--target=stm32wb55vgyx")
|
2024-01-19 15:16:17 +08:00
|
|
|
|
2024-09-07 21:22:33 +08:00
|
|
|
# keep first
|
2024-01-19 15:16:17 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|