-
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.
Add support for diagnostic logs server cluster with BDX support (#31198)
* [CI] Add Automation category to the logs that are accepted when in interactive mode to make sure it does not crash when using BDX * [CI] Ensure that WaitForMessage does not read content that it has already consumed * [tracing] Implement BDX message decoding in examples/common/tracing/decoder/bdx/Decoder.cpp * Add a single implementation for GetBdxStatusCodeFromChipError * Update Diagnostic Logs server implementation with an application provided delegate * Add Diagnostic Logs server delegate implementation to the all-clusters-app * Add some YAML tests for the diagnostic logs cluster * Add BDX support to src/app/clusters/diagnostic-logs-server Make sure to reset the exchange context in the TransferFacilitator to make it possible to reuse it for a new exchange * Add BDXTransferServer to src/protocols/bdx * Add an instance of BDXTransferServer to be started by the CHIPDeviceControllerFactory * Add chip-tool BDXTransferServerDelegate support * Add more YAML tests for the diagnostic logs cluster but related to BDX this time
- Loading branch information
1 parent
d878b72
commit d01addd
Showing
53 changed files
with
3,101 additions
and
171 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
Oops, something went wrong.