roll: pigweed pw_uart_mcuxpresso: Add support for configuring flow control
Set default values for flow_control,parity,stop_bits
Original-Bug: 368150004
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236896
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: e8ab2b0ac31c0dde6febd0d384c0ea7d688f6803
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c1c7dac7e1e66d..e8ab2b0ac31c0d
Roller-URL: https://ci.chromium.org/b/8736351178167177905
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I3cf11bd8701cad244914c15b632b36277ea74e99
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/236727
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 e6c0e17..73a3c53 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-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736413365287971841.
- commit = "c1c7dac7e1e66d54928058eaa63e5f6c65f66a07",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736351178167177905.
+ commit = "e8ab2b0ac31c0dde6febd0d384c0ea7d688f6803",
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-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8736413365287971841.
- commit = "c1c7dac7e1e66d54928058eaa63e5f6c65f66a07",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8736351178167177905.
+ commit = "e8ab2b0ac31c0dde6febd0d384c0ea7d688f6803",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)