@@ -62,6 +62,15 @@ if(NOT FREERTOS_PORT)
62
62
" GCC_ARM_CM33_NONSECURE - Compiller: GCC Target: ARM Cortex-M33 non-secure\n "
63
63
" GCC_ARM_CM33_SECURE - Compiller: GCC Target: ARM Cortex-M33 secure\n "
64
64
" 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 "
65
74
" GCC_ARM_CR5 - Compiller: GCC Target: ARM Cortex-R5\n "
66
75
" GCC_ARM_CRX_NOGIC - Compiller: GCC Target: ARM Cortex-Rx no GIC\n "
67
76
" GCC_ARM7_AT91FR40008 - Compiller: GCC Target: ARM7 Atmel AT91R40008\n "
@@ -94,7 +103,6 @@ if(NOT FREERTOS_PORT)
94
103
" GCC_TRICORE_1782 - Compiller: GCC Target: TriCore 1782\n "
95
104
" GCC_ARC_EM_HS - Compiller: GCC Target: DesignWare ARC EM HS\n "
96
105
" GCC_ARC_V1 - Compiller: GCC Target: DesignWare ARC v1\n "
97
- " GCC_ARM_CM33_TFM - Compiller: GCC Target: ARM Cortex-M33 trusted firmware\n "
98
106
" GCC_ATMEGA - Compiller: GCC Target: ATmega\n "
99
107
" GCC_POSIX - Compiller: GCC Target: Posix\n "
100
108
" GCC_RP2040 - Compiller: GCC Target: RP2040 ARM Cortex-M0+\n "
@@ -115,6 +123,12 @@ if(NOT FREERTOS_PORT)
115
123
" IAR_ARM_CM33_NONSECURE - Compiller: IAR Target: ARM Cortex-M33 non-secure\n "
116
124
" IAR_ARM_CM33_SECURE - Compiller: IAR Target: ARM Cortex-M33 secure\n "
117
125
" 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 "
118
132
" IAR_ARM_CRX_NOGIC - Compiller: IAR Target: ARM Cortex-Rx no GIC\n "
119
133
" IAR_ATMEGA323 - Compiller: IAR Target: ATMega323\n "
120
134
" IAR_ATMEL_SAM7S64 - Compiller: IAR Target: Atmel SAM7S64\n "
0 commit comments