-
Notifications
You must be signed in to change notification settings - Fork 1.4k
memfault: Update to 1.30.1 #24897
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
base: main
Are you sure you want to change the base?
memfault: Update to 1.30.1 #24897
Conversation
Update the Memfault SDK version from 1.30.0 to 1.30.1 . Release notes: https://github.com/memfault/memfault-firmware-sdk/releases/tag/1.30.1 Primarily fixes a double fault error on nRF91 + TF-M applications, during certain fault types, when `CONFIG_LOG_MODE_DEFERRED=y`. This error prevents correctly capturing a coredump when the fault occurs. Signed-off-by: Noah Pendleton <[email protected]>
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:memfault-firmware-sdk: PR head: 5b833a7b715e6ef8cda9e1c8debccd9689cd000b more detailsmemfault-firmware-sdk:
sdk-nrf:
Github labels
List of changed files detected by CI (13)
Outputs:ToolchainVersion: a7529a11f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
Update the Memfault SDK version from 1.30.0 to 1.30.1 .
Release notes:
https://github.com/memfault/memfault-firmware-sdk/releases/tag/1.30.1
Primarily fixes a double fault error on nRF91 + TF-M applications, during certain fault types, when
CONFIG_LOG_MODE_DEFERRED=y
. This error prevents correctly capturing a coredump when the fault occurs.