| # PHYTEC phyBOARD-Lyra AM62x M4/A53 | |
| # | |
| # Copyright (c) 2024, PHYTEC Messtechnik GmbH | |
| # | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if(CONFIG_SOC_AM6234_M4) | |
| board_runner_args(openocd "--no-init" "--no-halt" "--no-targets" "--gdb-client-port=3339") | |
| include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) | |
| endif() |