roll: pigweed 2d204c8..4207345 (4 commits)

4207345:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/277616 pw_i2c_mcuxpresso: Add ResetAddressing() that executes the i3c RSTDAA
1ea604f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/277615 pw_i2c_mcuxpresso: Add Get/SetMaxReadLength i3c common command codes
820c417:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/277614 pw_i2c_mcuxpresso: Add static addressing option, dynamic optional
32e290b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/277613 pw_i2c_mcuxpresso: Fix mutex and repeated start condition for CCC reads

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 2d204c869204a7..4207345db6bcbe
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8719799799001112833
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I5609c350f8c753bed19b8c07474f863d31427504
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/277838
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 9d83b91..5935b65 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,8 +41,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2025-03-21.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8719832898497932577.
-    commit = "2d204c869204a79b3f439e6dddb82c28c8dc45bd",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8719799799001112833.
+    commit = "4207345db6bcbe892ed756ba759c2a780705cf7e",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )