terry0012 commented on PR #3253:
URL: https://github.com/apache/nuttx-apps/pull/3253#issuecomment-3698963687

   > > This looks like a simple version bump, according to upstream 
documentation it should be backward compatible [1]. I have started a mailing 
list thread asking for feedback. If there are some issues with the new release 
that are NuttX specific we should fix them on the NuttX side :-)
   > > Hopefully soon I will play a bit with LVGL myself on the new board :-)
   > > Thank you @TimJTi for your feedback, looks like revert to 9.2.1 just in 
case should be trivial :-)
   > > Looking at the git files history related to lvgl do you see any 
important issues @XuNeo @HongChao6 @FASTSHIFT @gustavonihei @no1wudi @anchao 
@Cynerd @Ouss4 @protobits @Gary-Hobson @w8jcik @raiden00pl @Jasinsky @xuxin930 
@Junbo-Zheng ?
   > > [1] https://docs.lvgl.io/9.4/intro/introduction/repo.html#release-policy
   > 
   > @cederom @simbit18
   > 
   > I got a lckfb-szpi-esp32s3 and test lvgldemo with LVGL v9.4.0. 
Unfortunately, I ran into a crash. --!
   > 
   > It seems we need to check whether there are any issues when using LVGL 
v9.4.0, it may break stuff for those boards use LVGL.
   
   The reason for this problem is that the default stack space of lvgldemo is 
16K, which is too small on V9.4 and causes stack overflow. Expanding it to 64K 
allows it to run normally.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to