From 1a1f5f0270fe38ab36c320928c1c2cc654187874 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 27 Sep 2013 23:18:50 -0700 Subject: [PATCH] Add footprint for statek cx1vsm crystal Signed-off-by: Keith Packard --- packages/Makefile | 3 ++- packages/cx1vsm.5c | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 packages/cx1vsm.5c diff --git a/packages/Makefile b/packages/Makefile index b2f76f9..14bd744 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -51,7 +51,8 @@ FOOTPRINTS= \ bc4aa.fp \ cubesatshield.fp \ linear-s8.fp \ - PJ-037A.fp + PJ-037A.fp \ + cx1vsm.fp .5c.fp: nickle $*.5c > $@ diff --git a/packages/cx1vsm.5c b/packages/cx1vsm.5c new file mode 100644 index 0000000..78b4717 --- /dev/null +++ b/packages/cx1vsm.5c @@ -0,0 +1,35 @@ +/* + * Copyright © 2013 Keith Packard + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +load "footprint.5c" +import Footprint; + +real package_width = 8.00; +real package_height = 3.56; + +real pad_width = 1.78; +real pad_height = 4.06; +real pad_space = 6.86; + +element_start("cx1vsm"); + +pad_mm(-pad_space/2, 0, pad_width, pad_height, "1", "1"); +pad_mm(pad_space/2, 0, pad_width, pad_height, "1", "1"); + +rect(-package_width/2, -package_height/2, package_width, package_height); + +element_end(); -- 2.30.2