rev2 release

Change-Id: I41530a193f50fad67a2286105c64d8e43e9ce458
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/hardware/testing/+/258992
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
Commit-Queue: Erik Gilling <konkers@google.com>
2 files changed
tree: 91267ee6b63cc3d6c3e8a2ce21d37635de681a25
  1. build/
  2. pcb/
  3. testctl/
  4. third_party/
  5. .bazelrc
  6. .gitignore
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. MODULE.bazel
  11. OWNERS
  12. README.md
README.md

Pigweed Hardware Testing.... Hardware

Bazel build instructions

  • Install bazelisk.
  • Install KiCad and ensure kicad-cli is added to your $PATH.
  • Follow the instruction at third_party/rp2350/README.md
  • Run bazelisk build //... to build artifacts (PDF Schematic, etc.).
  • Run bazelisk test //.. to run ERC/DRC.