feat(osal): add SDL2 based threading and OS support (#7457)

Co-authored-by: ming <sungod@cheemer.org>
This commit is contained in:
M1NG
2024-12-18 18:04:18 +08:00
committed by GitHub
parent bb54fc50c2
commit bdb4d944de
6 changed files with 244 additions and 0 deletions

View File

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