build: Add bom and position files to pcb export

Change-Id: Iddf5524a5e4ebfce280c1d1a5c525365c369cdae
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/hardware/testing/+/258993
Pigweed-Auto-Submit: Erik Gilling <konkers@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Reviewed-by: Anthony DiGirolamo <tonymd@google.com>
1 file changed
tree: 7e6e2d23ecdf758012cde68981bb8b9cd8012e36
  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.