CONFIG_USE_STM32_ASSERT

STM32Cube HAL and LL drivers asserts

STM32Cube HAL and LL drivers asserts

Type: bool

Help

Enable asserts in STM32Cube HAL and LL drivers.

Help

Enable asserts in STM32Cube HAL and LL drivers.

Direct dependencies

(ASSERT && SOC_FAMILY_STM32) || (ASSERT && SOC_FAMILY_STM32)

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/common/Kconfig.soc:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/st_stm32/Kconfig:17

Menu path: (Top) → Hardware Configuration

config USE_STM32_ASSERT
    bool "STM32Cube HAL and LL drivers asserts"
    depends on ASSERT && SOC_FAMILY_STM32
    help
      Enable asserts in STM32Cube HAL and LL drivers.

At <Zephyr>/soc/arm/st_stm32/common/Kconfig.soc:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/st_stm32/Kconfig:17

Menu path: (Top) → Hardware Configuration

config USE_STM32_ASSERT
    bool "STM32Cube HAL and LL drivers asserts"
    depends on ASSERT && SOC_FAMILY_STM32
    help
      Enable asserts in STM32Cube HAL and LL drivers.

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