fix(independent_heap): add independent heap enable option (#6953)

Signed-off-by: lijianjun <lijianjun@xiaomi.com>
Co-authored-by: lijianjun <lijianjun@xiaomi.com>
This commit is contained in:
lion2tomato
2024-10-14 17:08:46 +08:00
committed by GitHub
parent 0efa5f3758
commit 5081fbcc71
7 changed files with 57 additions and 8 deletions
+5
View File
@@ -1768,6 +1768,11 @@ menu "LVGL configuration"
bool "Use Nuttx to open window and handle touchscreen"
default n
config LV_USE_NUTTX_INDEPENDENT_IMAGE_HEAP
bool "Use independent image heap"
depends on LV_USE_NUTTX
default n
config LV_USE_NUTTX_LIBUV
bool "Use uv loop to replace default timer loop and other fb/indev timers"
depends on LV_USE_NUTTX