-
CONFIG_LVGL_USE_ASSERT_MEM
¶
Enable memory allocation assertion
Type: bool
Kconfig definition¶
At lib/gui/lvgl/Kconfig:414
Included via Kconfig:8
→ Kconfig.zephyr:42
→ lib/Kconfig:12
→ lib/gui/Kconfig:4
Menu path: (Top) → Additional libraries → LittlevGL GUI library → Enable debug support
config LVGL_USE_ASSERT_MEM bool "Enable memory allocation assertion" default y ifTEST
depends onLVGL_USE_DEBUG
&&LVGL
help Enable memory allocation assertion Check if memory allocation is successful (Quite fast)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)