roll: pigweed pw_system: Add freertos thread backtrace capture to crash dump

All freertos threads are dumped along with symbol and linefile
information if available.

Original-Bug: b/354767156

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/234155
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: ed55dbc3fa5eb05e2b557fad0eff2b1bf1f93751

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 741b773cfcd117..ed55dbc3fa5eb0
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733335008355104913
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7ee9ea7b4469e5133381032ba4a7a833c71c60db
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/243994
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 9d8d373..71d5528 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -49,8 +49,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733339918777092801.
-    commit = "741b773cfcd117c93742633362cb350df3d13215",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733335008355104913.
+    commit = "ed55dbc3fa5eb05e2b557fad0eff2b1bf1f93751",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -58,8 +58,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733339918777092801.
-    commit = "741b773cfcd117c93742633362cb350df3d13215",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733335008355104913.
+    commit = "ed55dbc3fa5eb05e2b557fad0eff2b1bf1f93751",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )