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

4 Commits

Author SHA1 Message Date
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
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