mirror of https://github.com/ARMmbed/mbed-os.git
commit
6dd44e7ec7
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue