Files
zephyr/boards/st/stm32u5a9j_dk/board.cmake
Erwan Gouriou 15f16834e6 boards: Convert stm32u5a9j_dk to HWM v2
Port the board to HWMv2.

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
2024-03-01 15:50:00 +01:00

12 lines
446 B
CMake

# Copyright (c) 2023 STMicroelectronics
# SPDX-License-Identifier: Apache-2.0
board_runner_args(stm32cubeprogrammer "--erase" "--port=swd" "--reset-mode=hw")
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")
include(${ZEPHYR_BASE}/boards/common/stm32cubeprogrammer.board.cmake)
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)