-
Notifications
You must be signed in to change notification settings - Fork 46
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
LVGL: Add check for LVGL symbol to Kconfig #48
LVGL: Add check for LVGL symbol to Kconfig #48
Conversation
This includes a bunch of other commits, is that intentional? Worth mentioning it in the PR description. |
c3ca35e
to
ac84099
Compare
Did not notice I had the 8.3.10 branch which I use for regression testing checked out. You were quick to catch it :D. |
ac84099
to
48cb49e
Compare
no prob, do you have a west PR pointing to the draft of this as well? Not much that can go wrong but you need it to integrate anyway... |
Nope not yet, I did some testing locally first with the current state. At least for me the opacity regression introduced from 8.3.9 was an issue so I am currently waiting for a release 8.3.11 and updating the PR with that. I wanted to wait with the west PR until I could not find any showstoppers. :^) For this current PR I will create one. |
Related to zephyrproject-rtos/lvgl#48 Signed-off-by: Fabian Blatz <[email protected]>
Uh, zephyrproject-rtos/zephyr#64747 is very unhappy
haha |
48cb49e
to
a07b2f2
Compare
a07b2f2
to
92b0974
Compare
Adds a guard to the Kconfig file to prevent generation of LV_* symbols if the module is not used. Signed-off-by: Fabian Blatz <[email protected]>
92b0974
to
7ab891d
Compare
Thanks! |
zephyrproject-rtos/zephyr#64747 looks good, merging |
Related to zephyrproject-rtos/lvgl#48 Signed-off-by: Fabian Blatz <[email protected]>
Related to zephyrproject-rtos/lvgl#48 Signed-off-by: Fabian Blatz <[email protected]>
Related to zephyrproject-rtos/lvgl#48 (cherry picked from commit 92560ac) Original-Signed-off-by: Fabian Blatz <[email protected]> GitOrigin-RevId: 92560ac Change-Id: I5e544616fe4c79a445bf1d7b7fb321a26217cbdf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5036512 Reviewed-by: Keith Short <[email protected]> Commit-Queue: Keith Short <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Tested-by: Keith Short <[email protected]>
Related to zephyrproject-rtos/lvgl#48 Signed-off-by: Fabian Blatz <[email protected]>
Description of the feature or fix
LVGL kconfig symbols ended up in generated headers although LVGL was never enabled.
cc: @nashif