Merge pull request #14190 from 0xc0170/fix_ns_cores

CMake cores: fix NS cores
pull/14232/head
Martin Kojtal 2021-02-03 10:17:21 +00:00 committed by GitHub
commit 6dd44e7ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions

View File

@ -19,6 +19,7 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M23
ARM_MATH_ARMV8MBL
DOMAIN_NS=1
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM
)

View File

@ -19,7 +19,6 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M23
ARM_MATH_ARMV8MBL
DOMAIN_NS=1
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM
)

View File

@ -20,6 +20,7 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M33
ARM_MATH_ARMV8MML
DOMAIN_NS=1
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM
)

View File

@ -20,7 +20,6 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M33
ARM_MATH_ARMV8MML
DOMAIN_NS=1
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM
)

View File

@ -23,6 +23,7 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M33
ARM_MATH_ARMV8MML
DOMAIN_NS=1
__FPU_PRESENT=1U
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM

View File

@ -22,7 +22,6 @@ function(mbed_set_cpu_core_definitions target)
INTERFACE
__CORTEX_M33
ARM_MATH_ARMV8MML
DOMAIN_NS=1
__FPU_PRESENT=1U
__CMSIS_RTOS
__MBED_CMSIS_RTOS_CM