-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/lvgl: bump to v8.3.0 #18301
pkg/lvgl: bump to v8.3.0 #18301
Conversation
Just tested this PR with success on stm32f429i-disc1. |
74dc619
to
aa98dc3
Compare
This one has unrelated build failures even though it's rebased on latest master. Are there any problems with CI workers (last one was on riotbuild) ? |
Failures are not bound to a worker so it seems to be more general. I'll retrigger without build since the failures are all unrelated. |
Looks good to me, but we'll need to find how this breaks builds. Started another CI run for inspection. |
This is still failing and reported failures are unrelated. This looks random: it's not always the same failures and they happen on different workers. |
This is finally green :) |
Contribution description
As the title says.
The patch added in #17681 is removed since this release contains the same change.
The test applications work on adafruit-clue and native (using lv_drivers). I don't have a board for testing the touch variant but this also works on native.
I noticed a code size increase of 3KB.
Testing procedure
Issues/PRs references
None