You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[events] Refactor startup and shutdown event management (#15909)
* [events] Refactor startup and shutdown event management
Add PlatformMgr().HandleServerStarted() to handle post-init
actions, such as emitting StartUp and BootReason events and
call it explicitly inside Server::Init not to rely on any
specific Matter stack initialization mechanism.
Add PlatformMgr().HandleServerShuttingDown() to handle
pre-shutdown actions, such as emitting Shutdown event. Use
the method in the existing factory reset sequence, and in
nRF Connect OTA image processor (other platforms should
probably be updated, too).
* Fix fake platform
0 commit comments