From 83e49967d1c4eeff21025ea0bd449c938c91c5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Thu, 28 Jan 2021 11:13:12 +0100 Subject: Split cmsis_startup into _startup and _system In order to get better control of the cmsis startup build for secure and nonsecure worlds, the cmsis_startup OBJECT library is split up into two INTERFACE libraries that can be configured and built per executable. Change-Id: I21b6f6af75f9c23e920525ce6c23677f0607745c --- CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fcb9605..9d20c14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,15 +38,6 @@ set_property(CACHE CORE_SOFTWARE_ACCELERATOR PROPERTY STRINGS CPU CMSIS-NN NPU) set(CORE_SOFTWARE_RTOS "None" CACHE STRING "Select RTOS to include. (None, MbedOS, FreeRTOS, Zephyr)") string(TOLOWER ${CORE_SOFTWARE_RTOS} CORE_SOFTWARE_RTOS_LOWER) -# Set trustzone options -set(TRUSTZONE_BUILD OFF CACHE BOOL "Enable TrustZone build") -if (TRUSTZONE_BUILD) - set(TRUSTZONE_SIDE "secure" CACHE STRING "Select secure or nonsecure") - set_property(CACHE TRUSTZONE_SIDE PROPERTY STRINGS secure nonsecure) - set(TRUSTZONE_PARTITION_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}" CACHE - FILEPATH "Path to CMSIS partion header for device") -endif() - # # Build # -- cgit v1.2.1