-
Notifications
You must be signed in to change notification settings - Fork 10
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
[SL-UP] Adding app event for the LCD update #368
[SL-UP] Adding app event for the LCD update #368
Conversation
This requires an SL-UP tag/prefix |
Please add the required description. This PR description is not explaining the reason for the change and the Testing description is missing details. |
Sorry, forgot to add. It was created a draft PR so missed to update the description back, before posting it for a review |
085bd03
into
SiliconLabsSoftware:release_2.5-1.4
Testing
Deadlock was observed when the LCD is reading any attributes which needs a lock and unlock chipstack, in some of the places the LCD update was called from the chip task which caused a deadlock.
Adding a LCD application event, which will post the event to the application for the LCD update.
This was found during the debugging of the issue: https://jira.silabs.com/browse/MATTER-4709
Tested locally with 917 SoC and NCP, all the LCD screen updates.