Skip to content

Commit

Permalink
Update to build with the v0.3 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mawildoer committed Jan 18, 2025
1 parent 75e7537 commit 500f08e
Show file tree
Hide file tree
Showing 10 changed files with 14,001 additions and 13,666 deletions.
22,911 changes: 11,416 additions & 11,495 deletions elec/layout/base/base.kicad_pcb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions elec/layout/base/base.kicad_pro
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
"item_on_disabled_layer": "error",
Expand Down
18 changes: 14 additions & 4 deletions elec/layout/base/fp-lib-table
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
(fp_lib_table
(version 7)
(lib (name "lib")(type "KiCad")(uri "${KIPRJMOD}/../../../build/footprints/footprints.pretty")(options "")(descr ""))
)
(fp_lib_table
(version 7)
(lib
(name "lib")
(type "KiCad")
(uri "${KIPRJMOD}/../../../build/footprints/footprints.pretty")
(options "")
(descr ""))
(lib
(name "atopile")
(type "KiCad")
(uri "${KIPRJMOD}/../../../build/kicad/libs/footprints/atopile.pretty")
(options "")
(descr "atopile: atopile footprints")))
Loading

0 comments on commit 500f08e

Please sign in to comment.