feat(env): make LVGL a Zephyr compatible module (#6460)
This commit is contained in:
3
zephyr/Kconfig
Normal file
3
zephyr/Kconfig
Normal file
@@ -0,0 +1,3 @@
|
||||
if LVGL
|
||||
rsource "../Kconfig"
|
||||
endif
|
||||
5
zephyr/module.yml
Normal file
5
zephyr/module.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# https://docs.zephyrproject.org/latest/guides/modules.html
|
||||
name: lvgl
|
||||
build:
|
||||
cmake-ext: True
|
||||
kconfig: zephyr/Kconfig
|
||||
Reference in New Issue
Block a user