enable LV_OS_FREERTOS

This mostly just adds a mutex around lv_malloc, which is useful for
upcoming work to make font loading async.
custom
jacqueline 10 months ago
parent 984b874d7e
commit cbcf1bea61
  1. 2
      lib/lvgl/lv_conf.h

@ -83,7 +83,7 @@
* - LV_OS_RTTHREAD * - LV_OS_RTTHREAD
* - LV_OS_WINDOWS * - LV_OS_WINDOWS
* - LV_OS_CUSTOM */ * - LV_OS_CUSTOM */
#define LV_USE_OS LV_OS_NONE #define LV_USE_OS LV_OS_FREERTOS
#if LV_USE_OS == LV_OS_CUSTOM #if LV_USE_OS == LV_OS_CUSTOM
#define LV_OS_CUSTOM_INCLUDE <stdint.h> #define LV_OS_CUSTOM_INCLUDE <stdint.h>

Loading…
Cancel
Save