blob: ff7f849dfd92dc27f829a3567e68b81ea21851d5 [file] [log] [blame]
David Hu3d2121f2021-08-23 18:00:26 +08001#-------------------------------------------------------------------------------
Raef Coles4d6cfcf2023-04-13 11:04:09 +01002# Copyright (c) 2021-2023, 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
Antonio de Angelisc6b4a2f2023-04-19 18:04:44 +010012set(TFM_TEST_REPO_PATH "DOWNLOAD" CACHE PATH "Path to TFM-TEST repo (or DOWNLOAD to fetch automatically")
Antonio de Angelis6f995f22023-05-12 11:02:44 +020013set(TFM_TEST_REPO_VERSION "e0df8fc" CACHE STRING "The version of tf-m-tests to use")
Antonio de Angelisc6b4a2f2023-04-19 18:04:44 +010014set(CMSIS_5_PATH "DOWNLOAD" CACHE PATH "Path to CMSIS_5 (or DOWNLOAD to fetch automatically")