mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 07:51:55 +02:00
great atusd -> atben renaming: update references in bom/ as well
- Makefile (all, spotless): changed all occurrences of "atusd" to "atben" - atrf.sub, atrf.inv: uSD-Card is now 8:10-card
This commit is contained in:
parent
5281f2c5a2
commit
98b43876ef
@ -14,7 +14,7 @@ CHR=atrf.chr $(shell $(BOOM_CONFIG) chr)
|
|||||||
.PHONY: all again spotless
|
.PHONY: all again spotless
|
||||||
.PRECIOUS: %.par %.lst
|
.PRECIOUS: %.par %.lst
|
||||||
|
|
||||||
all: atusb.ord atusd.ord cntr.ord
|
all: atusb.ord atben.ord cntr.ord
|
||||||
|
|
||||||
again:
|
again:
|
||||||
$(MAKE) spotless
|
$(MAKE) spotless
|
||||||
@ -43,5 +43,5 @@ show-%: %.ord $(DSC)
|
|||||||
spotless:
|
spotless:
|
||||||
$(MAKE) -C dk spotless
|
$(MAKE) -C dk spotless
|
||||||
rm -f atusb.lst atusb.par atusb.ord
|
rm -f atusb.lst atusb.par atusb.ord
|
||||||
rm -f atusd.lst atusd.par atusd.ord
|
rm -f atben.lst atben.par atben.ord
|
||||||
rm -f cntr.lst cntr.par cntr.ord
|
rm -f cntr.lst cntr.par cntr.ord
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# Pseudo-inventory for PCB features.
|
# Pseudo-inventory for PCB features.
|
||||||
|
|
||||||
ATRF meander 999999 USD 1 0
|
ATRF meander 999999 USD 1 0
|
||||||
ATRF uSD-Card 999999 USD 1 0
|
ATRF 8:10-card 999999 USD 1 0
|
||||||
ATRF TST 999999 USD 1 0
|
ATRF TST 999999 USD 1 0
|
||||||
ATRF PAD_60x60 999999 USD 1 0
|
ATRF PAD_60x60 999999 USD 1 0
|
||||||
ATRF PAD_120x60 999999 USD 1 0
|
ATRF PAD_120x60 999999 USD 1 0
|
||||||
|
@ -82,7 +82,7 @@ T=C C=820fF -> C=800fF # we can't get 0.82 pF, but there's plenty of 0.8 pF :)
|
|||||||
FP=MMCX-F-EDGE* -> VAL=MMCX-F-EDGE-SMT
|
FP=MMCX-F-EDGE* -> VAL=MMCX-F-EDGE-SMT
|
||||||
|
|
||||||
FP=meander -> VAL=meander
|
FP=meander -> VAL=meander
|
||||||
FP=uSD-Card -> VAL=uSD-Card
|
FP=8:10-card -> VAL=8:10-card
|
||||||
FP=PAD_60x60 -> VAL=PAD_60x60
|
FP=PAD_60x60 -> VAL=PAD_60x60
|
||||||
FP=PAD_120x60 -> VAL=PAD_120x60
|
FP=PAD_120x60 -> VAL=PAD_120x60
|
||||||
FP=PAD_2mm -> VAL=PAD_2mm
|
FP=PAD_2mm -> VAL=PAD_2mm
|
||||||
|
Loading…
Reference in New Issue
Block a user