feat(os): add mqx for osal (#6191)

This commit is contained in:
Joseph Chen
2024-05-10 04:00:53 +08:00
committed by GitHub
parent b44bcaee17
commit d0c88f2769
11 changed files with 262 additions and 0 deletions

View File

@@ -141,6 +141,8 @@ menu "LVGL configuration"
bool "4: RTTHREAD"
config LV_OS_WINDOWS
bool "5: WINDOWS"
config LV_OS_MQX
bool "6: MQX"
config LV_OS_CUSTOM
bool "255: CUSTOM"
endchoice
@@ -153,6 +155,7 @@ menu "LVGL configuration"
default 3 if LV_OS_CMSIS_RTOS2
default 4 if LV_OS_RTTHREAD
default 5 if LV_OS_WINDOWS
default 6 if LV_OS_MQX
default 255 if LV_OS_CUSTOM
config LV_OS_CUSTOM_INCLUDE