* lv_conf_checker: Update lv_conf_checker so it is ESP-IDF aware.
Include ESP-IDF headers and lv_conf_kconfig.h when using the ESP-IDF framework.
Also remove the CONFIG_LV_CONF_SKIP as it is not generated by the Kconfig file.
* lv_conf_checker: Always include lv_conf_kconfig.h.
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Many current OSes ship newer versions (e.g. 3.8) and they work OK
for this, so I don't think 3.6 is required specifically.
Versions older than 3.6 wouldn't work, though, since f-strings
are used.