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

CONFIG_SOC_SERIES_GD32F403

GigaDevice GD32F403 series Cortex-M4F MCU

Type: bool

Help

Enable support for GigaDevice GD32F403 MCU series

Direct dependencies

<choice: SoC/CPU/Configuration Selection>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At soc/arm/gigadevice/gd32f403/Kconfig.series:4

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:9soc/arm/gigadevice/Kconfig.soc:4

Menu path: (Top) → SoC/CPU/Configuration Selection

config SOC_SERIES_GD32F403
    bool "GigaDevice GD32F403 series Cortex-M4F MCU"
    select ARM
    select CPU_HAS_ARM_MPU
    select CPU_HAS_FPU
    select CPU_CORTEX_M4
    select CPU_CORTEX_M_HAS_SYSTICK
    select CPU_CORTEX_M_HAS_VTOR
    select SOC_FAMILY_GD32_ARM
    select GD32_HAS_AFIO_PINMUX
    depends on <choice>
    help
      Enable support for GigaDevice GD32F403 MCU series

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)