hw/altusmetrum
11 years agoDon't include 'no-load' parts in vendor partslist
Keith Packard [Fri, 7 Jun 2013 23:29:04 +0000 (16:29 -0700)]
Don't include 'no-load' parts in vendor partslist

Make sure the partslist includes only components actually to be loaded
on the board.

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd 4mmx3mm MLP8 package (for smaller flash parts)
Keith Packard [Fri, 7 Jun 2013 18:02:30 +0000 (11:02 -0700)]
Add 4mmx3mm MLP8 package (for smaller flash parts)

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agocapture FDS9926A data sheet for posterity
Bdale Garbee [Thu, 16 May 2013 00:42:41 +0000 (18:42 -0600)]
capture FDS9926A data sheet for posterity

11 years agodata sheet for AXSEM ax5051, can do BPSK on 70cm but RX sensitivity poor?
Bdale Garbee [Tue, 7 May 2013 03:16:52 +0000 (21:16 -0600)]
data sheet for AXSEM ax5051, can do BPSK on 70cm but RX sensitivity poor?

11 years agofootprint for GPS patched used on TeleMetrum v0.2
Bdale Garbee [Sun, 5 May 2013 14:09:27 +0000 (08:09 -0600)]
footprint for GPS patched used on TeleMetrum v0.2

11 years agoadd cc110l transceiver data sheet and errata
Bdale Garbee [Sat, 4 May 2013 05:17:55 +0000 (23:17 -0600)]
add cc110l transceiver data sheet and errata

11 years agomerge footprints needed for TeleMetrum v1.2b
Bdale Garbee [Thu, 2 May 2013 17:06:24 +0000 (11:06 -0600)]
merge footprints needed for TeleMetrum v1.2b

11 years agomerge symbols needed for TeleMetrum v1.2b
Bdale Garbee [Thu, 2 May 2013 17:03:22 +0000 (11:03 -0600)]
merge symbols needed for TeleMetrum v1.2b

11 years agodatasheet for 4050
Bdale Garbee [Fri, 26 Apr 2013 03:13:30 +0000 (21:13 -0600)]
datasheet for 4050

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Fri, 26 Apr 2013 00:23:25 +0000 (18:23 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agomerge symbols and footprints needed for TeleTerra
Bdale Garbee [Fri, 26 Apr 2013 00:23:12 +0000 (18:23 -0600)]
merge symbols and footprints needed for TeleTerra

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Keith Packard [Wed, 24 Apr 2013 00:38:41 +0000 (17:38 -0700)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agosymbol and footprint for Rayson BTM-182 Bluetooth(tm) module
Bdale Garbee [Tue, 23 Apr 2013 23:43:12 +0000 (17:43 -0600)]
symbol and footprint for Rayson BTM-182 Bluetooth(tm) module

11 years agoAdd stm32l discovery schematic
Keith Packard [Sat, 13 Apr 2013 05:03:54 +0000 (22:03 -0700)]
Add stm32l discovery schematic

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoadd data sheet for power switch on telebt, teleterra, etc
Bdale Garbee [Fri, 12 Apr 2013 17:51:00 +0000 (11:51 -0600)]
add data sheet for power switch on telebt, teleterra, etc

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Mon, 8 Apr 2013 20:18:35 +0000 (14:18 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agofix up dual led to have centered XYRS, and to include a cathode end dot
Bdale Garbee [Mon, 8 Apr 2013 20:18:07 +0000 (14:18 -0600)]
fix up dual led to have centered XYRS, and to include a cathode end dot

11 years agoAdd clearance around the 1007 footprint pads
Keith Packard [Tue, 2 Apr 2013 04:50:43 +0000 (21:50 -0700)]
Add clearance around the 1007 footprint pads

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd 1007 footprint
Keith Packard [Tue, 2 Apr 2013 03:55:56 +0000 (20:55 -0700)]
Add 1007 footprint

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoCC1120 has a new footprint. Add datasheet and footprint generator
Keith Packard [Mon, 1 Apr 2013 23:11:27 +0000 (16:11 -0700)]
CC1120 has a new footprint. Add datasheet and footprint generator

The only change from the 1120 footprint is to make the center pad a
bit smaller. The docs have a much more elaborate change, but that
involves putting vias in the middle of the solder paste area, which
seems like a bad plan unless we used a via-in-pad process.

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMake footprint files depend on footprint.5c
Keith Packard [Sun, 31 Mar 2013 09:39:50 +0000 (02:39 -0700)]
Make footprint files depend on footprint.5c

Can't tell which are nickle and which are python, so just recompile
them all when footprint.5c changes

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoCompute solder mask from process clearance in pad_mm_clear
Keith Packard [Sun, 31 Mar 2013 09:36:27 +0000 (02:36 -0700)]
Compute solder mask from process clearance in pad_mm_clear

Instead of using the user specified clearance (which is often zero),
use the process clearance to make sure there is sufficient solder mask
clearance around the pad. If the user really wants zero mask, they can
use pad_mm_clear_mask

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Tue, 26 Mar 2013 03:37:40 +0000 (21:37 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agodata sheets from telegps merged
Bdale Garbee [Tue, 26 Mar 2013 03:37:29 +0000 (21:37 -0600)]
data sheets from telegps merged

11 years agoAdd RFPA0133 data sheet
Keith Packard [Tue, 26 Mar 2013 03:13:24 +0000 (20:13 -0700)]
Add RFPA0133 data sheet

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd cc115l data sheet
Keith Packard [Mon, 25 Mar 2013 03:59:16 +0000 (20:59 -0700)]
Add cc115l data sheet

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd ARMv7-M architecture reference manual
Keith Packard [Sun, 24 Mar 2013 18:32:53 +0000 (11:32 -0700)]
Add ARMv7-M architecture reference manual

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd ground pad to STML151-48 symbol
Keith Packard [Thu, 21 Mar 2013 18:51:10 +0000 (11:51 -0700)]
Add ground pad to STML151-48 symbol

The pad under this chip is tied to ground and needs to be connected

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd footprints from telegps
Keith Packard [Thu, 21 Mar 2013 18:27:58 +0000 (11:27 -0700)]
Add footprints from telegps

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd symbols from telegps
Keith Packard [Thu, 21 Mar 2013 18:19:27 +0000 (11:19 -0700)]
Add symbols from telegps

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoActually add the ABM8.py footprint file
Keith Packard [Wed, 20 Mar 2013 21:13:58 +0000 (14:13 -0700)]
Actually add the ABM8.py footprint file

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoBuild ABM8 package
Keith Packard [Wed, 20 Mar 2013 20:27:58 +0000 (13:27 -0700)]
Build ABM8 package

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd LPCXpresso docs (devel board for LPC11U14)
Keith Packard [Wed, 20 Mar 2013 06:04:38 +0000 (23:04 -0700)]
Add LPCXpresso docs (devel board for LPC11U14)

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agofix errors in 8ufson2x2 footprint generator
Bdale Garbee [Wed, 20 Mar 2013 20:26:32 +0000 (14:26 -0600)]
fix errors in 8ufson2x2 footprint generator

11 years agouse a less generic name for the comparator footprint
Bdale Garbee [Wed, 20 Mar 2013 05:35:22 +0000 (23:35 -0600)]
use a less generic name for the comparator footprint

11 years agojoint title block for EasyMetrum
Bdale Garbee [Wed, 20 Mar 2013 05:30:37 +0000 (23:30 -0600)]
joint title block for EasyMetrum

11 years agoAdd DFN8 footprint (for lm293 comparators)
Keith Packard [Wed, 20 Mar 2013 04:41:41 +0000 (21:41 -0700)]
Add DFN8 footprint (for lm293 comparators)

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoRename lm293 data sheet to lm293.pdf
Keith Packard [Wed, 20 Mar 2013 04:29:15 +0000 (21:29 -0700)]
Rename lm293 data sheet to lm293.pdf

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Wed, 20 Mar 2013 04:26:55 +0000 (22:26 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agofix lpc11u1x symbol, add new comparator data sheet
Bdale Garbee [Wed, 20 Mar 2013 04:26:36 +0000 (22:26 -0600)]
fix lpc11u1x symbol, add new comparator data sheet

11 years agoAdd packages and symbols from µPusb
Keith Packard [Mon, 18 Mar 2013 23:17:53 +0000 (16:17 -0700)]
Add packages and symbols from µPusb

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMove packages for micropeak over
Keith Packard [Mon, 18 Mar 2013 23:07:44 +0000 (16:07 -0700)]
Move packages for micropeak over

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd pico-ezmate footprints
Keith Packard [Mon, 18 Mar 2013 22:46:20 +0000 (15:46 -0700)]
Add pico-ezmate footprints

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agofootprints needed for megadongle
Bdale Garbee [Mon, 18 Mar 2013 22:12:42 +0000 (16:12 -0600)]
footprints needed for megadongle

11 years agomini USB symbol
Bdale Garbee [Mon, 18 Mar 2013 22:08:41 +0000 (16:08 -0600)]
mini USB symbol

11 years agomove dual LED into the new diodes/ subdir
Bdale Garbee [Mon, 18 Mar 2013 22:03:26 +0000 (16:03 -0600)]
move dual LED into the new diodes/ subdir

11 years agoactually build diodes footprint(s)
Bdale Garbee [Mon, 18 Mar 2013 22:00:54 +0000 (16:00 -0600)]
actually build diodes footprint(s)

11 years agoavoid parallel make when rebuilding packages
Keith Packard [Mon, 18 Mar 2013 21:52:59 +0000 (14:52 -0700)]
avoid parallel make when rebuilding packages

Maybe this will make things happier?

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd powerdi123 footprint
Keith Packard [Mon, 18 Mar 2013 21:52:15 +0000 (14:52 -0700)]
Add powerdi123 footprint

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoremainder of footprint generators needed for megametrum
Bdale Garbee [Mon, 18 Mar 2013 21:55:50 +0000 (15:55 -0600)]
remainder of footprint generators needed for megametrum

11 years agoadd molex footprint builders
Bdale Garbee [Mon, 18 Mar 2013 21:53:18 +0000 (15:53 -0600)]
add molex footprint builders

11 years agoadd footprint generators for JST connectors
Bdale Garbee [Mon, 18 Mar 2013 21:50:26 +0000 (15:50 -0600)]
add footprint generators for JST connectors

11 years agodual op-amp symbol useful for LMV393, LM6142, et al
Bdale Garbee [Mon, 18 Mar 2013 21:45:24 +0000 (15:45 -0600)]
dual op-amp symbol useful for LMV393, LM6142, et al

11 years agomore symbols needed for MegaMetrum, et al
Bdale Garbee [Mon, 18 Mar 2013 21:41:25 +0000 (15:41 -0600)]
more symbols needed for MegaMetrum, et al

11 years agotwo more package generators
Bdale Garbee [Mon, 18 Mar 2013 21:32:04 +0000 (15:32 -0600)]
two more package generators

11 years agoadd .gitignore hack back to packages/ top level Makefile
Bdale Garbee [Mon, 18 Mar 2013 21:23:17 +0000 (15:23 -0600)]
add .gitignore hack back to packages/ top level Makefile

11 years agoIgnore built footprints
Keith Packard [Mon, 18 Mar 2013 21:18:52 +0000 (14:18 -0700)]
Ignore built footprints

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoadd LPCC16 footprint for HMC5883L
Bdale Garbee [Mon, 18 Mar 2013 21:14:42 +0000 (15:14 -0600)]
add LPCC16 footprint for HMC5883L

11 years agoadd lqfp footprint generators for STM parts
Bdale Garbee [Mon, 18 Mar 2013 21:13:41 +0000 (15:13 -0600)]
add lqfp footprint generators for STM parts

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Mon, 18 Mar 2013 21:09:14 +0000 (15:09 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

Conflicts:
packages/Makefile

11 years agoadd Diodes, Inc datasheet directory and the part I want to use for ldo input
Bdale Garbee [Mon, 18 Mar 2013 21:07:15 +0000 (15:07 -0600)]
add Diodes, Inc datasheet directory and the part I want to use for ldo input

11 years agoadd a bunch of packages
Bdale Garbee [Mon, 18 Mar 2013 21:06:53 +0000 (15:06 -0600)]
add a bunch of packages

11 years agoupdate Makefile to process subdirs and have a clean target
Bdale Garbee [Mon, 18 Mar 2013 21:05:41 +0000 (15:05 -0600)]
update Makefile to process subdirs and have a clean target

11 years agoAutomatically generate suitable .gitignore in packages directory
Keith Packard [Mon, 18 Mar 2013 20:59:30 +0000 (13:59 -0700)]
Automatically generate suitable .gitignore in packages directory

Ignore built packages

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd symbols for MicroPeak
Keith Packard [Mon, 18 Mar 2013 20:57:12 +0000 (13:57 -0700)]
Add symbols for MicroPeak

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoBuild a bunch more packages from source
Keith Packard [Mon, 18 Mar 2013 20:48:58 +0000 (13:48 -0700)]
Build a bunch more packages from source

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoFix HVQFN33 annular ring around thermal holes
Keith Packard [Mon, 18 Mar 2013 20:46:28 +0000 (13:46 -0700)]
Fix HVQFN33 annular ring around thermal holes

Need at least 5mils of copper to make AC happy

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd no-connect symbols
Keith Packard [Mon, 18 Mar 2013 16:34:45 +0000 (09:34 -0700)]
Add no-connect symbols

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoelide the pico-ezmate-6 symbol, just use conn-6 instead
Bdale Garbee [Mon, 18 Mar 2013 20:31:05 +0000 (14:31 -0600)]
elide the pico-ezmate-6 symbol, just use conn-6 instead

11 years agodon't bind a footprint to the USB micro connector symbol by default
Bdale Garbee [Mon, 18 Mar 2013 20:30:14 +0000 (14:30 -0600)]
don't bind a footprint to the USB micro connector symbol by default

11 years agoclean up symbols/common, copy in more symbols needed for kilometrum, et al
Bdale Garbee [Mon, 18 Mar 2013 20:25:40 +0000 (14:25 -0600)]
clean up symbols/common, copy in more symbols needed for kilometrum, et al

11 years agoadd mic5205 data sheet, looks like a good LDO choice for BYOB products
Bdale Garbee [Mon, 18 Mar 2013 19:34:13 +0000 (13:34 -0600)]
add mic5205 data sheet, looks like a good LDO choice for BYOB products

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Sun, 17 Mar 2013 16:26:59 +0000 (10:26 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agocopy these in from telegps tree
Bdale Garbee [Sun, 17 Mar 2013 16:26:41 +0000 (10:26 -0600)]
copy these in from telegps tree

11 years agoSymbols and packages for easymetrum
Keith Packard [Sun, 17 Mar 2013 14:46:59 +0000 (07:46 -0700)]
Symbols and packages for easymetrum

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd TDK beeper
Keith Packard [Sun, 17 Mar 2013 09:02:46 +0000 (02:02 -0700)]
Add TDK beeper

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd conn-4
Keith Packard [Sun, 17 Mar 2013 08:45:58 +0000 (01:45 -0700)]
Add conn-4

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd package and symbol for W25Qxx flash parts
Keith Packard [Sun, 17 Mar 2013 08:21:00 +0000 (01:21 -0700)]
Add package and symbol for W25Qxx flash parts

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd more attributes to lpc11u1x symbol
Keith Packard [Sun, 17 Mar 2013 08:04:25 +0000 (01:04 -0700)]
Add more attributes to lpc11u1x symbol

vendor and part number along with refdes and loadstatus

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoAdd data sheet and symbol for lpc11u1x cortex-m0
Keith Packard [Sun, 17 Mar 2013 07:59:17 +0000 (00:59 -0700)]
Add data sheet and symbol for lpc11u1x cortex-m0

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Sat, 16 Mar 2013 13:15:51 +0000 (07:15 -0600)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agoadd many more datasheets
Bdale Garbee [Sat, 16 Mar 2013 13:15:36 +0000 (07:15 -0600)]
add many more datasheets

11 years agoadd 8-pin connector symbol
Bdale Garbee [Sat, 16 Mar 2013 13:15:20 +0000 (07:15 -0600)]
add 8-pin connector symbol

11 years agopull in 2007 land pattern document (been using the 2005 one...)
Bdale Garbee [Sat, 16 Mar 2013 13:14:36 +0000 (07:14 -0600)]
pull in 2007 land pattern document (been using the 2005 one...)

11 years agoAdd HVQFN33 package for LPC11U14
Keith Packard [Sat, 16 Mar 2013 08:06:22 +0000 (01:06 -0700)]
Add HVQFN33 package for LPC11U14

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoadd TPS70933 data sheet
Bdale Garbee [Wed, 20 Feb 2013 18:52:41 +0000 (11:52 -0700)]
add TPS70933 data sheet

11 years agoadd TPS73133 data sheet
Bdale Garbee [Wed, 20 Feb 2013 18:48:11 +0000 (11:48 -0700)]
add TPS73133 data sheet

11 years agoscript from DJ to select elements by value in pcb
Bdale Garbee [Wed, 23 Jan 2013 23:52:25 +0000 (16:52 -0700)]
script from DJ to select elements by value in pcb

11 years agoadd Bdale's D and E title symbols
Bdale Garbee [Tue, 22 Jan 2013 17:19:04 +0000 (10:19 -0700)]
add Bdale's D and E title symbols

11 years agoremove the 01 suffix baro part data sheets, not recommended for new designs
Bdale Garbee [Tue, 22 Jan 2013 17:16:23 +0000 (10:16 -0700)]
remove the 01 suffix baro part data sheets, not recommended for new designs

11 years agoalign text better on actual Avery labels on Bdale's laser printer
Bdale Garbee [Tue, 22 Jan 2013 08:40:39 +0000 (01:40 -0700)]
align text better on actual Avery labels on Bdale's laser printer

11 years agoAdd short form muffin tin labels
Keith Packard [Mon, 21 Jan 2013 22:21:15 +0000 (14:21 -0800)]
Add short form muffin tin labels

No REFDES. Those get way too long.

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agofold in megametrum data sheets
Bdale Garbee [Mon, 21 Jan 2013 09:29:01 +0000 (02:29 -0700)]
fold in megametrum data sheets

11 years agomore data sheets
Bdale Garbee [Mon, 21 Jan 2013 08:38:19 +0000 (01:38 -0700)]
more data sheets

11 years agomore data sheets
Bdale Garbee [Mon, 21 Jan 2013 08:32:44 +0000 (01:32 -0700)]
more data sheets

11 years agoMerge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum
Bdale Garbee [Mon, 21 Jan 2013 08:31:06 +0000 (01:31 -0700)]
Merge branch 'master' of ssh://git.gag.com/scm/git/hw/altusmetrum

11 years agomore data sheets
Bdale Garbee [Mon, 21 Jan 2013 08:30:57 +0000 (01:30 -0700)]
more data sheets

11 years agoAdd Bdale's 2013 'title-C'
Keith Packard [Mon, 21 Jan 2013 02:50:44 +0000 (18:50 -0800)]
Add Bdale's 2013 'title-C'

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMake the hooks quieter
Keith Packard [Mon, 21 Jan 2013 08:18:20 +0000 (00:18 -0800)]
Make the hooks quieter

Don't dump make information when there's nothing to do

Signed-off-by: Keith Packard <keithp@keithp.com>
11 years agoMake sure we get to the right 'packages' directory from the git hooks
Keith Packard [Mon, 21 Jan 2013 08:15:26 +0000 (00:15 -0800)]
Make sure we get to the right 'packages' directory from the git hooks

The current directory set is random, so make sure we know where we're going

Signed-off-by: Keith Packard <keithp@keithp.com>