Skip to content
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

[events] Added generating BootReason event #60

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 22, 2022

  1. [events] Added generating BootReason event

    Zephyr platform doesn't support generating
    all mandatory events from Basic and General
    Diagnostics clusters.
    
    Generic changes:
    * Added generating BootReason event
    * Added Server::FactoryReset method to dispatch
    necessary events and flush pending events before
    factory reset
    * Added dispatching shutdown event on factory
    reset
    * Added DeleteAllFabrics in FactoryReset to emit
    Leave event.
    * Added flushing events on factory reset
    * Added for all examples to call Server FactoryReset
    instead of platform InitiateFactoryReset
    
    Zephyr platform changes:
    * Fixed bug in persisted storage read
    implementation that returned wrong error code
    and it resulted in PersistedCounter initialization
    failure.
    * Added calling Shutdown after factory reset
    
    WIP
    kkasperczyk-no committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    5dc2eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b47b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a6dfeb View commit details
    Browse the repository at this point in the history