1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 00:39:50 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
Werner Almesberger
850e9fca29 More rm -rf to rm -f changes.
- bom/Makefile (atusd.ord, atusd.par): rm -r in case of failure is enough
  (reported by Wolfgang Spraul)
2010-10-23 08:39:51 -03:00
Werner Almesberger
2dec6466c4 Use prettyord -t plus a tiny bit of shell to do what SHOW_PRETTY did.
- bom/Makefile (SHOW_PRETTY): open-coded what little remained of this macro
- bom/Makefile (show-atusd): use prettyord -t to simplify the formatting
2010-10-17 20:37:42 -03:00
Werner Almesberger
265ba07ab2 eda-tools now has all the R and C we need here. Removed local database.
- bom/Makefile: access database in eda-tools/boom/
- dk/digi-key.equ: removed resistors and capacitors
- bom/Makefile, bom/avx.gen, bom/johanson.gen, bom/murata.gen,
  bom/panasonic.gen, bom/stackpole.chr, bom/tdk.gen, bom/yageo.gen: remove
  databases already present in eda-tools
2010-10-17 20:23:52 -03:00
Werner Almesberger
e89fc6ab4c Added the Johanson 2450FB15L0001 balun as a less expensive alternative to the
Wuerth 748421245.

- BOOKSHELF (balun3): added data sheet for Johanson 2450FB15L0001
- bom/atrf.equ: Johanson 2450FB15L0001 and 2450FB15L0001E (Digi-Key use)
  are equivalent
2010-09-22 12:33:02 -03:00
Werner Almesberger
6b5d239bf5 Added more resistor choices to BOM processor.
- bom/Makefile, bom/stackpole.chr: added Stackpole 0R 0402 resistor
- bom/Makefile, bom/panasonic.gen: added Panasonic 5% resistors
2010-09-12 18:46:43 -03:00
Werner Almesberger
499df0ea40 Added generation of Yageo RC0402 resistors. We can now produce the full BOM.
- bom/lib/e12.inc: added _E12_1 translation
- bom/yageo.gen: added RC0402 resistor series
2010-09-12 17:01:54 -03:00
Werner Almesberger
f2824f1d35 Moved all capacitor tolerance and _E12_P translations to shared includes.
- bom/lib/captol.inc: translation of all capacitor tolerance values
- bom/lib/e12.inc: translation of E12 values (for pico-based scale for now)
- bom/avx.gen, bom/johanson.gen, bom/murata.gen, bom/tdk.gen, bom/yageo.gen:
  include libraries instead of copying the same tables
2010-09-12 16:47:08 -03:00
Werner Almesberger
636011c23d Adjusted parsing of component values. Now all capacitors get properly selected.
- bom/atrf.sub: adjusted setting of capacitance and inductivity to
  conventions used in these projects
2010-09-12 16:43:33 -03:00
Werner Almesberger
66e5aa5a90 Rename bom/yageo-cap.* to bom/yageo.* to keep things simple.
- bom/yageo-cap.gen: renamed to bom/yageo.gen
- bom/Makefile: changed all occurrences of yageo-cap to "yageo"
2010-09-12 15:47:56 -03:00
Werner Almesberger
c0052faa25 BOM work in progress. Completed generation of capacitor characteristics.
- bom/Makefile (INV): added project-local inventory
- bom/Makefile (CHR): auto-populate from $(GEN)
- bom/Makefile: added generation of characteristics for Johanson and Murata
  parts
- bom/Makefile (dk/digi-key.dsc): need this target to generate digi-key.dsc
- bom/Makefile (spotless): remove generated .chr files based on $(GEN)
- bom/atrf.equ, bom/dk/digi-key.equ: added the less expensive Johanson
  2450FB15L0001 as alternative for the Wuerth 748421245
- bom/dk/digi-key.equ: added more capacitors, including specific RF caps
- bom/atrf.inv: renamed test-point from PAD_60x60 to TST
- bom/avx.gen, bom/johanson.gen, bom/tdk.gen, bom/yageo-cap.gen: corrected
  the part number parsers and added more product families
2010-09-12 15:19:38 -03:00
Werner Almesberger
1a5d9f5a1e bom/: automatic BOM generation (work in progress)
- bom/Makefile: run and control the BOM generation system
- bom/atrf.equ: project-specific equivalences
- bom/atrf.inv: "inventory" of parts implemented as PCB features
- bom/atrf.sub: substitution rules
- bom/avx.gen, bom/johanson.gen, bom/tdk.gen, bom/yageo-cap.gen: part number
  translators for capacitors
2010-09-12 00:17:18 -03:00
Werner Almesberger
6fc656fd7f Added Digi-Key catalog data for automated BOM processing.
- bom/dk/Makefile, bom/dk/dk-db.pl: Digi-Key catalog query environment from
  gta02-core
- bom/dk/digi-key.equ: manufacturer-distributor equivalences for some parts
  used in atusd and atusb
2010-09-11 17:12:05 -03:00