roll: pigweed pw_bluetooth_sapphire: Add more options to ISO test packet generation
Add support for all ISO data packet parameters to frame generation
function testing::IsoDataFrame(). This will allow us to use it as
the foundation for generating fragmented packets to test packet
reassembly.
Test: pw presubmit --step gn_chre_googletest_nanopb_sapphire_build
Test: bazelisk run --config=fuchsia //pw_bluetooth_sapphire/fuchsia/host/fidl:test_pkg
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/253752
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: caf0021c7aabbe64a84a985cab0dee64b70c3830
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 9fff2679767f9d..caf0021c7aabbe
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8728105609178846337
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I580bf1ecc52404a7e330c9a00aa6185b6a287d70
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/255852
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 a360bea..80c669d 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -41,8 +41,8 @@
module_name = "pigweed",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-12-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8728138703932585745.
- commit = "9fff2679767f9d396e24798bc513975cf1fe558a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728105609178846337.
+ commit = "caf0021c7aabbe64a84a985cab0dee64b70c3830",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
)
@@ -50,8 +50,8 @@
module_name = "pw_toolchain",
# ROLL: Warning: this entry is automatically updated.
# ROLL: Last updated 2024-12-19.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8728138703932585745.
- commit = "9fff2679767f9d396e24798bc513975cf1fe558a",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8728105609178846337.
+ commit = "caf0021c7aabbe64a84a985cab0dee64b70c3830",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)