roll: pigweed pw_uart: Move non-blocking methods from Uart to UartBase
* ConservativeReadAvailable()
* ClearPendingReceiveBytes()
Original-Bug: 369679732
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238533
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: d31705b84d24f0ef17e6b8eef6cae13f96f942e4
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 14204b516c1a0d..d31705b84d24f0
Roller-URL: https://ci.chromium.org/b/8735614914558662417
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I6a09844925ba6256d5fee99a87914c07cd087107
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/238481
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 1cd7b09..5d1a2fe 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-09-27.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735617370507740129.
- commit = "14204b516c1a0dd750fd8a8137dd15147a6085c1",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735614914558662417.
+ commit = "d31705b84d24f0ef17e6b8eef6cae13f96f942e4",
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-09-27.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735617370507740129.
- commit = "14204b516c1a0dd750fd8a8137dd15147a6085c1",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735614914558662417.
+ commit = "d31705b84d24f0ef17e6b8eef6cae13f96f942e4",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)