mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
fix(config): add config LV_USE_OS in Kconfig (#4736)
Signed-off-by: YanXiaowei <yanxiaowei@xiaomi.com> Co-authored-by: YanXiaowei <yanxiaowei@xiaomi.com>
This commit is contained in:
parent
cafc8393a7
commit
406631bd92
11
Kconfig
11
Kconfig
@ -170,6 +170,17 @@ menu "LVGL configuration"
|
|||||||
help
|
help
|
||||||
Max. memory to be used for layers.
|
Max. memory to be used for layers.
|
||||||
|
|
||||||
|
config LV_USE_OS
|
||||||
|
int "Default operating system to use"
|
||||||
|
default 0
|
||||||
|
help
|
||||||
|
"Select an operating system to use. Possible options:"
|
||||||
|
0:LV_OS_NONE
|
||||||
|
1:LV_OS_PTHREAD
|
||||||
|
2:LV_OS_FREERTOS
|
||||||
|
3:LV_OS_CMSIS_RTOS2
|
||||||
|
255:LV_OS_CUSTOM
|
||||||
|
|
||||||
config LV_USE_DRAW_SW
|
config LV_USE_DRAW_SW
|
||||||
bool "Enable software rendering"
|
bool "Enable software rendering"
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user