Hi Gábor, On 11/2/20, Gábor Kiss-Vámosi <kisvega...@gmail.com> wrote: sic > > Why is it not an issue with other projects you use in NuttX? Have we missed > something? >
This is the first time we need to integrate with an external library that uses Kconfig and have more configuration options. All other libraryies/applications are most fixed and they don't evolve other the time. It should be nice if kconfig-frontend was more dynamic: we could select the option: [x] Enable LVGL and then it show up a download progress bar screen and after the tarball is decompressed it display the LVGL Kconfig. But for today, let's just get your Kconfig and put it at apps/graphics/lvgl/ it should be enough. And we just need to do it a time when a new LVGL version is released. BR, Alan