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

@@ -77,6 +77,7 @@
* - LV_OS_CMSIS_RTOS2
* - LV_OS_RTTHREAD
* - LV_OS_WINDOWS
* - LV_OS_MQX
* - LV_OS_CUSTOM */
#define LV_USE_OS LV_OS_NONE