Skip to content

Commit

Permalink
zephyr: Move gluecode back to zephyr main repository
Browse files Browse the repository at this point in the history
Move the LVGL gluecode (display init, memory management) back to the
zephyr main repo. Allows to update zephyr specific code without touching
the module everytime.

Signed-off-by: Fabian Blatz <fabianblatz@gmail.com>
  • Loading branch information
faxe1008 authored and fabiobaltieri committed Aug 15, 2023
1 parent 9fe0a7c commit 8a6a2d1
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 1,806 deletions.
4 changes: 2 additions & 2 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ menu "LVGL configuration"
# without lv_conf.h file, the lv_conf_internal.h and
# lv_conf_kconfig.h files are used instead.
config LV_CONF_SKIP
bool "Uncheck this to use custom lv_conf.h"
default y
bool "Check this to not use lv_conf.h"
default n

config LV_CONF_MINIMAL
bool "LVGL minimal configuration."
Expand Down
227 changes: 0 additions & 227 deletions zephyr/CMakeLists.txt

This file was deleted.

26 changes: 0 additions & 26 deletions zephyr/Kconfig

This file was deleted.

41 changes: 0 additions & 41 deletions zephyr/Kconfig.input

This file was deleted.

Loading

0 comments on commit 8a6a2d1

Please sign in to comment.