-
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.
[TE6] Read Thread Network Diagnostics attributes from platform (#9853)
* create function to retrived thread for thread diagnostics attributes Update getter mechanism for thread diagnostics Add Type parameter to get the type to use for the attribute value gotten Fix reading for all types Fix some encoding order error and an attribute type error or change that was missed Enable missing attributes ActiveTimestamp,PendingTimestamp, delay * Regen all * Add abstraction implementation to connectivityMgr mostly for examples that do not use Thread/ have ThreadStackManager * Restyled by clang-format * rebase & regen to fix conflicts Fix zap commit failed rebase. Fix ESP32 build * Rework ThreadNetworkDiagnosticAttribute to simplify the logic and directly write the tlvs. Addresses modifications/correction requests. Correct bit order for ChannelMask attribute and use correct type and len * rebase and regen * Fix/Remove include depenencies on <app-common/zap-generated/attribute-id.h> Add type checking and tlv writing result with Encode method add Test for reading writing standard attribute ClusterRevision (Test_TC-DIAGTH_1_1) Regen for test. * fix deleted ) in nrf test_drvier makefile * Add brief to api entries -Fix typo -remove unneeded chip:: namespace from method parameters * Apply suggestions from code review Correct syntax errors in briefs Co-authored-by: Boris Zbarsky <[email protected]> Co-authored-by: Restyled.io <[email protected]> Co-authored-by: Boris Zbarsky <[email protected]>
- Loading branch information
Showing
65 changed files
with
3,568 additions
and
1,322 deletions.
There are no files selected for viewing
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
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
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.