roll: pigweed efd4d76..070725a (2 commits)

070725a:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/412054 pw_tokenizer: Update logic for successful detokenization
f57d506:https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/412892 pw_kernel: Clean up Process/ThreadRef naming and semantics

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: efd4d7603a4fc3..070725a71d906b
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8681073181542691457
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I83b02df80f790986a6263bfa5eefd835d6ce4ac0
Reviewed-on: https://pigweed-review.googlesource.com/c/zephyr/zephyr-bazel/+/413194
1 file changed
tree: 166bdb7f87d0ca3f760321ff56ddd28547d59fca
  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.