feat(osal): add Windows support (#4783)

This commit is contained in:
Kenji Mouri (Qi Lu)
2023-11-10 20:21:30 +08:00
committed by GitHub
parent 49d533923c
commit ffe2c1528e
7 changed files with 275 additions and 0 deletions

View File

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