roll: pigweed, pw_toolchain: targets/rp2040: Add -fexceptions for the rp2040 PIO assembler
The parser for the rp2xxx PIO assembler uses exceptions to
signal error conditions. It doesn't compile without this.
This code does not run on device.
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/229531
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
https://pigweed.googlesource.com/pigweed/pigweed
pigweed, pw_toolchain Rolled-Commits: 3d7d7635281155e..0a3c5bd1614399c
Roller-URL: https://ci.chromium.org/b/8739612142227385553
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I73173da5b83230ceca87f09808b8a29c2c41c3b3
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/229594
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index 5f12a91..c275d62 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-14.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739623411184489793.
- commit = "3d7d7635281155e7774e5f5cbe1c01d567e47995",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739612142227385553.
+ commit = "0a3c5bd1614399c3f32b03ff37f40d36615252f7",
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-14.
- # ROLL: By https://cr-buildbucket.appspot.com/build/8739623411184489793.
- commit = "3d7d7635281155e7774e5f5cbe1c01d567e47995",
+ # ROLL: By https://cr-buildbucket.appspot.com/build/8739612142227385553.
+ commit = "0a3c5bd1614399c3f32b03ff37f40d36615252f7",
remote = "https://pigweed.googlesource.com/pigweed/pigweed",
strip_prefix = "pw_toolchain_bazel",
)