Commit Graph

3 Commits

Author SHA1 Message Date
Tomas Rezucha 75a7de2eb9
fix(esp): fix ESP-IDF pedantic builds (backport v8.3) (#4135) 2023-06-22 21:56:25 +02:00
Tomas Rezucha e7a0f3b99c
fix various issues for esp32 (#3007)
* kconfig: Fix invalid dependancy in fsdrv

LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.

* ci: Get LVGL version from git tag

* docu: Update Espressif readme

* ci run apt update before installing
2022-01-14 12:47:49 -05:00
Tomas Rezucha d6ff681853
Espressif IDF component manager (#2521)
* Publish LVGL releases to Espressif's component service

* Provide idf_component.yml
2021-09-06 11:20:33 +02:00