mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14155 from jeromecoutant/PR_M33_CMAKE
CMAKE / M33 : DOMAIN_NS issuepull/14159/head
commit
fa2101c48d
|
@ -26,6 +26,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
|
||||
|
|
|
@ -26,7 +26,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
|
||||
|
|
Loading…
Reference in New Issue