applications: ww_kws: Add optional model observability#110
Open
Szynkaa wants to merge 4 commits into
Open
Conversation
Add build types section in README. Add missing release config in samples.yaml. Signed-off-by: Szymon Antkowiak <szymon.antkowiak@nordicsemi.no>
Initialize only models that are used by currently used mode. For example only KWS model when APP_MODE_KWS_ONLY is selected. Signed-off-by: Szymon Antkowiak <szymon.antkowiak@nordicsemi.no>
Disable LTO in release build as it gives warnings from Axon driver and will conflict with Memfault. Disable PM config as it is not present on the nRF54LM20B. Signed-off-by: Szymon Antkowiak <szymon.antkowiak@nordicsemi.no>
|
You can find the documentation preview for this PR here. |
mbarchie
reviewed
Jun 16, 2026
mbarchie
reviewed
Jun 17, 2026
86112dc to
afe69a4
Compare
mbarchie
approved these changes
Jun 17, 2026
Wire nrf_edgeai_obsv into the wakeword and keyword-spotting stages, registering probability-distribution metrics for both and a transition matrix for KWS. Metrics are exported through Memfault over BLE MDS when CONFIG_MODELS_OBSERVABILITY is enabled via observability.conf; the feature is off by default. Jira: NCSDK-38530 Signed-off-by: Szymon Antkowiak <szymon.antkowiak@nordicsemi.no>
afe69a4 to
45f6d09
Compare
This file contains hidden or 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
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.
Wire nrf_edgeai_obsv into the wakeword and keyword-spotting stages, registering probability-distribution metrics for both and a transition matrix for KWS. Metrics are exported through Memfault over BLE MDS when CONFIG_MODELS_OBSERVABILITY is enabled via observability.conf; the feature is off by default.
3 extra commits to add missing elements of application