roll: pigweed f0e1180..1bfa6aa (9 commits)

1bfa6aa:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276993 pw_kernel: Combine cortex-m and riscv entry points
775445d:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276992 pw_kernel: Refactor targets for consistency
29e6e1e:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276494 pw_kernel: Don't tick scheduler before there are tasks to run
64d117c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276493 pw_kernel: Add preempt disabling/rescheduling on WakeQueue::wake_one
7c91661:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276492 pw_kernel: Add current_thread accessors
0f7fc56:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/274972 pw_tokenizer: Correctly detect target os for Rust linker section
43f76d0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276896 bazel: Remove remote caching workaround
1486c7c:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/275178 pw_tokenizer: Enable conversion warning as error
53668ea:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/276032 pw_kernel: Add RISC-V scaffolding

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: f0e11806c26ca6..1bfa6aa33ce225
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8720009443215697121
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I43a10389c28684eb1c823d8428f84449bb0a8dea
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/276915
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 362f9e9..50103d2 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -40,9 +40,9 @@
 git_override(
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
-    # ROLL: Last updated 2025-03-18.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8720020475892694289.
-    commit = "f0e11806c26ca6ff23cd2f91c87e7074db2f66b9",
+    # ROLL: Last updated 2025-03-19.
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8720009443215697121.
+    commit = "1bfa6aa33ce2254d6f412420f1cd2b5f49a2a371",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )