roll: pigweed pw_uart: Add UartBase class

Also update the docs to explain the class hierarchy.

Original-Bug: 369678735
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/238092
Original-Revision: 7dc3b1b2a69972ae19bbe43f922aefd6dda73a3e

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: b4e75393442526..7dc3b1b2a69972
Roller-URL: https://ci.chromium.org/b/8735697225287563441
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I35c23ac94d3b7f438c166db90b8b345357a6e39b
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/238274
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 7451f41..cd5e921 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -50,8 +50,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735701685445106145.
-    commit = "b4e75393442526d409968e4aac685515944b3e3e",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735697225287563441.
+    commit = "7dc3b1b2a69972ae19bbe43f922aefd6dda73a3e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -59,8 +59,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-09-26.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8735701685445106145.
-    commit = "b4e75393442526d409968e4aac685515944b3e3e",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8735697225287563441.
+    commit = "7dc3b1b2a69972ae19bbe43f922aefd6dda73a3e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )