1
0
mirror of git://projects.qi-hardware.com/ben-blinkenlights.git synced 2025-04-21 12:27:27 +03:00

ext/: added uSD extender board (draft)

This commit is contained in:
Werner Almesberger
2010-11-02 12:17:20 -03:00
parent 979a631ef5
commit 49c76e0f8e
5 changed files with 476 additions and 0 deletions

15
ext/Makefile Normal file
View File

@@ -0,0 +1,15 @@
.PHONY: all gen generate sch brd
all:
@echo "make what ? target: gen sch brd xpdf"
@exit 1
gen generate:
eeschema --plot `pwd`/ext.sch
# need scripts
sch:
eeschema `pwd`/ext.sch
brd:
pcbnew `pwd`/ext.brd