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
In the initial landing in #1609, we commented out calls to halResetWatchdog in attribute-storage.c and attribute-table.c. The calls are not needed at the moment because CHIP has no watchdog, but maybe it should?
Proposed Solution
Figure out whether we need a watchdog and if so:
Implement one.
Consider re-enabling the watchdog resets in the silabs code.
@woody-apple@franck-apple I'm not sure where exactly this fits in the schedule/project scheme. We don't need this for initial cluster standup for sure, but should presumably make sure we address it before v1.0.
The text was updated successfully, but these errors were encountered:
Merge in WMN_TOOLS/matter from update_codeowners to silabs_slc_1.3
Squashed commit of the following:
commit 09a5b17600edb3f9a5b350bcdc781304fb64c27c
Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
Date: Mon Jun 3 17:17:44 2024 -0400
Add MatterWifi group to codeowners
Problem
In the initial landing in #1609, we commented out calls to
halResetWatchdog
inattribute-storage.c
andattribute-table.c
. The calls are not needed at the moment because CHIP has no watchdog, but maybe it should?Proposed Solution
Figure out whether we need a watchdog and if so:
@woody-apple @franck-apple I'm not sure where exactly this fits in the schedule/project scheme. We don't need this for initial cluster standup for sure, but should presumably make sure we address it before v1.0.
The text was updated successfully, but these errors were encountered: