12 lines
485 B
CMake
12 lines
485 B
CMake
# 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)
|