zephyr/boards/arm/cy8ckit_062_wifi_bt_m0/board.cmake
Kumar Gala 6b3531b783 boards: cy8ckit_062_wifi_bt_m{0,4}: Add OpenOCD support for flashing
The 0.9.5 SDK has support for the Cypress PSoC6 family.  Add ablilty to
flash with openocd.  I've only tested flashing hello_world on the m0.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2018-12-12 20:29:38 -06:00

11 lines
211 B
CMake

#
# Copyright (c) 2018, Cypress
#
# SPDX-License-Identifier: Apache-2.0
#
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
include(${ZEPHYR_BASE}/boards/common/jlink.board.cmake)
set(CY8C6247BZI_D54)