Skip to content

Commit 54c3d33

Browse files
paulbartellchinglee-iot
authored andcommitted
Update CMakeLists.txt for Cortex-M55 and Cortex-M85 ports (FreeRTOS#560)
* Annotate ports CMakeLists.txt with port details * CMake: Add Cortex-M55 and Cortex-M85 ports
1 parent 57d9621 commit 54c3d33

File tree

2 files changed

+499
-62
lines changed

2 files changed

+499
-62
lines changed

CMakeLists.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ if(NOT FREERTOS_PORT)
6262
" GCC_ARM_CM33_NONSECURE - Compiller: GCC Target: ARM Cortex-M33 non-secure\n"
6363
" GCC_ARM_CM33_SECURE - Compiller: GCC Target: ARM Cortex-M33 secure\n"
6464
" GCC_ARM_CM33_NTZ_NONSECURE - Compiller: GCC Target: ARM Cortex-M33 non-trustzone non-secure\n"
65+
" GCC_ARM_CM33_TFM - Compiller: GCC Target: ARM Cortex-M33 non-secure for TF-M\n"
66+
" GCC_ARM_CM55_NONSECURE - Compiller: GCC Target: ARM Cortex-M55 non-secure\n"
67+
" GCC_ARM_CM55_SECURE - Compiller: GCC Target: ARM Cortex-M55 secure\n"
68+
" GCC_ARM_CM55_NTZ_NONSECURE - Compiller: GCC Target: ARM Cortex-M55 non-trustzone non-secure\n"
69+
" GCC_ARM_CM55_TFM - Compiller: GCC Target: ARM Cortex-M55 non-secure for TF-M\n"
70+
" GCC_ARM_CM85_NONSECURE - Compiller: GCC Target: ARM Cortex-M85 non-secure\n"
71+
" GCC_ARM_CM85_SECURE - Compiller: GCC Target: ARM Cortex-M85 secure\n"
72+
" GCC_ARM_CM85_NTZ_NONSECURE - Compiller: GCC Target: ARM Cortex-M85 non-trustzone non-secure\n"
73+
" GCC_ARM_CM85_TFM - Compiller: GCC Target: ARM Cortex-M85 non-secure for TF-M\n"
6574
" GCC_ARM_CR5 - Compiller: GCC Target: ARM Cortex-R5\n"
6675
" GCC_ARM_CRX_NOGIC - Compiller: GCC Target: ARM Cortex-Rx no GIC\n"
6776
" GCC_ARM7_AT91FR40008 - Compiller: GCC Target: ARM7 Atmel AT91R40008\n"
@@ -94,7 +103,6 @@ if(NOT FREERTOS_PORT)
94103
" GCC_TRICORE_1782 - Compiller: GCC Target: TriCore 1782\n"
95104
" GCC_ARC_EM_HS - Compiller: GCC Target: DesignWare ARC EM HS\n"
96105
" GCC_ARC_V1 - Compiller: GCC Target: DesignWare ARC v1\n"
97-
" GCC_ARM_CM33_TFM - Compiller: GCC Target: ARM Cortex-M33 trusted firmware\n"
98106
" GCC_ATMEGA - Compiller: GCC Target: ATmega\n"
99107
" GCC_POSIX - Compiller: GCC Target: Posix\n"
100108
" GCC_RP2040 - Compiller: GCC Target: RP2040 ARM Cortex-M0+\n"
@@ -115,6 +123,12 @@ if(NOT FREERTOS_PORT)
115123
" IAR_ARM_CM33_NONSECURE - Compiller: IAR Target: ARM Cortex-M33 non-secure\n"
116124
" IAR_ARM_CM33_SECURE - Compiller: IAR Target: ARM Cortex-M33 secure\n"
117125
" IAR_ARM_CM33_NTZ_NONSECURE - Compiller: IAR Target: ARM Cortex-M33 non-trustzone non-secure\n"
126+
" IAR_ARM_CM55_NONSECURE - Compiller: IAR Target: ARM Cortex-M55 non-secure\n"
127+
" IAR_ARM_CM55_SECURE - Compiller: IAR Target: ARM Cortex-M55 secure\n"
128+
" IAR_ARM_CM55_NTZ_NONSECURE - Compiller: IAR Target: ARM Cortex-M55 non-trustzone non-secure\n"
129+
" IAR_ARM_CM85_NONSECURE - Compiller: IAR Target: ARM Cortex-M85 non-secure\n"
130+
" IAR_ARM_CM85_SECURE - Compiller: IAR Target: ARM Cortex-M85 secure\n"
131+
" IAR_ARM_CM85_NTZ_NONSECURE - Compiller: IAR Target: ARM Cortex-M85 non-trustzone non-secure\n"
118132
" IAR_ARM_CRX_NOGIC - Compiller: IAR Target: ARM Cortex-Rx no GIC\n"
119133
" IAR_ATMEGA323 - Compiller: IAR Target: ATMega323\n"
120134
" IAR_ATMEL_SAM7S64 - Compiller: IAR Target: Atmel SAM7S64\n"

0 commit comments

Comments
 (0)