We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d841c77 + e6ec311 commit fa2101cCopy full SHA for fa2101c
tools/cmake/cores/Cortex-M33FE-NS.cmake
@@ -26,6 +26,7 @@ function(mbed_set_cpu_core_definitions target)
26
INTERFACE
27
__CORTEX_M33
28
ARM_MATH_ARMV8MML
29
+ DOMAIN_NS=1
30
__FPU_PRESENT=1U
31
__CMSIS_RTOS
32
__MBED_CMSIS_RTOS_CM
tools/cmake/cores/Cortex-M33FE.cmake
@@ -26,7 +26,6 @@ function(mbed_set_cpu_core_definitions target)
- DOMAIN_NS=1
0 commit comments