2019-04-06 09:08:09 -04:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2024-09-07 15:22:33 +02:00
|
|
|
# keep first
|
2024-06-20 13:06:02 +02:00
|
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
|
2019-02-22 13:26:08 +01:00
|
|
|
board_runner_args(jlink "--device=STM32F429ZI" "--speed=4000")
|
2024-08-07 11:31:59 +02:00
|
|
|
board_runner_args(pyocd "--target=stm32f429xi")
|
|
|
|
board_runner_args(pyocd "--flash-opt=-O reset_type=hw")
|
|
|
|
board_runner_args(pyocd "--flash-opt=-O connect_mode=under-reset")
|
2019-02-22 13:26:08 +01:00
|
|
|
|
2024-09-07 15:22:33 +02:00
|
|
|
# keep first
|
2023-12-12 15:29:22 +01:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
|
2025-05-09 13:57:50 +00:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd-stm32.board.cmake)
|
2019-02-22 13:26:08 +01:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|
2024-08-07 11:31:59 +02:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|