:orphan: .. title:: HAS_STM32CUBE .. option:: CONFIG_HAS_STM32CUBE *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`SOC_FAMILY_STM32 ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`HAS_CMSIS ` if \ :option:`SOC_FAMILY_STM32 ` Symbols that select this symbol =============================== - \ :option:`SOC_SERIES_STM32F0X ` - \ :option:`SOC_SERIES_STM32F1X ` - \ :option:`SOC_SERIES_STM32F2X ` - \ :option:`SOC_SERIES_STM32F3X ` - \ :option:`SOC_SERIES_STM32F4X ` - \ :option:`SOC_SERIES_STM32F7X ` - \ :option:`SOC_SERIES_STM32L0X ` - \ :option:`SOC_SERIES_STM32L4X ` Kconfig definition ================== .. highlight:: kconfig At ``ext/hal/st/stm32cube/Kconfig:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:41`` → ``ext/Kconfig:11`` → ``ext/hal/Kconfig:37`` Menu path: (top menu) → External Sources → HALs .. parsed-literal:: config HAS_STM32CUBE bool select \ :option:`HAS_CMSIS ` if \ :option:`SOC_FAMILY_STM32 ` depends on \ :option:`SOC_FAMILY_STM32 ` *(Definitions include propagated dependencies, including from if's and menus.)*