mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-17 21:56:15 +02: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:
parent
d8c71a3009
commit
2c29b5b22e
17
Makefile
17
Makefile
@ -1,21 +1,8 @@
|
|||||||
.PHONY: all gen generate sch brd xpdf dsv
|
.PHONY: all dsv
|
||||||
|
|
||||||
all:
|
all:
|
||||||
@echo "make what ? target: gen sch brd xpdf dsv"
|
@echo "make what ? target: dsv"
|
||||||
@exit 1
|
@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:
|
dsv:
|
||||||
scripts/dsv setup BOOKSHELF
|
scripts/dsv setup BOOKSHELF
|
||||||
|
18
atrf/Makefile
Normal file
18
atrf/Makefile
Normal 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
|
@ -1,4 +1,4 @@
|
|||||||
update=Fri Aug 20 17:28:04 2010
|
update=Sun Aug 22 16:03:40 2010
|
||||||
last_client=pcbnew
|
last_client=pcbnew
|
||||||
[eeschema]
|
[eeschema]
|
||||||
version=1
|
version=1
|
||||||
@ -39,11 +39,11 @@ ShowSheetReferenceAndTitleBlock=1
|
|||||||
LibName1=power
|
LibName1=power
|
||||||
LibName2=device
|
LibName2=device
|
||||||
LibName3=conn
|
LibName3=conn
|
||||||
LibName4=components/at86rf230
|
LibName4=../components/at86rf230
|
||||||
LibName5=components/c8051f326
|
LibName5=../components/c8051f326
|
||||||
LibName6=components/mini_usb_b
|
LibName6=../components/mini_usb_b
|
||||||
LibName7=components/xtal-4
|
LibName7=../components/xtal-4
|
||||||
LibName8=components/antenna
|
LibName8=../components/antenna
|
||||||
[cvpcb]
|
[cvpcb]
|
||||||
version=1
|
version=1
|
||||||
NetIExt=net
|
NetIExt=net
|
||||||
@ -69,9 +69,9 @@ MSegLar=150
|
|||||||
LastNetListRead=wpan-atrf.net
|
LastNetListRead=wpan-atrf.net
|
||||||
[pcbnew/libraries]
|
[pcbnew/libraries]
|
||||||
LibDir=
|
LibDir=
|
||||||
LibName1=modules/meander
|
LibName1=../modules/meander
|
||||||
LibName2=modules/mini-usb
|
LibName2=../modules/mini-usb
|
||||||
LibName3=modules/pads
|
LibName3=../modules/pads
|
||||||
LibName4=modules/qfn
|
LibName4=../modules/qfn
|
||||||
LibName5=modules/stdpass
|
LibName5=../modules/stdpass
|
||||||
LibName6=modules/xtal-4
|
LibName6=../modules/xtal-4
|
Loading…
Reference in New Issue
Block a user