2024-09-04 20:05:25 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2024-09-11 06:30:21 +08:00
|
|
|
# keep first
|
2024-09-04 20:05:25 +08:00
|
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=sw")
|
|
|
|
|
2024-09-11 06:30:21 +08:00
|
|
|
# keep first
|
2024-09-04 20:05:25 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|