blob: c343bbd82e7c26a26a0f46789b26ee8dc3afaf0a [file] [log] [blame]
David Hu3d2121f2021-08-23 18:00:26 +08001#-------------------------------------------------------------------------------
2# Copyright (c) 2021, Arm Limited. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6#-------------------------------------------------------------------------------
7
8# Default configs of tf-m-tests repo
9
10set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
Feder Liang9c71c372021-11-16 18:16:02 +080011set(TFM_TEST_REPO_VERSION "db53c6b" CACHE STRING "The version of tf-m-tests to use")
David Hu3d2121f2021-08-23 18:00:26 +080012set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")