1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-30 02:07:37 +03:00

Moved hardware design files from top-level directory to atrf/

- wpan-atrf.pro, wpan-atrf.sch, usb.sch, atrf.sch, wpan-atrf.cmp,
  wpan-atrf.brd, Makefile: moved to atrf/
- atrf/wpan-atrf.pro: updated paths to components/ and modules/
- Makefile: retained "dsv" section
This commit is contained in:
Werner Almesberger 2010-08-22 16:06:43 -03:00
parent d8c71a3009
commit 2c29b5b22e
8 changed files with 32 additions and 27 deletions

View File

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

18
atrf/Makefile Normal file
View File

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

View File

@ -1,4 +1,4 @@
update=Fri Aug 20 17:28:04 2010
update=Sun Aug 22 16:03:40 2010
last_client=pcbnew
[eeschema]
version=1
@ -39,11 +39,11 @@ ShowSheetReferenceAndTitleBlock=1
LibName1=power
LibName2=device
LibName3=conn
LibName4=components/at86rf230
LibName5=components/c8051f326
LibName6=components/mini_usb_b
LibName7=components/xtal-4
LibName8=components/antenna
LibName4=../components/at86rf230
LibName5=../components/c8051f326
LibName6=../components/mini_usb_b
LibName7=../components/xtal-4
LibName8=../components/antenna
[cvpcb]
version=1
NetIExt=net
@ -69,9 +69,9 @@ MSegLar=150
LastNetListRead=wpan-atrf.net
[pcbnew/libraries]
LibDir=
LibName1=modules/meander
LibName2=modules/mini-usb
LibName3=modules/pads
LibName4=modules/qfn
LibName5=modules/stdpass
LibName6=modules/xtal-4
LibName1=../modules/meander
LibName2=../modules/mini-usb
LibName3=../modules/pads
LibName4=../modules/qfn
LibName5=../modules/stdpass
LibName6=../modules/xtal-4