-
Notifications
You must be signed in to change notification settings - Fork 8.3k
modules: CMakeLists: Update LVGL to 9.4.0 #97599
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
Conversation
3243de4 to
a34a8c4
Compare
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
f3eafd5 to
59c8fb7
Compare
|
Ready for testing, will update the module PR to the proper v9.4 version as soon as it is available. |
ddb0f76 to
5657f17
Compare
|
v9.4.0 is officially tagged, updated the module PR accordingly. |
uLipe
left a comment
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.
Great the VGLite kernel drivers were added as well, thank you @faxe1008 !
faa2039 to
5657f17
Compare
966a61e to
2d4955a
Compare
|
@uLipe found that the osal was now missing |
|
Ahh yeah the sleep_ms at the osal was just introduced, I missed the Zephyr osal is outside from LVGL. |
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.
Ran my usages, and built and ran samples, and LGTM.
|
Hmm not sure, actually. I mean it makes sense, for bisectability, but I separated the commits in the past as well. Do you combine them for nanopb as well? |
Yes, it should be done like that. |
8fb59e3 to
581376a
Compare
JarmouniA
left a comment
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.
Tested on STM32H750B-DK
|
Moving this to 4.4.0, unfortunately did not make it in intime. |
uLipe
left a comment
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.
Sorry for taking too long time to review this (I was no holidays).
Tests with my IMXRT1176-EVKB is okay as well.
581376a to
891fd0b
Compare
|
Updated the manifest with the v9.4.0 hash after the module PR is now merged 🥳 |
|
Probably needs a rebase too |
891fd0b to
3e195af
Compare
|
Was in fact conflict free, but I rebased for good measure :^) |
|
Needs another rebase after all the hotfixes |
Update the west yaml to point to the new LVGL version. Update CMakeLists and samples accordingly. Signed-off-by: Fabian Blatz <[email protected]>
This patch adds a CONFIG_THREAD_STACK_INFO to properly enable CONFIG_DYNAMIC_THREAD. Signed-off-by: Fabian Blatz <[email protected]>
Do not delete the thread from within the thread callback function, secure thread_delete against trying to delete a terminated thread. Signed-off-by: Fabian Blatz <[email protected]>
3e195af to
c9ea186
Compare
|



Update LVGL CMakeLists for latest release.