2024-09-07 15:22:33 +02:00
|
|
|
# keep first
|
2023-01-05 10:25:15 +01:00
|
|
|
board_runner_args(stm32cubeprogrammer "--port=swd" "--reset-mode=hw")
|
2021-06-24 11:18:44 +02:00
|
|
|
|
2021-07-29 16:16:43 +02:00
|
|
|
board_runner_args(openocd "--tcl-port=6666")
|
|
|
|
board_runner_args(openocd --cmd-pre-init "gdb_report_data_abort enable")
|
|
|
|
board_runner_args(openocd "--no-halt")
|
|
|
|
|
2022-07-14 15:22:22 +02:00
|
|
|
board_runner_args(pyocd "--target=stm32u575zitx")
|
|
|
|
|
|
|
|
board_runner_args(jlink "--device=STM32U575ZI" "--reset-after-load")
|
|
|
|
|
2024-09-07 15:22:33 +02:00
|
|
|
# keep first
|
2021-06-24 11:18:44 +02: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)
|
2022-07-14 15:22:22 +02:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|