feat(env): make LVGL a Zephyr compatible module (#6460)

This commit is contained in:
Fabian Blatz
2024-07-05 00:16:25 +02:00
committed by GitHub
parent d2658ab723
commit f5443d2fd2
5 changed files with 10 additions and 4 deletions

3
zephyr/Kconfig Normal file
View File

@@ -0,0 +1,3 @@
if LVGL
rsource "../Kconfig"
endif

5
zephyr/module.yml Normal file
View File

@@ -0,0 +1,5 @@
# https://docs.zephyrproject.org/latest/guides/modules.html
name: lvgl
build:
cmake-ext: True
kconfig: zephyr/Kconfig