feat(nuttx): add libuv mode for nuttx dev and poll for nuttx fbdev (#4683)

Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com>
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
bjsylvia
2023-10-24 21:00:47 +08:00
committed by GitHub
parent 4bc07a8552
commit d98e7b27cb
14 changed files with 536 additions and 107 deletions

View File

@@ -1269,6 +1269,11 @@ menu "LVGL configuration"
bool "Use Nuttx to open window and handle touchscreen"
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
default n
config LV_USE_NUTTX_CUSTOM_INIT
bool "Use Custom Nuttx init API to open window and handle touchscreen"
depends on LV_USE_NUTTX