feat(os): add rt-thread for osal (#4746)

This commit is contained in:
lhdjply
2023-11-03 17:54:11 +08:00
committed by GitHub
parent e86b1a6ec9
commit b95d74bfcb
7 changed files with 244 additions and 0 deletions

View File

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