enable LV_OS_FREERTOS

This mostly just adds a mutex around lv_malloc, which is useful for
upcoming work to make font loading async.
This commit is contained in:
jacqueline
2024-07-02 15:41:13 +10:00
parent 984b874d7e
commit cbcf1bea61
+1 -1
View File
@@ -83,7 +83,7 @@
* - LV_OS_RTTHREAD
* - LV_OS_WINDOWS
* - LV_OS_CUSTOM */
#define LV_USE_OS LV_OS_NONE
#define LV_USE_OS LV_OS_FREERTOS
#if LV_USE_OS == LV_OS_CUSTOM
#define LV_OS_CUSTOM_INCLUDE <stdint.h>