blob: b1aae54e794660dec1fa16471a7081c5b9b8c52f [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.
Chris Brand3bd4c3e2022-08-23 10:01:41 -07003# Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company)
4# or an affiliate of Cypress Semiconductor Corporation. All rights reserved.
David Hu3d2121f2021-08-23 18:00:26 +08005#
6# SPDX-License-Identifier: BSD-3-Clause
7#
8#-------------------------------------------------------------------------------
9
10# Default configs of tf-m-tests repo
11
12set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
Xinyu Zhang9d782ff2022-11-21 10:27:49 +080013set(TFM_TEST_REPO_VERSION "3f9a7e9" CACHE STRING "The version of tf-m-tests to use")
David Hu3d2121f2021-08-23 18:00:26 +080014set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")