-
CONFIG_LVGL_USE_ASSERT_MEM_INTEGRITY
¶
Enable memory integrity check
Type: bool
Help¶
Check the integrity of lv_mem after critical operations. (Slow)
Kconfig definition¶
At <Zephyr>/lib/gui/lvgl/Kconfig.debug:35
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_MEM_INTEGRITY bool "Enable memory integrity check" default y ifTEST
depends onLVGL_USE_DEBUG
&&LVGL
help Check the integrity of lv_mem after critical operations. (Slow)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)