:orphan: .. title:: CPU_CORTEX_M0PLUS .. option:: CONFIG_CPU_CORTEX_M0PLUS *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option signifies the use of a Cortex-M0+ CPU Direct dependencies =================== \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`CPU_CORTEX_M ` - \ :option:`ARMV6_M_ARMV8_M_BASELINE ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_SAMD20 ` - \ :option:`SOC_SERIES_SAMD21 ` - \ :option:`SOC_SERIES_SAMR21 ` - \ :option:`SOC_SERIES_KINETIS_KL2X ` - \ :option:`SOC_SERIES_LPC11U6X ` - \ :option:`SOC_SERIES_EFM32HG ` - \ :option:`SOC_SERIES_STM32G0X ` - \ :option:`SOC_SERIES_STM32L0X ` - \ :option:`SOC_PSOC6_M0 ` - \ :option:`SOC_MKL25Z4 ` - \ :option:`SOC_MKW40Z4 ` - \ :option:`SOC_MKW41Z4 ` - \ :option:`SOC_LPC54114_M0 ` Kconfig definition ================== At ``/arm/core/aarch32/cortex_m/Kconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` → ``/arm/core/aarch32/Kconfig:261`` Menu path: (Top) → ARM Options .. code-block:: kconfig config CPU_CORTEX_M0PLUS bool select CPU_CORTEX_M select ARMV6_M_ARMV8_M_BASELINE depends on ARM help This option signifies the use of a Cortex-M0+ CPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*