From cbcf1bea617a8f57fe80264e4b96da9274d133f0 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 2 Jul 2024 15:41:13 +1000 Subject: [PATCH] enable LV_OS_FREERTOS This mostly just adds a mutex around lv_malloc, which is useful for upcoming work to make font loading async. --- lib/lvgl/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lvgl/lv_conf.h b/lib/lvgl/lv_conf.h index b49c8d45..026e2ee2 100644 --- a/lib/lvgl/lv_conf.h +++ b/lib/lvgl/lv_conf.h @@ -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