commit | 7eb141f5adb616f94d885c0146c936c3e9b95bfe | [log] [tgz] |
---|---|---|
author | pigweed-roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com> | Thu Feb 13 14:23:15 2025 -0800 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 13 14:23:15 2025 -0800 |
tree | d146c3bedb061f0f9240528327546e7bbb6e46f0 | |
parent | b358af13d98490d254c9757c677d21e4238e288d [diff] |
roll: pigweed 057c218..e1d73a0 (8 commits) e1d73a0:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267812 pw_sync: Remove chrono dependency from borrow.h 5f8f25b:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/264636 pw_allocator: Refactor size reports fb3288a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267033 pw_ide: Detect & configure build system support 4bfb4e5:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267514 pw_kernel: Add unittests for new list routines 8335a60:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267513 pw_kernel: Add assert_ne to unittests 9808716:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267336 pw_kernel: Basic context switch for cortex-m and scheduler a8a94ac:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259657 pw_ide: Read legacy settings files 7cee22f:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/267792 pw_toolchain: Add linker options for the Cortex-A35 toolchain Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed Rolled-Commits: 057c2187d3731d..e1d73a02c47f07 Roll-Count: 1 Roller-URL: https://cr-buildbucket.appspot.com/build/8723011383127797329 GitWatcher: ignore CQ-Do-Not-Cancel-Tryjobs: true Change-Id: I2697f910d763c7e5237c99076fc059e1fb9f782a Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/showcase/sense/+/267912 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 d7e5f96..1fb6e16 100644 --- a/MODULE.bazel +++ b/MODULE.bazel
@@ -41,8 +41,8 @@ module_name = "pigweed", # ROLL: Warning: this entry is automatically updated. # ROLL: Last updated 2025-02-13. - # ROLL: By https://cr-buildbucket.appspot.com/build/8723022246498487457. - commit = "057c2187d3731d9e6f5e4e926210719b7e35cfd3", + # ROLL: By https://cr-buildbucket.appspot.com/build/8723011383127797329. + commit = "e1d73a02c47f07e5058ed316154690081395ad69", remote = "https://pigweed.googlesource.com/pigweed/pigweed", )