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
* Add Events for ICD (WIP)
* Rename SED defines, Add some timer funcionality to Extend a existing timer. Implemented ICDModes and initial operationalState logic WIP
* Change SetFastPolling and SetSlowPolling to setPollingInterval with a param. Call is handled by ICD Manager. Replace the sed ifdef by icd for silabs platform WIP
* Fix a bunch of dependencies, includes and build issues WIP
* Use a init function instead of the constructor, as the attributes value aren't ready
* Add a Keep active mechanism for commisisoning window and failsafe
* cleanup, add app user wakeup
change #ifdef to #if
fix missing rename. add // nogncheck on some conditional include
Fix some error caught by the ci
* Addresses comments + conditional define for tests
* SetPollingInterval causes issue for apps that has both thread and wifi. Priority to the thread imp for now. Needs to be reworked
* Rebase, It brings updated system Apis, And addresse most of the comments
* Stay active when an exchange context expect a response.
* Update The message rx handling event naming. Move related ICD events to PublicEventTypes for the time being
* #if ICD_SERVER the icd related event posts
* Address comments and nits
0 commit comments