diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-07-02 15:41:13 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-07-02 15:41:13 +1000 |
| commit | cbcf1bea617a8f57fe80264e4b96da9274d133f0 (patch) | |
| tree | b78207130017a665277689f0f1545ac08d5510cf /lib | |
| parent | 984b874d7e53980f96fb1581f32d771f78cb91ab (diff) | |
| download | tangara-fw-cbcf1bea617a8f57fe80264e4b96da9274d133f0.tar.gz | |
enable LV_OS_FREERTOS
This mostly just adds a mutex around lv_malloc, which is useful for
upcoming work to make font loading async.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lvgl/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> |
