Merged
Conversation
Because of stability issues on T-Deck
📝 WalkthroughWalkthroughThis pull request contains two changes: updates to the ideas documentation file consolidating two ELF loader-related notes into a single item about refactoring the loader to support multiple platforms and executable types, and a downgrade of the lvgl/lvgl dependency version from 9.4.0 to 9.3.0 in the firmware component configuration. No functional code changes are present. 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LVGL 9.4.0 had intermittend stability issues on T-Deck:
Sometimes the device would simply refuse to boot and show a black screen. It would fail during init and it related to touch or the display.
One way to consistently reproduce it was to enable Wi-Fi, enable development settings, then reboot into USB Mass Storage for SD card.
We'll keep LVGL 9.4.0 for the simullator for now.