blob: a01757581f7feae1c945ba80c06fcaa252eca0c5 [file] [log] [blame]
Kristofer Jonssonf62c3d72021-01-21 17:39:03 +01001#
Rajasekaran Kalidossfffdcf02024-04-10 11:31:47 +02002# SPDX-FileCopyrightText: Copyright 2021, 2023-2024 Arm Limited and/or its affiliates <open-source-office@arm.com>
Kristofer Jonssonf62c3d72021-01-21 17:39:03 +01003# SPDX-License-Identifier: Apache-2.0
4#
5# Licensed under the Apache License, Version 2.0 (the License); you may
6# not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an AS IS BASIS, WITHOUT
13# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17
Kristofer Jonssonb5f7cfe2021-03-10 17:13:52 +010018add_subdirectory(baremetal)
19
20add_subdirectory(driver_unit_tests)
21
Kristofer Jonssonf62c3d72021-01-21 17:39:03 +010022add_subdirectory(freertos)
Per Åstrand79929ff2021-01-26 14:42:43 +010023
Kristofer Jonssonbd59c792021-03-09 09:18:46 +010024add_subdirectory(hello_world)
25
Lior Dekel489e40b2021-08-02 12:03:55 +030026add_subdirectory(threadx_demo)
27
Kristofer Jonsson3f5510f2023-02-08 14:23:00 +010028add_subdirectory(message_handler_openamp)
Yulia Garbovichf61ea352021-11-11 14:16:57 +020029
Per Åstrand79929ff2021-01-26 14:42:43 +010030if (CMAKE_CXX_COMPILER_ID STREQUAL "ARMClang")
31 # Only armclang supported for now
32 add_subdirectory(trustzone_inference)
Jens Elofsson74eefce2021-05-25 13:47:13 +020033endif()
Rajasekaran Kalidossfffdcf02024-04-10 11:31:47 +020034
35message(STATUS "*******************************************************")
36message(STATUS "PROJECT_NAME : ${PROJECT_NAME}")
37message(STATUS "TR_ARENA_SIZE : ${TR_ARENA_SIZE}")
38message(STATUS "MESSAGE_HANDLER_ARENA_SIZE : ${MESSAGE_HANDLER_ARENA_SIZE}")
39message(STATUS "*******************************************************")