-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{Bp-2592} lvgl: upgrade to release/v9.2 #2764
Conversation
please do not merge before #2592 |
fixes apache/nuttx#13825 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jerpelea :-) As soon as LVGL 9.2.1 show up we will update URL to https://github.com/lvgl/lvgl/archive/refs/tags/v9.2.1.zip and will be ready to merge / backport just marking not to forget :-)
Wating for 9.2.1 nop nop nop :-)
LVGL 9.2.1 release is planned for tomorrow :-) |
As promissed LVGL 9.2.1 is out! :-) |
backport updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @jerpelea :-)
Signed-off-by: Neo Xu <[email protected]>
Summary
Upgrade LVGL to release v9.2.
Relates Issue: #2461.
Impact
LVGL may have incompatible API changes in v9.2. You may need to manually fix them.
Please report to LVGL if any problems.
Testing
I compiled and tested with sim:lvgl_fb and stm32f429i-disco:lvgl. Both can compile without warning and launches successfully.
The lvgl/Kconfig is still copied from lvgl/lvgl/Kconfig. The file version mismatch check will be added in next release(v9.2.1)