Skip to content

Commit

Permalink
move extension-cable to adapters folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Nov 5, 2023
1 parent c3fe9a9 commit aa107f2
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 75,237 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.PHONY: web

BOARDS = epdiy-v7 epdiy-v6 epdiy-v5 extension-cable
BOARDS = epdiy-v7 epdiy-v6 epdiy-v5 adapters/33pin_extension

web: build/web/index.html

.SECONDEXPANSION:
build/boards/%: $$*/$$*.kicad_pcb $$*/$$*.kicad_sch
mkdir -p build/boards
build/boards/%: $$*/$$(notdir $$*).kicad_pcb $$*/$$(notdir $$*).kicad_sch
mkdir -p $(dir $@)
kicad-cli sch export pdf $(word 2,$^) -o $@_schematic.pdf
kicad-cli sch export python-bom $(word 2,$^) -o $@_BoM.xml
xsltproc -o $@_BoM.csv present/bom2grouped_csv_jlcpcb.xsl $@_BoM.xml
Expand All @@ -21,8 +21,8 @@ build/web/index.html: README.md present/template/index.html $(addprefix build/bo
kikit present boardpage \
-d $< \
--name "EPDiy" \
$(shell for board in ${BOARDS}; do echo -n "-b" $$board "\"\$$(cmark $$board/README.md)\"" "$$board/$$board.kicad_pcb " ; done) \
$(shell for board in ${BOARDS}; do echo -n "-b" $$board "\"\$$(cmark $$board/README.md)\"" "$$board/$$(basename $$board).kicad_pcb " ; done) \
--repository 'https://github.com/vroland/epdiy-hardware' \
--template present/template/ \
$$(for f in build/boards/*; do echo "-r $$f"; done) \
$$(for f in $$(find build/boards/ -type f); do echo "-r $$f"; done) \
build/web
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"zone_display_mode": 0
},
"meta": {
"filename": "extension-cable.kicad_prl",
"filename": "33pin_extension.kicad_prl",
"version": 3
},
"project": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
"pinned_symbol_libs": []
},
"meta": {
"filename": "extension-cable.kicad_pro",
"filename": "33pin_extension.kicad_pro",
"version": 1
},
"net_settings": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit aa107f2

Please sign in to comment.