Add support for Zephyr intergartion (#1979)

* Removed src/lv_conf_zephyr.h

Removed src/lv_conf_zephyr.h as it is maintained in the Zephyr build it self.

* CMakeLists.txt: Added support for Zephyr RTOS

Added support to build LVGL as library for Zephyr RTOS

* Added support to use LVGL repo as Zephyr module

Added support to use the LVGL repository as a Zephyr module repository
This commit is contained in:
Jan Van Winkel
2021-01-04 14:18:11 +01:00
committed by GitHub
parent e5f58151ac
commit ed5f91ab72
4 changed files with 30 additions and 49 deletions

2
zephyr/module.yml Normal file
View File

@@ -0,0 +1,2 @@
build:
cmake: .