zephyr/modules/lvgl
Benjamin Cabé 4f6077f369 modules: lvgl: don't try to open file in read mode with create flag set
Current code would have systematically tried to add the FS_O_CREATE flag
when opening a file in read mode. This effectively made it impossible to
open files to read them on read-only file systems.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-20 13:22:15 -04:00
..
include modules: lvgl: add multi-display input support 2025-05-08 12:24:21 +02:00
input modules: lvgl: input: fix indev binding to display 2025-05-13 22:21:50 -04:00
CMakeLists.txt modules: lvgl: Update CMakeLists to v9.3 2025-06-11 08:20:09 +02:00
Kconfig
Kconfig.input
Kconfig.memory
Kconfig.shell
lvgl_display_8bit.c
lvgl_display_16bit.c
lvgl_display_24bit.c
lvgl_display_32bit.c
lvgl_display_mono.c
lvgl_display.c
lvgl_fs.c modules: lvgl: don't try to open file in read mode with create flag set 2025-06-20 13:22:15 -04:00
lvgl_mem.c
lvgl_shell.c lvgl: adopt SHELL_HELP 2025-06-13 10:11:56 -07:00
lvgl_zephyr_osal.c modules: lvgl: fix of too few arguments of cpu_load_get 2025-06-12 09:39:27 -07:00
lvgl.c modules: lvgl: Register print callback after lv_init 2025-05-30 16:37:57 +02:00