roll: pigweed 351d6c1..b2ed425 (6 commits) b2ed425:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/272934 third_party/freertos: Change stack size type in support hooks 0cd6831:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/266273 pw_flatbuffers: Flatbuffers cmake support 7d1b8cd:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273453 Revert "pw_malloc: Synchronize access to the system metrics" a131637:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273454 Revert "pw_malloc: Rename GetSystemAllocator to CreateSystemAllocator" 8af514d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273333 pw_bluetooth_sapphire: Fix uninitialized variable in bt::Random() 4a2ab50:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/273332 third_party/freertos: Silence new warning Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 351d6c113372ea..b2ed42565a79ce Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8721101842647589025 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Ie0ef70eab9be3b9932939cb43fb812b61d681c73 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/273592 Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index 5d04fcb..37d28fc 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,9 +40,9 @@ git_override( module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. - # ROLL: Last updated 2025-03-06. - # ROLL: By https://cr-buildbucket.appspot.com/build/8721112875736913633. - commit = "351d6c113372eac715c2068a8b24f77da7631640", + # ROLL: Last updated 2025-03-07. + # ROLL: By https://cr-buildbucket.appspot.com/build/8721101842647589025. + commit = "b2ed42565a79ce4be4eaaaaa4024f3dcd84e7b00", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )