| commit | 2207c52871433bca552d0739e3d451fffb9a694d | [log] [tgz] |
|---|---|---|
| author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Wed Jan 15 11:54:34 2025 -0800 |
| committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 15 11:54:34 2025 -0800 |
| tree | e5d50a8a0095799ff8cc56df50e8fb6d812ad24a | |
| parent | 0a05a50320e5dcfab177889eca6f2cd27db09604 [diff] |
roll: pigweed 5264396..d7c97e0 (8 commits) d7c97e0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260299 pw_bluetooth_proxy: Move payload_queue_ field d178cae:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260518 pw_build: Provide HOST_PLATFORMS tuple 5da0586:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/260275 pw_bluetooth_proxy: Rfcomm channel using Write(MultiBuf) 524c714:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259421 pw_bluetooth_proxy: Basic and signal channels using Write(MultiBuf) b7a1cbd:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259420 pw_bluetooth_proxy: Make payload vs pdu queue more explicit 438231c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/252312 pw_system: Set same size between serial and socket readers 0f3b88d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259732 pw_bluetooth_sapphire: Register PairingToken during SSP 664fbc4:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259414 pw_bluetooth_sapphire: Hold PairingToken during BR/EDR legacy pairing Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 5264396ee25302..d7c97e04cb5657 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8725647925642794577 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: Id506aaecbb03b0d2548a483667662f54075b0163 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/260376 Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel index e7baae8..5189b41 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -40,8 +40,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-01-15. - # ROLL: By https://cr-buildbucket.appspot.com/build/8725714127289497553. - commit = "5264396ee2530283be25b51883d40fd4a3e16e4e", + # ROLL: By https://cr-buildbucket.appspot.com/build/8725647925642794577. + commit = "d7c97e04cb565717283524054aba871cd55b0b3d", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )