zephyr/modules/lvgl
Fabio Baltieri 7140b6f9c1 modules: lvgl: initialize lvgl_heap_init from lvgl_init
Call lvgl_heap_init from lvgl_init rather than using two separate
SYS_INIT, this sensures that the heap is initialized correctly
regardless of the relation between CONFIG_KERNEL_INIT_PRIORITY_DEFAULT
and CONFIG_APPLICATION_INIT_PRIORITY.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-09-08 09:43:24 +02:00
..
input input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
CMakeLists.txt input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
Kconfig modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
Kconfig.input input: add zephyr,lvgl-button-input device binding 2023-08-29 10:17:52 +02:00
Kconfig.memory
Kconfig.shell
lv_conf.h
lvgl.c modules: lvgl: initialize lvgl_heap_init from lvgl_init 2023-09-08 09:43:24 +02:00
lvgl_display.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display.h modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_16bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_24bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_32bit.c modules: lvgl: allow offloading rendering process to background thread 2023-08-22 18:05:58 +02:00
lvgl_display_mono.c
lvgl_fs.c modules: lvgl: Handle errors on fs_tell 2023-08-22 10:01:29 +02:00
lvgl_fs.h
lvgl_mem.c modules: lvgl: initialize lvgl_heap_init from lvgl_init 2023-09-08 09:43:24 +02:00
lvgl_mem.h modules: lvgl: initialize lvgl_heap_init from lvgl_init 2023-09-08 09:43:24 +02:00
lvgl_shell.c