Skip to content

Commit e6ec311

Browse files
committed
CMAKE / M33 : DOMAIN_NS issue
1 parent 2255408 commit e6ec311

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tools/cmake/cores/Cortex-M33FE-NS.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function(mbed_set_cpu_core_definitions target)
2626
INTERFACE
2727
__CORTEX_M33
2828
ARM_MATH_ARMV8MML
29+
DOMAIN_NS=1
2930
__FPU_PRESENT=1U
3031
__CMSIS_RTOS
3132
__MBED_CMSIS_RTOS_CM

tools/cmake/cores/Cortex-M33FE.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ function(mbed_set_cpu_core_definitions target)
2626
INTERFACE
2727
__CORTEX_M33
2828
ARM_MATH_ARMV8MML
29-
DOMAIN_NS=1
3029
__FPU_PRESENT=1U
3130
__CMSIS_RTOS
3231
__MBED_CMSIS_RTOS_CM

0 commit comments

Comments
 (0)