lvgl: Update to 9.4.X#77
Conversation
Signed-off-by: rongyichang <rongyichang@xiaomi.com>
Signed-off-by: rongyichang <rongyichang@xiaomi.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
…hs (#9264) Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
…#9275) Signed-off-by: Junbo Zheng <zhengjunbo1@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
… combination with flex grow (#8685)
Co-authored-by: Fabian Zäh <Fabian.Zaeh@livetec.de>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Liam Howatt <30486941+liamHowatt@users.noreply.github.com> Co-authored-by: André Costa <andre_miguel_costa@hotmail.com>
…invalid windows id (0) has been received (#9299)
…(#9574) Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
…579) Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Signed-off-by: James Roy <rruuaanng@outlook.com>
|
Hi 👋, thank you for your PR! We've run benchmarks in an emulated environment. Here are the results: ARM Emulated 32b - lv_conf_perf32b
Detailed Results Per Scene
ARM Emulated 64b - lv_conf_perf64b
Detailed Results Per Scene
Disclaimer: These benchmarks were run in an emulated environment using QEMU with instruction counting mode. 🤖 This comment was automatically generated by a bot. |
94ae6c0
into
zephyrproject-rtos:master
|
Pushed manually |
|
@fabiobaltieri Why was this merged so quickly!? |
Module fast forward, no need to wait, the opposite in fact, if someone merges it using the UI it's going to turn into a bit mess, we are trying to have automation push stuff like this automatically with no PR in the first place to avoid it in fact. The manifest PR on the upstream repo is the one that goes through the process with the wait and everything. |
Yeah, but as this is moving the branch from a stable release tag to master HEAD, I thought it would need to be tested on the Zephyr side to ensure the basic things are still working before merging it.
We usually do not merge the accompanying module PR until it is tested & approved on Zephyr side. |
|
There's no point, this is tracking upstream we are not letting it diverge regardless, if there's changes on top of that they go in branches. Those would follow the normal process. |
The point of testing it before merging would be that if the update breaks many things on Zephyr side, we would stick with the existing release tag instead, and wait for future LVGL master commits that fix those breakages. |
|
Syncing the local repo to upstream does nothing on the Zephyr side. If updating the manifest breaks anything the fixes would go in a branch here. |
Sorry but it does, there is glue code on Zephyr side
I think we would like to avoid forking LVGL, unless I'm mistaken @faxe1008. |
Okey I kind of see your point now, we still can point the Zephyr manifest to any LVGL commit including reverting to the stable release tag in case there is an issue. |
Yes, or pointing to a branch containing a fix if needed. The concern for how this repo is setup is merging commits on master that sends it out of sync, which the gh github does and we unfortunately can't disable, so there's value in not leaving these open for someone to merge them in the incorrect way by mistake (it happened). |
I see, thank you for taking care of it. |
Forward the master branch to the current master HEAD to resolve some issues regarding DMA2D.