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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user