David Hu | 3d2121f | 2021-08-23 18:00:26 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Raef Coles | d97a7e7 | 2021-12-10 14:58:06 +0000 | [diff] [blame] | 2 | # Copyright (c) 2021-2022, Arm Limited. All rights reserved. |
David Hu | 3d2121f | 2021-08-23 18:00:26 +0800 | [diff] [blame] | 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | # Default configs of tf-m-tests repo |
| 9 | |
| 10 | set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically") |
Raef Coles | 046ffd8 | 2022-06-16 13:52:48 +0100 | [diff] [blame^] | 11 | set(TFM_TEST_REPO_VERSION "f0c9a1c" CACHE STRING "The version of tf-m-tests to use") |
David Hu | 3d2121f | 2021-08-23 18:00:26 +0800 | [diff] [blame] | 12 | set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically") |