roll: pigweed 3d9d23f..efd4d76 (2 commits)

efd4d76:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/412392 pw_kernel: Clarify process state names and behavior
e1154a5:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/411934 bazel: Roll to rules_mypy@0.41.0

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 3d9d23fdddfdaf..efd4d7603a4fc3
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8681118142159282385
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I7bf74cf304d8786bb6babcd580743ef3c0c0adda
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/412973
1 file changed
tree: da678e86013f83412adb35e80b8bbcf7b8acf157
  1. .vscode/
  2. bazel/
  3. bazel_overlay/
  4. build_config/
  5. docs/
  6. examples/
  7. modules/
  8. pw_tests/
  9. scripts/
  10. tests/
  11. third_party/
  12. toolchain/
  13. tools/
  14. ztests/
  15. .bazelignore
  16. .bazelrc
  17. .bazelversion
  18. .gitignore
  19. AUTHORS
  20. BUILD.bazel
  21. common.bazelrc
  22. CONTRIBUTING.md
  23. generate_diff.py
  24. LICENSE
  25. MODULE.bazel
  26. MODULE.bazel.lock
  27. naming.bzl
  28. OWNERS
  29. pigweed_dep.MODULE.bazel
  30. pw
  31. README.md
  32. setup.bzl
  33. workflows.json
  34. WORKSPACE
README.md

Zephyr-Bazel

The way this repository works is by overlaying itself on top of Zephyr to provide Bazel build capability to the underlying Zephyr repository.

Getting Started

User Guide

For more information on the design of Zephyr bazel see the other design docs in the docs folder of this repository.