blob: 90dce1b7739a639dd3c0399211b4785114a8e038 [file] [log] [blame]
David Hu3d2121f2021-08-23 18:00:26 +08001#-------------------------------------------------------------------------------
Raef Colesd97a7e72021-12-10 14:58:06 +00002# Copyright (c) 2021-2022, Arm Limited. All rights reserved.
David Hu3d2121f2021-08-23 18:00:26 +08003#
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")
David Hud3948172022-08-01 15:12:24 +020011set(TFM_TEST_REPO_VERSION "2d69f5a" 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")