2023-03-29 03:50:08 +08:00
|
|
|
#**************************************************************************
|
|
|
|
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
|
|
|
|
# an affiliate of Cypress Semiconductor Corporation.
|
|
|
|
# SPDX-Licence-Identifier: Apache-2.0
|
|
|
|
#***************************************************************************
|
|
|
|
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
2023-09-20 02:21:02 +08:00
|
|
|
|
|
|
|
board_runner_args(pyocd "--target=cy8c6xx7_nosmif")
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)
|