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. |
Chris Brand | 3bd4c3e | 2022-08-23 10:01:41 -0700 | [diff] [blame^] | 3 | # Copyright (c) 2022 Cypress Semiconductor Corporation (an Infineon company) |
| 4 | # or an affiliate of Cypress Semiconductor Corporation. All rights reserved. |
David Hu | 3d2121f | 2021-08-23 18:00:26 +0800 | [diff] [blame] | 5 | # |
| 6 | # SPDX-License-Identifier: BSD-3-Clause |
| 7 | # |
| 8 | #------------------------------------------------------------------------------- |
| 9 | |
| 10 | # Default configs of tf-m-tests repo |
| 11 | |
| 12 | set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically") |
Chris Brand | 3bd4c3e | 2022-08-23 10:01:41 -0700 | [diff] [blame^] | 13 | set(TFM_TEST_REPO_VERSION "badb483" CACHE STRING "The version of tf-m-tests to use") |
David Hu | 3d2121f | 2021-08-23 18:00:26 +0800 | [diff] [blame] | 14 | set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically") |