forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
samples: matter: Added diagnostic end user logs support #24
Closed
Conversation
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
e7787ff
to
831bf4d
Compare
32c141d
to
aea0fad
Compare
831bf4d
to
e95bdbd
Compare
Set names to Wi-Fi ralated stacks. Fixes SHEL-2547 Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Set names to supplicant stacks. Signed-off-by: Ravi Dondaputi <ravi.dondaputi@nordicsemi.no>
Fix non-CoAP builds with NRF_CLOUD_LOG_BACKEND enabled. Signed-off-by: Justin Morton <justin.morton@nordicsemi.no>
After PRNG optimizations, `MAIN_STACK_SIZE` needs to be increased by ~256 B to prevent stack overflows. Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
Use build type specific DTS overlays for nRF52840DK to clean up configuration and avoid enabling unnecessary features. Jira: NCSDK-27014 Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
[SHEL-2326] When user tries to disconnect the shell, it's always printing "Disconnection request failed". Add WIFI_REASON_DISCONN_SUCCESS for successful disconnect request. If disconnection happens due to any other reason, it will take reason code. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
Decreased memory usage in: * Light bulb by disabling Scenes cluster * Bridge by enabling LTO for debug build Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Highlight remote observability features in NCS and how Memfault can be leveraged to implement best practices. The changes are as requested by Gillian Minnehan Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
A typo slipped in during the upmerge. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
Refactored and enhanced diagnostic crash logs module: * Extracted crash logs specific methods from generic diagnostic logs provider to the diagnostic logs crash module. * Removed usage of persistent storage as a back-up for the retention RAM memory * Added saving intent implementation object as a part of mIntentMap what allows to perform several independent log collection sessions at the same time. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
Flash driver test targeting specifically netcore of nrf53. Signed-off-by: Mateusz Michalek <mateusz.michalek@nordicsemi.no>
Introduced Matter diagnostic end user logs support: * Implemented DiagnosticEndUserLogs static module that allows to initialize the engine for handling retention partition and push new logs * Implemented DiagnosticEndUserLogsReader module that is dynamically allocated by multiple sessions and allows to read the stored logs * Updated documentation * Added end user logs partition and Kconfig to the diagnostic logs snippet Additionally added clearing logs on the first boot to erase the retained RAM. Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
aea0fad
to
2685a90
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Introduced Matter diagnostic end user logs support: