roll: pigweed, pw_toolchain: pw_rpc: Add stop method to Watchdog
Previously there was no way to stop a Watchdog from running
This resulted in endlessly-executing callbacks.
Fix: b/350822543
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/230692
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: fbf120d36a5b40e..00582ec63415b4e
Roller-URL: https://ci.chromium.org/b/8739155179708854609
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: If745824c561daac3e53737c0f7010ee7af091fe5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/230642
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 a7ae32e..5e511d6 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739155883905388257.
- commit = "fbf120d36a5b40e6e493d16ad50741f2796a13f6",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739155179708854609.
+ commit = "00582ec63415b4e80432c8b7800033f361d79d06",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -57,8 +57,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-08-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739155883905388257.
- commit = "fbf120d36a5b40e6e493d16ad50741f2796a13f6",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739155179708854609.
+ commit = "00582ec63415b4e80432c8b7800033f361d79d06",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)