From e6e5f8b475a365e31acf600b4a57ddb598438dec Mon Sep 17 00:00:00 2001 From: Noah Pendleton Date: Mon, 6 Oct 2025 13:14:37 -0400 Subject: [PATCH] memfault: Update to 1.30.1 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 --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 0c9fc7510e6..2ce02c2292c 100644 --- a/west.yml +++ b/west.yml @@ -246,7 +246,7 @@ manifest: remote: throwtheswitch - name: memfault-firmware-sdk path: modules/lib/memfault-firmware-sdk - revision: 1.30.0 + revision: 1.30.1 remote: memfault - name: bsim repo-path: bsim_west