zephyr/modules/lvgl
Eve Redero 97fce09392 fix: lvgl: modules: keypad input log module
Compilation error "undefined reference to log_const_lvgl"
happened in lvgl_keypad_input.c when trying to get logs with
lvgl keypad module. Fixed by adding log level parameter
in log module macro.

Signed-off-by: Eve Redero <eve.redero@gmail.com>
2024-02-13 09:03:08 +01:00
..
include modules: lvgl: input: add zephyr,lvgl-keypad-input device binding 2023-12-06 09:15:50 +00:00
input fix: lvgl: modules: keypad input log module 2024-02-13 09:03:08 +01:00
CMakeLists.txt modules: lvgl: Update CMakeLists for 8.3.11 2024-01-22 14:02:40 +01:00
Kconfig modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
Kconfig.input modules: lvgl: input: add zephyr,lvgl-keypad-input device binding 2023-12-06 09:15:50 +00:00
Kconfig.memory lib: heap: build heap_info conditionally 2023-12-13 17:27:54 -05:00
Kconfig.shell modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00
lvgl.c modules: lvgl: Fix usage of LVGL log levels 2023-11-15 14:54:47 +01:00
lvgl_display.c 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 modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00
lvgl_fs.c modules: lvgl: Handle errors on fs_tell 2023-08-22 10:01:29 +02:00
lvgl_mem.c modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
lvgl_shell.c modules: lvgl: Move gluecode back to zephyr main repo 2023-08-16 10:57:12 +02:00