You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/10/29 22:53:33 UTC

[GitHub] [incubator-nuttx-apps] v01d opened a new pull request #451: lvgl: use malloc/free for memory handling and "tickless" tick interface

v01d opened a new pull request #451:
URL: https://github.com/apache/incubator-nuttx-apps/pull/451


   ## Summary
   
   This makes LVGL use malloc/free to handle its memory (instead of
   their own memory handling) and supports a tick interface by which
   LVGL can ask NuttX the elapsed time, instead of having to periodically
   "tick" LVGL internal time in a thread.
   
   ## Impact
   
   Improves integration with LVGL
   
   ## Testing
   
   Sim with X11 framebuffer
   
   


----------------------------------------------------------------
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.

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



[GitHub] [incubator-nuttx-apps] btashton merged pull request #451: lvgl: use malloc/free for memory handling and "tickless" tick interface

Posted by GitBox <gi...@apache.org>.
btashton merged pull request #451:
URL: https://github.com/apache/incubator-nuttx-apps/pull/451


   


----------------------------------------------------------------
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.

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