CONFIG_LVGL_USE_ASSERT_NULL

Enable null pointer assertion

Type: bool

Help

Enable null pointer assertion

Check if a null pointer is passed as a parameter (Quite fast)

Direct dependencies

LVGL_USE_DEBUG && LVGL

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/lib/gui/lvgl/Kconfig.debug:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:33<Zephyr>/lib/Kconfig:14<Zephyr>/lib/gui/Kconfig:4<Zephyr>/lib/gui/lvgl/Kconfig:29

Menu path: (Top) → Additional libraries → LittlevGL GUI library → Debug settings → Enable debug support

config LVGL_USE_ASSERT_NULL
    bool "Enable null pointer assertion"
    default y if TEST
    depends on LVGL_USE_DEBUG && LVGL
    help
      Enable null pointer assertion

      Check if a null pointer is passed as a parameter (Quite fast)

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