1# Copyright (c) 2021 Cypress Semiconductor Corporation. 2# SPDX-License-Identifier: Apache-2.0 3 4# During gdb session, by default connect to CM4 core. 5board_runner_args(openocd "--gdb-init=disconnect") 6board_runner_args(openocd "--gdb-init=target extended-remote :3334") 7include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake) 8include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake) 9 10board_runner_args(pyocd "--target=cy8c6xxa") 11include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake) 12