You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "XuNeo (via GitHub)" <gi...@apache.org> on 2024/03/20 12:00:39 UTC

Re: [PR] apps/lvgl: upgrade to lvgl version v9 [nuttx-apps]

XuNeo commented on PR #2312:
URL: https://github.com/apache/nuttx-apps/pull/2312#issuecomment-2009404993

   LVGL has released version v9.1.0. Locally tested and works.
   
   I have to copy file content from lvgl/lvgl/Kconfig to lvgl/Kconfig because  `source lvgl/Kconfig` won't work if the source haven't been downloaded yet. 
   Use `osource lvgl/Kconfig` will not complain when executing `tools/configure.sh` but since the configuration is done without the lvgl Kconfig, it won't build either event it's downloaded later during make.
   
   I have see no other options but to copy the Kconfig content to nuttx.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org