2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2018-05-17 08:11:55 +08:00
|
|
|
# Use the TI OpenOCD (by default in /usr/local/openocd)
|
|
|
|
# See the Zephyr project CC3220SF_LAUNCHXL documentation on
|
|
|
|
# flashing prerequisites.
|
|
|
|
set(OPENOCD "/usr/local/bin/openocd" CACHE FILEPATH "" FORCE)
|
|
|
|
set(OPENOCD_DEFAULT_PATH ${OPENOCD}/scripts)
|
|
|
|
include(${ZEPHYR_BASE}/boards/common/openocd.board.cmake)
|