-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrfconnect] Optimized application main loop wake up interval (#10644)
Application wakes up MCU every 10 ms to update LEDs state and handle events even if it's not necessary. * Moved updating BLE connection and Thread state from main loop to Matter event handler * Moved updating LED state from main loop to event handler * Refactored LEDWidget module to use timer and change LEDs state on timer expiration. * By the way spotted and removed unused lighting-app/nrfconnect/child_image/mcuboot.conf file
- Loading branch information
1 parent
563e0e3
commit b06b55c
Showing
15 changed files
with
397 additions
and
331 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.