Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
authorBdale Garbee <bdale@gag.com>
Fri, 10 Jan 2020 15:48:45 +0000 (08:48 -0700)
committerBdale Garbee <bdale@gag.com>
Fri, 10 Jan 2020 15:48:45 +0000 (08:48 -0700)
datasheets/abracom/ABM12W.pdf [new file with mode: 0644]
datasheets/txc/8q.pdf [new file with mode: 0644]
datasheets/u-blox/MAX-7_DataSheet_(GPS.G7-HW-12012).pdf [new file with mode: 0644]
datasheets/u-blox/MAX-8_DataSheet_(UBX-16000093).pdf [new file with mode: 0644]
datasheets/u-blox/u-blox7-V14_ReceiverDescriptionProtocolSpec_Public_(GPS.G7-SW-12001).pdf [new file with mode: 0644]
datasheets/u-blox/u-blox8-M8_ReceiverDescrProtSpec_(UBX-13003221)_Public.pdf
packages/Makefile
packages/TSX-3225.5c [new file with mode: 0644]
pcb.mk

diff --git a/datasheets/abracom/ABM12W.pdf b/datasheets/abracom/ABM12W.pdf
new file mode 100644 (file)
index 0000000..ecca77a
Binary files /dev/null and b/datasheets/abracom/ABM12W.pdf differ
diff --git a/datasheets/txc/8q.pdf b/datasheets/txc/8q.pdf
new file mode 100644 (file)
index 0000000..0048f78
Binary files /dev/null and b/datasheets/txc/8q.pdf differ
diff --git a/datasheets/u-blox/MAX-7_DataSheet_(GPS.G7-HW-12012).pdf b/datasheets/u-blox/MAX-7_DataSheet_(GPS.G7-HW-12012).pdf
new file mode 100644 (file)
index 0000000..5742529
Binary files /dev/null and b/datasheets/u-blox/MAX-7_DataSheet_(GPS.G7-HW-12012).pdf differ
diff --git a/datasheets/u-blox/MAX-8_DataSheet_(UBX-16000093).pdf b/datasheets/u-blox/MAX-8_DataSheet_(UBX-16000093).pdf
new file mode 100644 (file)
index 0000000..06e895d
Binary files /dev/null and b/datasheets/u-blox/MAX-8_DataSheet_(UBX-16000093).pdf differ
diff --git a/datasheets/u-blox/u-blox7-V14_ReceiverDescriptionProtocolSpec_Public_(GPS.G7-SW-12001).pdf b/datasheets/u-blox/u-blox7-V14_ReceiverDescriptionProtocolSpec_Public_(GPS.G7-SW-12001).pdf
new file mode 100644 (file)
index 0000000..f9fa16b
Binary files /dev/null and b/datasheets/u-blox/u-blox7-V14_ReceiverDescriptionProtocolSpec_Public_(GPS.G7-SW-12001).pdf differ
index 6a7394f40612652c48ce2035990c9c08c76ce28b..96790ae0b9892f7f5b09a6d0bae780d06a87dafa 100644 (file)
Binary files a/datasheets/u-blox/u-blox8-M8_ReceiverDescrProtSpec_(UBX-13003221)_Public.pdf and b/datasheets/u-blox/u-blox8-M8_ReceiverDescrProtSpec_(UBX-13003221)_Public.pdf differ
index 1e8a04d9f21fc53b95e0d96291531e53829def88..9394ca4c59207e5c5e84c87f30045ae0a2696034 100644 (file)
@@ -133,7 +133,8 @@ FOOTPRINTS= \
        c8x8.fp \
        sk6812.fp \
        VQFN-HR-12.fp \
-       wqfn-16.fp
+       wqfn-16.fp \
+       TSX-3225.fp
 
 .5c.fp:
        nickle $*.5c -o $@
diff --git a/packages/TSX-3225.5c b/packages/TSX-3225.5c
new file mode 100644 (file)
index 0000000..241cbde
--- /dev/null
@@ -0,0 +1,33 @@
+/*
+ * Copyright © 2015 Keith Packard <keithp@keithp.com>
+ *
+ * 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, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ */
+
+load "footprint.5c"
+import Footprint;
+
+real hspace    = 2.2;
+real vspace    = 1.6;
+real width     = 1.4;
+real height    = 1.15;
+
+real hpos      = hspace / 2;
+real vpos      = vspace / 2;
+
+element_start("ABM12");
+
+pad_mm(-hpos, vpos,width,height,"1","1");
+pad_mm( hpos, vpos,width,height,"2","2");
+pad_mm( hpos,-vpos,width,height,"3","3");
+pad_mm(-hpos,-vpos,width,height,"4","4");
+
+element_end();
diff --git a/pcb.mk b/pcb.mk
index 840db2b67ceda38c205da581474e8ed24929c698..bb06de89963f82a381d85873be2e9d5773f0d3ef 100644 (file)
--- a/pcb.mk
+++ b/pcb.mk
@@ -74,7 +74,7 @@ $(PROJECT).bottom.gbr:        $(PROJECT).pcb $(CONFIG)
        esac
 
 $(PROJECT).all-drill.cnc: $(PROJECT).bottom.gbr
-       gerbv -x drill -o $(PROJECT).all-drill.cnc $(PROJECT).plated-drill.cnc $(PROJECT).unplated-drill.cnc
+       gerbv -x drill -o $(PROJECT).all-drill.cnc $(PROJECT).*plated-drill.cnc
 
 zip: $(PROJECT).zip