-
CONFIG_CPU_CORTEX_M33
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option signifies the use of a Cortex-M33 CPU
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
CPU_CORTEX_M
ifARM
ARMV8_M_MAINLINE
ifARM
ARMV7_M_ARMV8_M_FP
ifCPU_HAS_FPU
&&ARM
Kconfig definition¶
At arch/arm/core/cortex_m/Kconfig:56
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:16
→ arch/arm/Kconfig:26
→ arch/arm/core/Kconfig:162
Menu path: (top menu) → ARM Options
config CPU_CORTEX_M33 bool selectCPU_CORTEX_M
ifARM
selectARMV8_M_MAINLINE
ifARM
selectARMV7_M_ARMV8_M_FP
ifCPU_HAS_FPU
&&ARM
depends onARM
help This option signifies the use of a Cortex-M33 CPU
(Definitions include propagated dependencies, including from if’s and menus.)