blob: e8b4b732a8007f555ce39c0ca0671e1977a1f6d6 [file] [log] [blame]
# Copyright (c) 2021 Cypress Semiconductor Corporation.
# SPDX-License-Identifier: Apache-2.0
# During gdb session, by default connect to CM4 core.
board_runner_args(openocd "--gdb-init=disconnect")
board_runner_args(openocd "--gdb-init=target extended-remote :3334")
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
board_runner_args(pyocd "--target=cy8c6xxa")
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)