1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-06-29 00:08:35 +03:00

KiCad module build and xtal-4 cleanup.

- modules/Makefile: generate .mod files from .fpd
- components/xtal-4.lib: changed symbol name inside the .lib file as well
- modules/xtal-4.fpd: added package dimensions measurements
This commit is contained in:
Werner Almesberger 2010-08-12 10:50:48 -03:00
parent 05b0105591
commit c0127b490c
3 changed files with 18 additions and 3 deletions

View File

@ -1,10 +1,10 @@
EESchema-LIBRARY Version 2.3 Date: Sat 23 May 2009 17:54:59 WEST
#
# TAS4025A
# XTAL-4
#
DEF TAS4025A X 0 40 Y N 1 F N
DEF XTAL-4 X 0 40 Y N 1 F N
F0 "X" 0 350 60 H V C CNN
F1 "TAS4025A" 0 250 60 H V C CNN
F1 "XTAL-4" 0 250 60 H V C CNN
DRAW
S -50 150 50 -150 0 1 10 N
P 3 0 1 0 100 0 250 0 250 0 N

13
modules/Makefile Normal file
View File

@ -0,0 +1,13 @@
MODULES=meander mini-usb stdpass xtal-4
.SUFFIXES: .fpd .mod
.PHONY: all clean
all: $(MODULES:%=%.mod)
clean:
rm -f *~*.fpd
rm -f $(MODULES:%=%.mod)
.fpd.mod:
fped -k $< $@

View File

@ -47,3 +47,5 @@ measx pads.__0 -> pads.__0 1mm+Py/2+Gy
measy pads.__0 -> pads.__0 -1mm-Px/2-Gx
measy pad.__1 -> pad.__0 1mm
measx pad.__1 -> pad.__0 -1mm
measx outline.__0 >> outline.__0 Gy/2+Py/2+1.5mm
measy outline.__0 >> outline.__0 -(Gx/2+Px/2+1.5mm)