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

Added AT86RF230 schematics symbol and some misc. stuff.

- Makefile: "make sch", "make brd", plus a few placeholders
- wpan-atrf.sch, usb.sch, atrf.sch: schematics sheets (with little on)
- components/INFO, components/at86rf230.lib, components/at86rf230.dcm
This commit is contained in:
Werner Almesberger
2010-08-09 21:31:23 -03:00
parent 4aa4f44b5b
commit 9eefe60b8a
7 changed files with 172 additions and 0 deletions

18
Makefile Normal file
View File

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