2024-05-10 05:07:58 +08:00
|
|
|
# Copyright (c) 2024 Cypress Semiconductor Corporation.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2024-10-21 21:47:57 +08:00
|
|
|
board_runner_args(openocd "--target-handle=TARGET.cm33")
|
2024-05-10 05:07:58 +08:00
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|
2024-09-21 00:31:53 +08:00
|
|
|
board_runner_args(jlink "--device=CYW20829_tm")
|
|
|
|
include (${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
|