Skip to content

Commit d8917a4

Browse files
committed
Remove unused old symbols: __MBED_CMSIS_RTOS_CM/A9
1 parent cecc47b commit d8917a4

19 files changed

+0
-19
lines changed

tools/cmake/cores/Cortex-A9.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ function(mbed_set_cpu_core_definitions target)
2626
__FPU_PRESENT
2727
__CMSIS_RTOS
2828
__EVAL
29-
__MBED_CMSIS_RTOS_CA9
3029
)
3130
endfunction()

tools/cmake/cores/Cortex-M0+.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ function(mbed_set_cpu_core_definitions target)
1919
__CORTEX_M0PLUS
2020
ARM_MATH_CM0PLUS
2121
__CMSIS_RTOS
22-
__MBED_CMSIS_RTOS_CM
2322
)
2423
endfunction()

tools/cmake/cores/Cortex-M0.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ function(mbed_set_cpu_core_definitions target)
1919
__CORTEX_M0
2020
ARM_MATH_CM0
2121
__CMSIS_RTOS
22-
__MBED_CMSIS_RTOS_CM
2322
)
2423
endfunction()

tools/cmake/cores/Cortex-M1.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ function(mbed_set_cpu_core_definitions target)
1919
__CORTEX_M3
2020
ARM_MATH_CM1
2121
__CMSIS_RTOS
22-
__MBED_CMSIS_RTOS_CM
2322
)
2423
endfunction()

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ function(mbed_set_cpu_core_definitions target)
2121
ARM_MATH_ARMV8MBL
2222
DOMAIN_NS=1
2323
__CMSIS_RTOS
24-
__MBED_CMSIS_RTOS_CM
2524
)
2625
endfunction()

tools/cmake/cores/Cortex-M23.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ function(mbed_set_cpu_core_definitions target)
2020
__CORTEX_M23
2121
ARM_MATH_ARMV8MBL
2222
__CMSIS_RTOS
23-
__MBED_CMSIS_RTOS_CM
2423
)
2524
endfunction()

tools/cmake/cores/Cortex-M3.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ function(mbed_set_cpu_core_definitions target)
1919
__CORTEX_M3
2020
ARM_MATH_CM3
2121
__CMSIS_RTOS
22-
__MBED_CMSIS_RTOS_CM
2322
)
2423
endfunction()

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ function(mbed_set_cpu_core_definitions target)
2828
ARM_MATH_ARMV8MML
2929
DOMAIN_NS=1
3030
__CMSIS_RTOS
31-
__MBED_CMSIS_RTOS_CM
3231
)
3332
endfunction()

tools/cmake/cores/Cortex-M33.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,5 @@ function(mbed_set_cpu_core_definitions target)
2727
__CORTEX_M33
2828
ARM_MATH_ARMV8MML
2929
__CMSIS_RTOS
30-
__MBED_CMSIS_RTOS_CM
3130
)
3231
endfunction()

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

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

0 commit comments

Comments
 (0)