Skip to content

Commit 6dd44e7

Browse files
authored
Merge pull request #14190 from 0xc0170/fix_ns_cores
CMake cores: fix NS cores
2 parents d48cc29 + 747de9f commit 6dd44e7

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function(mbed_set_cpu_core_definitions target)
1919
INTERFACE
2020
__CORTEX_M23
2121
ARM_MATH_ARMV8MBL
22+
DOMAIN_NS=1
2223
__CMSIS_RTOS
2324
__MBED_CMSIS_RTOS_CM
2425
)

tools/cmake/cores/Cortex-M23.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ function(mbed_set_cpu_core_definitions target)
1919
INTERFACE
2020
__CORTEX_M23
2121
ARM_MATH_ARMV8MBL
22-
DOMAIN_NS=1
2322
__CMSIS_RTOS
2423
__MBED_CMSIS_RTOS_CM
2524
)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function(mbed_set_cpu_core_definitions target)
2020
INTERFACE
2121
__CORTEX_M33
2222
ARM_MATH_ARMV8MML
23+
DOMAIN_NS=1
2324
__CMSIS_RTOS
2425
__MBED_CMSIS_RTOS_CM
2526
)

tools/cmake/cores/Cortex-M33.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function(mbed_set_cpu_core_definitions target)
2020
INTERFACE
2121
__CORTEX_M33
2222
ARM_MATH_ARMV8MML
23-
DOMAIN_NS=1
2423
__CMSIS_RTOS
2524
__MBED_CMSIS_RTOS_CM
2625
)

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ function(mbed_set_cpu_core_definitions target)
2323
INTERFACE
2424
__CORTEX_M33
2525
ARM_MATH_ARMV8MML
26+
DOMAIN_NS=1
2627
__FPU_PRESENT=1U
2728
__CMSIS_RTOS
2829
__MBED_CMSIS_RTOS_CM

tools/cmake/cores/Cortex-M33F.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function(mbed_set_cpu_core_definitions target)
2222
INTERFACE
2323
__CORTEX_M33
2424
ARM_MATH_ARMV8MML
25-
DOMAIN_NS=1
2625
__FPU_PRESENT=1U
2726
__CMSIS_RTOS
2827
__MBED_CMSIS_RTOS_CM

0 commit comments

Comments
 (0)