roll: pigweed, pw_toolchain: rp2040: Reset tty flags after successful flash on posix Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229721 https://pigweed.googlesource.com/pigweed/pigweed pigweed, pw_toolchain Rolled-Commits: 06e763c089d0171..01ecbd2c1cd5344 Roller-URL: https://ci.chromium.org/b/8738879059448291361 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I15829a65c41882e7a618fae72440a0ced4657cbe Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/231491 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 52cc04c..e4a8632 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -48,8 +48,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-22. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738944477445194465. - commit = "06e763c089d01717046a4d6153fc66ea64ab1bce", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738879059448291361. + commit = "01ecbd2c1cd5344aff56da03947d037604fb4e41", remote = "https://pigweed.googlesource.com/pigweed/pigweed", ) @@ -57,8 +57,8 @@ module_name = "pw_toolchain", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2024-08-22. - # ROLL: By https://cr-buildbucket.appspot.com/build/8738944477445194465. - commit = "06e763c089d01717046a4d6153fc66ea64ab1bce", + # ROLL: By https://cr-buildbucket.appspot.com/build/8738879059448291361. + commit = "01ecbd2c1cd5344aff56da03947d037604fb4e41", remote = "https://pigweed.googlesource.com/pigweed/pigweed", strip_prefix = "pw_toolchain_bazel", )