build: Add Bazel based DRC test and gerber export

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