The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SOC_SERIES_STM32F0X

STM32F0x Series MCU

Type: bool

Help

Enable support for STM32F0 MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At soc/arm/st_stm32/stm32f0/Kconfig.series:8

Included via Kconfig:10Kconfig.zephyr:27soc/Kconfig:6soc/arm/st_stm32/Kconfig.soc:8

Menu path: (top menu) → SoC/CPU/Configuration Selection

config SOC_SERIES_STM32F0X
    bool
    prompt "STM32F0x Series MCU" if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M0 if <choice: SoC/CPU/Configuration Selection>
    select CPU_CORTEX_M0_HAS_VECTOR_TABLE_REMAP if <choice: SoC/CPU/Configuration Selection>
    select SOC_FAMILY_STM32 if <choice: SoC/CPU/Configuration Selection>
    select CPU_HAS_SYSTICK if <choice: SoC/CPU/Configuration Selection>
    select HAS_STM32CUBE if <choice: SoC/CPU/Configuration Selection>
    select CLOCK_CONTROL_STM32_CUBE if CLOCK_CONTROL && <choice: SoC/CPU/Configuration Selection>
    depends on <choice: SoC/CPU/Configuration Selection>
    help
      Enable support for STM32F0 MCU series

(Definitions include propagated dependencies, including from if’s and menus.)