roll: pigweed pw_uart_mcuxpresso: Simplify configuration struct
- Utilize the pw_dma_mcuxpresso module to manage DMA channels.
- Directly query flexcomm clock freq after the clock is turned on during
init.
Also fix const application in pw_dma_mcuxpresso that arm compiler in mac
CI didn't like and looked like a mistake anyways. This was needed to
dma_uart_example.cc could compile.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236919
Original-Revision: ca679a238320e25cdf6649e74dcb76af21e2beb9
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: a4dab0be18a649..ca679a238320e2
Roller-URL: https://ci.chromium.org/b/8735882409061794529
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I6ea5f1f9e27381eaf5311173ec3de5f091c4305e
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/237596
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 f3cf537..b0ac01a 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-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735891826557424705.
- commit = "a4dab0be18a649c79759880308ed051b0a2576a4",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735882409061794529.
+ commit = "ca679a238320e25cdf6649e74dcb76af21e2beb9",
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-24.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8735891826557424705.
- commit = "a4dab0be18a649c79759880308ed051b0a2576a4",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8735882409061794529.
+ commit = "ca679a238320e25cdf6649e74dcb76af21e2beb9",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)