:orphan: .. title:: CONFIG_SOC_SERIES_STM32F0X .. kconfig:: CONFIG_SOC_SERIES_STM32F0X CONFIG_SOC_SERIES_STM32F0X ########################## *STM32F0x Series MCU* *STM32F0x Series MCU* Type: ``bool`` Help ==== .. code-block:: none Enable support for STM32F0 MCU series Help ==== .. code-block:: none Enable support for STM32F0 MCU series Direct dependencies =================== \ :ref:` ` || \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_M0 ` - \ :kconfig:`CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP ` - \ :kconfig:`SOC_FAMILY_STM32 ` - \ :kconfig:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :kconfig:`HAS_STM32CUBE ` - \ :kconfig:`ARM ` - \ :kconfig:`CPU_CORTEX_M0 ` - \ :kconfig:`CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP ` - \ :kconfig:`SOC_FAMILY_STM32 ` - \ :kconfig:`CPU_CORTEX_M_HAS_SYSTICK ` - \ :kconfig:`HAS_STM32CUBE ` Kconfig definitions =================== At ``/arm/st_stm32/stm32f0/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:7`` → ``/kconfig/Kconfig.soc:1`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_STM32F0X bool "STM32F0x Series MCU" select ARM select CPU_CORTEX_M0 select CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP select SOC_FAMILY_STM32 select CPU_CORTEX_M_HAS_SYSTICK select HAS_STM32CUBE depends on help Enable support for STM32F0 MCU series ---- At ``/arm/st_stm32/stm32f0/Kconfig.series:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:38`` → ``/Kconfig:9`` → ``/arm/st_stm32/Kconfig.soc:6`` Menu path: (Top) → SoC/CPU/Configuration Selection .. code-block:: kconfig config SOC_SERIES_STM32F0X bool "STM32F0x Series MCU" select ARM select CPU_CORTEX_M0 select CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP select SOC_FAMILY_STM32 select CPU_CORTEX_M_HAS_SYSTICK select HAS_STM32CUBE depends on help Enable support for STM32F0 MCU series *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*