mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +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:
13
modules/Makefile
Normal file
13
modules/Makefile
Normal 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 $< $@
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user