build: Add kicad pcb drill export

Add drill file export alongside gerber files.
Update gerber plot parameters in rp2350_target_board.kicad_pcb
and run gerber export with --board-plot-params.

Change-Id: Ib6d309c16bd3c550aa078b8f9afe61c7efc5f9c8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/hardware/testing/+/245438
Reviewed-by: Erik Gilling <konkers@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
2 files changed
tree: 13dbf71227ed6dc9c72cb8e9699031ca5206f112
  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.