1# Copyright (c) 2024 Cypress Semiconductor Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4board_runner_args(openocd "--target-handle=TARGET.cm33") 5include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 6board_runner_args(jlink "--device=CYW20829_tm") 7include (${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 8