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

Added modules for test points and solder pads. Some cleanup.

- AUTHORS, modules/INFO, modules/Makefile, modules/pads.fpd: added pads
- modules/Makefile: added forgotten "qfn" module
- modules/xtal-4.fpd: renamed crystal module from xtal-4-* to xtal4-*, for
  clarity
This commit is contained in:
Werner Almesberger 2010-08-12 15:28:03 -03:00
parent 0efc213a26
commit 28e2c757bc
5 changed files with 24 additions and 2 deletions

View File

@ -13,6 +13,7 @@ Werner Almesberger <werner@openmoko.org>
components/at86rf230.lib components/at86rf230.lib
components/c8051f326.lib components/c8051f326.lib
modules/meander.fpd modules/meander.fpd
modules/pads.fpd
modules/qfn.fpd modules/qfn.fpd
modules/stdpass.fpd modules/stdpass.fpd
modules/xtal-4.fpg modules/xtal-4.fpg

View File

@ -41,3 +41,6 @@ N: sot617-3-lp
# numbering is counter-clockwise) # numbering is counter-clockwise)
F: xtal-4 F: xtal-4
N: nx3225sa N: nx3225sa
# Solder pads and test points
F: pads

View File

@ -1,4 +1,4 @@
MODULES=meander mini-usb stdpass xtal-4 MODULES=meander mini-usb pads qfn stdpass xtal-4
.SUFFIXES: .fpd .mod .SUFFIXES: .fpd .mod
.PHONY: all clean .PHONY: all clean

18
modules/pads.fpd Normal file
View File

@ -0,0 +1,18 @@
/* MACHINE-GENERATED ! */
frame pad {
__0: vec @(x/2, y/2)
__1: vec @(-x/2, -y/2)
rpad "1" . __0
}
package "PAD_$name"
unit mm
table
{ name, x, y }
{ "2mm", 2mm, 0.5mm }
{ "60x60", 60mil, 60mil }
{ "120x60", 120mil, 60mil }
frame pad @

View File

@ -32,7 +32,7 @@ frame outline {
line . __1 w line . __1 w
} }
package "xtal-4-${Dx}x${Dy}" package "xtal4-${Dx}x${Dy}"
unit mm unit mm
table table