paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [6364] Cleanup in hw/misc


From: Piotr Esden-Tempski
Subject: [paparazzi-commits] [6364] Cleanup in hw/misc
Date: Sun, 07 Nov 2010 00:02:48 +0000

Revision: 6364
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=6364
Author:   esden
Date:     2010-11-07 00:02:48 +0000 (Sun, 07 Nov 2010)
Log Message:
-----------
Cleanup in hw/misc

Added Paths:
-----------
    paparazzi4/trunk/hw/misc/csc/
    paparazzi4/trunk/hw/misc/csc/Makefile
    paparazzi4/trunk/hw/misc/csc/csc.bom
    paparazzi4/trunk/hw/misc/csc/csc.brd
    paparazzi4/trunk/hw/misc/csc/csc.gerbv
    paparazzi4/trunk/hw/misc/csc/csc.sch
    paparazzi4/trunk/hw/misc/csc/fab/
    paparazzi4/trunk/hw/misc/serial_extender/
    paparazzi4/trunk/hw/misc/serial_extender/serial_extender.brd
    paparazzi4/trunk/hw/misc/serial_extender/serial_extender.sch

Removed Paths:
-------------
    paparazzi4/trunk/hw/misc/Makefile
    paparazzi4/trunk/hw/misc/csc.bom
    paparazzi4/trunk/hw/misc/csc.brd
    paparazzi4/trunk/hw/misc/csc.gerbv
    paparazzi4/trunk/hw/misc/csc.sch
    paparazzi4/trunk/hw/misc/fab/
    paparazzi4/trunk/hw/misc/serial_extender.brd
    paparazzi4/trunk/hw/misc/serial_extender.sch

Deleted: paparazzi4/trunk/hw/misc/Makefile
===================================================================
--- paparazzi4/trunk/hw/misc/Makefile   2010-11-06 23:58:41 UTC (rev 6363)
+++ paparazzi4/trunk/hw/misc/Makefile   2010-11-07 00:02:48 UTC (rev 6364)
@@ -1,145 +0,0 @@
-#   Paparazzi main $Id: Makefile,v 1.13 2007/03/27 16:12:22 poine Exp $
-#   Copyright (C) 2004-2005 Pascal Brisset Antoine Drouin
-#
-# This file is part of paparazzi.
-#
-# paparazzi 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, or (at your option)
-# any later version.
-#
-# paparazzi 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.
-#
-# You should have received a copy of the GNU General Public License
-# along with paparazzi; see the file COPYING.  If not, write to
-# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.  
-
-GERBV = gerbv
-
-
-BRD_SRCS = \
-    csc.brd \
-
-DIRS = .
-
-##### This substitutions work only with EXACTLY ONE level of subdirectory !!!!!
-SCHEMATICS=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.schematics.ps))
-TOP_LAYER=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.top_layer.ps))
-TOP_COMP=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.top_comp.ps))
-BOTTOM_LAYER=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.bottom_layer.ps))
-BOTTOM_COMP=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.bottom_comp.ps))
-POSTSCRIPTS= $(SCHEMATICS) $(TOP_LAYER) $(TOP_COMP) $(BOTTOM_LAYER) 
$(BOTTOM_COMP)
-PDF=$(POSTSCRIPTS:%.ps=%.pdf)
-
-
-GERB_O = $(BRD_SRCS:.brd=.all)
-
-all: gerber
-
-_view: all
-#      $(GERBV) csc.stc csc.plc csc.cmp csc.l02 csc.l15 csc.sts csc.sol
-       $(GERBV) -p csc.gerbv
-
-gerber: $(GERB_O)
-
-printable: dirs $(POSTSCRIPTS) $(PDF)
-
-dirs :
-       mkdir -p $(DIRS:%=%/printable)
-
-
-### GERBER GENERATION
-
-.PRECIOUS : %.cmp %.sol %.stc %.sts %.plc %.bor %.xln %.l02 %.l15
-
-%.all: %.cmp %.sol %.stc %.sts %.plc %.xln %.bor %.l02 %.l15
-       touch $@
-
-# Component side
-%.cmp : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Top Pads Vias
-# Solder side
-%.sol : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Bottom Pads Vias
-# Solder stop mask comp. side
-%.stc : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< tStop
-# Solder stop mask sold. side
-%.sts : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< bStop
-# Silkscreen comp. side
-%.plc : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Dimension tDocu
-# Drill data for NC drill st.
-# warning : eagle takes path of -R option from input file directory.
-%.xln : %.brd
-       eagle -X -N -d EXCELLON -E -0.02 -E 0.1 -R fab/eurocircuits.drl -o $@ 
$< Drills Holes
-# Outline
-%.bor : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Dimension
-# Inner layer top
-%.l02 : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Route2 Pads Vias
-# Inner layer bot
-%.l15 : %.brd
-       eagle -X -N -d GERBER_RS274X -o $@ $< Route15 Pads Vias
-
-
-### POSTSCRIPT AND PDF GENERATION
-
-
-%.pdf : %.ps 
-       ps2pdf $< $@
-
-%.schematics.ps : ../%.sch
-       eagle -X -N -d PS -x.4 -y.2 -o $@ $< Nets Busses Symbols Names Values 
-
-%.top_layer.ps : ../%.brd
-       eagle -X -N -f- -m+ -d PS -h2 -w3 -o $@ $< Top Pad Via Dimension 
-
-%.top_comp.ps : ../%.brd
-       eagle -X -N -f- -d PS -h2 -w2 -o $@ $< Pad Via Dimension tPlace tNames 
tDocu
-
-%.bottom_layer.ps : ../%.brd
-       eagle -X -N -f- -d PS -h2 -w3 -o $@ $< Bottom Pad Via Dimension 
-
-%.bottom_comp.ps : ../%.brd
-       eagle -X -N -f- -m+ -c -d PS -h2 -w2 -o $@ $< Pad Via Dimension bPlace 
bNames bDocu
-
-clean:
-# gerber and excellon
-       find .. -name '*.cmp' -exec rm -f {} \; 
-       find .. -name '*.sol' -exec rm -f {} \; 
-       find .. -name '*.stc' -exec rm -f {} \; 
-       find .. -name '*.sts' -exec rm -f {} \; 
-       find .. -name '*.plc' -exec rm -f {} \; 
-       find .. -name '*.bor' -exec rm -f {} \; 
-       find .. -name '*.xln' -exec rm -f {} \; 
-       find .. -name '*.dri' -exec rm -f {} \; 
-       find .. -name '*.gpi' -exec rm -f {} \; 
-       find .. -name '*.l02' -exec rm -f {} \; 
-       find .. -name '*.l15' -exec rm -f {} \; 
-       find .. -name '*.all' -exec rm -f {} \; 
-# printable
-       find . -name '*.schematics.ps' -exec rm -f {} \; 
-       find . -name '*.schematics.pdf' -exec rm -f {} \; 
-       find . -name '*.top_layer.ps' -exec rm -f {} \; 
-       find . -name '*.top_layer.pdf' -exec rm -f {} \; 
-       find . -name '*.top_comp.ps' -exec rm -f {} \; 
-       find . -name '*.top_comp.pdf' -exec rm -f {} \; 
-       find . -name '*.bottom_layer.ps' -exec rm -f {} \; 
-       find . -name '*.bottom_layer.pdf' -exec rm -f {} \; 
-       find . -name '*.bottom_comp.ps' -exec rm -f {} \; 
-       find . -name '*.bottom_comp.pdf' -exec rm -f {} \; 
-# eagle error log
-       find .. -name '*.erc' -exec rm -f {} \; 
-# eagle autorouter log
-       find .. -name '*.pro' -exec rm -f {} \; 
-# eagle backups        
-       find .. -name '*#*' -exec rm -f {} \; 
-# emacs backups
-       find .. -name '*~' -exec rm -f {} \; 

Copied: paparazzi4/trunk/hw/misc/csc/Makefile (from rev 6361, 
paparazzi4/trunk/hw/misc/Makefile)
===================================================================
--- paparazzi4/trunk/hw/misc/csc/Makefile                               (rev 0)
+++ paparazzi4/trunk/hw/misc/csc/Makefile       2010-11-07 00:02:48 UTC (rev 
6364)
@@ -0,0 +1,145 @@
+#   Paparazzi main $Id: Makefile,v 1.13 2007/03/27 16:12:22 poine Exp $
+#   Copyright (C) 2004-2005 Pascal Brisset Antoine Drouin
+#
+# This file is part of paparazzi.
+#
+# paparazzi 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, or (at your option)
+# any later version.
+#
+# paparazzi 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.
+#
+# You should have received a copy of the GNU General Public License
+# along with paparazzi; see the file COPYING.  If not, write to
+# the Free Software Foundation, 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.  
+
+GERBV = gerbv
+
+
+BRD_SRCS = \
+    csc.brd \
+
+DIRS = .
+
+##### This substitutions work only with EXACTLY ONE level of subdirectory !!!!!
+SCHEMATICS=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.schematics.ps))
+TOP_LAYER=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.top_layer.ps))
+TOP_COMP=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.top_comp.ps))
+BOTTOM_LAYER=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.bottom_layer.ps))
+BOTTOM_COMP=$(subst /,/printable/,$(BRD_SRCS:%.brd=%.bottom_comp.ps))
+POSTSCRIPTS= $(SCHEMATICS) $(TOP_LAYER) $(TOP_COMP) $(BOTTOM_LAYER) 
$(BOTTOM_COMP)
+PDF=$(POSTSCRIPTS:%.ps=%.pdf)
+
+
+GERB_O = $(BRD_SRCS:.brd=.all)
+
+all: gerber
+
+_view: all
+#      $(GERBV) csc.stc csc.plc csc.cmp csc.l02 csc.l15 csc.sts csc.sol
+       $(GERBV) -p csc.gerbv
+
+gerber: $(GERB_O)
+
+printable: dirs $(POSTSCRIPTS) $(PDF)
+
+dirs :
+       mkdir -p $(DIRS:%=%/printable)
+
+
+### GERBER GENERATION
+
+.PRECIOUS : %.cmp %.sol %.stc %.sts %.plc %.bor %.xln %.l02 %.l15
+
+%.all: %.cmp %.sol %.stc %.sts %.plc %.xln %.bor %.l02 %.l15
+       touch $@
+
+# Component side
+%.cmp : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Top Pads Vias
+# Solder side
+%.sol : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Bottom Pads Vias
+# Solder stop mask comp. side
+%.stc : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< tStop
+# Solder stop mask sold. side
+%.sts : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< bStop
+# Silkscreen comp. side
+%.plc : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Dimension tDocu
+# Drill data for NC drill st.
+# warning : eagle takes path of -R option from input file directory.
+%.xln : %.brd
+       eagle -X -N -d EXCELLON -E -0.02 -E 0.1 -R fab/eurocircuits.drl -o $@ 
$< Drills Holes
+# Outline
+%.bor : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Dimension
+# Inner layer top
+%.l02 : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Route2 Pads Vias
+# Inner layer bot
+%.l15 : %.brd
+       eagle -X -N -d GERBER_RS274X -o $@ $< Route15 Pads Vias
+
+
+### POSTSCRIPT AND PDF GENERATION
+
+
+%.pdf : %.ps 
+       ps2pdf $< $@
+
+%.schematics.ps : ../%.sch
+       eagle -X -N -d PS -x.4 -y.2 -o $@ $< Nets Busses Symbols Names Values 
+
+%.top_layer.ps : ../%.brd
+       eagle -X -N -f- -m+ -d PS -h2 -w3 -o $@ $< Top Pad Via Dimension 
+
+%.top_comp.ps : ../%.brd
+       eagle -X -N -f- -d PS -h2 -w2 -o $@ $< Pad Via Dimension tPlace tNames 
tDocu
+
+%.bottom_layer.ps : ../%.brd
+       eagle -X -N -f- -d PS -h2 -w3 -o $@ $< Bottom Pad Via Dimension 
+
+%.bottom_comp.ps : ../%.brd
+       eagle -X -N -f- -m+ -c -d PS -h2 -w2 -o $@ $< Pad Via Dimension bPlace 
bNames bDocu
+
+clean:
+# gerber and excellon
+       find .. -name '*.cmp' -exec rm -f {} \; 
+       find .. -name '*.sol' -exec rm -f {} \; 
+       find .. -name '*.stc' -exec rm -f {} \; 
+       find .. -name '*.sts' -exec rm -f {} \; 
+       find .. -name '*.plc' -exec rm -f {} \; 
+       find .. -name '*.bor' -exec rm -f {} \; 
+       find .. -name '*.xln' -exec rm -f {} \; 
+       find .. -name '*.dri' -exec rm -f {} \; 
+       find .. -name '*.gpi' -exec rm -f {} \; 
+       find .. -name '*.l02' -exec rm -f {} \; 
+       find .. -name '*.l15' -exec rm -f {} \; 
+       find .. -name '*.all' -exec rm -f {} \; 
+# printable
+       find . -name '*.schematics.ps' -exec rm -f {} \; 
+       find . -name '*.schematics.pdf' -exec rm -f {} \; 
+       find . -name '*.top_layer.ps' -exec rm -f {} \; 
+       find . -name '*.top_layer.pdf' -exec rm -f {} \; 
+       find . -name '*.top_comp.ps' -exec rm -f {} \; 
+       find . -name '*.top_comp.pdf' -exec rm -f {} \; 
+       find . -name '*.bottom_layer.ps' -exec rm -f {} \; 
+       find . -name '*.bottom_layer.pdf' -exec rm -f {} \; 
+       find . -name '*.bottom_comp.ps' -exec rm -f {} \; 
+       find . -name '*.bottom_comp.pdf' -exec rm -f {} \; 
+# eagle error log
+       find .. -name '*.erc' -exec rm -f {} \; 
+# eagle autorouter log
+       find .. -name '*.pro' -exec rm -f {} \; 
+# eagle backups        
+       find .. -name '*#*' -exec rm -f {} \; 
+# emacs backups
+       find .. -name '*~' -exec rm -f {} \; 

Copied: paparazzi4/trunk/hw/misc/csc/csc.bom (from rev 6361, 
paparazzi4/trunk/hw/misc/csc.bom)
===================================================================
--- paparazzi4/trunk/hw/misc/csc/csc.bom                                (rev 0)
+++ paparazzi4/trunk/hw/misc/csc/csc.bom        2010-11-07 00:02:48 UTC (rev 
6364)
@@ -0,0 +1,126 @@
+Partlist exported from 
/home/poine/work/savannah/paparazzi4/trunk/hw/misc/csc.sch at 5/5/09 4:18 PM
+
+Part     Value                  Device            Package         Description  
                                                             
+#ADC      53047-04               53047-04          53047-04        CONNECTOR   
                                                              
+#C1       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C2       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C3       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C4       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C5       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C6       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C7       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C8       39pF                   C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C9       39pF                   C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+C10                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
+C11                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
+C12                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
+C13                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
+#C14      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C15      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C16      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C17      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C18      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C19      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C20      4.7nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C21      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C22      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C23      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C24      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+C25                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
+C26                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
+C27                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
+C28                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
+#C29      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C30      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C31      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C32      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C33      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C34      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C35      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C36      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C37      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#C38      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
+#CAN      C-GRID-02-70543        C-GRID-02-70543   70543-02        CONNECTOR   
                                                              
+#I2C      53047-04               53047-04          53047-04        CONNECTOR   
                                                              
+#IC1      LD117AS18TR            LD117AS18TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
+#IC2      LD117AS33TR            LD117AS33TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
+#IC3      LD117AS50TR            LD117AS50TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
+#IC4      MAX3221EUE             MAX3221EUE        TSSOP16         RS-232 
Transceivers with AutoShutdown                                     
+#LED1                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
+#LED2                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
+#LED3                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
+#LED4                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
+#LED5                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
+#MCU1     LPC2129                LPC2129           SQFP-S-10X10-64             
                                                              
+#POWER_IN C-GRID-02-70543        C-GRID-02-70543   70543-02        CONNECTOR   
                                                              
+#R1       4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R2       10K                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R3       0R/DNP                 R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R4       120R/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R5       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R6       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R7       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R8       60R/DNP                R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R9       60R/DNP                R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R10      4.7k/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R11      4.7k/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R12      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R13      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R14      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R15      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R16      0/DNP                  R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R17      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R18      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R19      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R20      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R21      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R22      10k                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R23      10k                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R24      DNP-short for flashing R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R25      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#R26      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
+#SERIAL   C-GRID-03-70543        C-GRID-03-70543   70543-03        CONNECTOR   
                                                              
+#SERVO_1  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
+#SERVO_2  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
+#SERVO_3  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
+#SERVO_4  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
+#SPI      53047-07               53047-07          53047-07        CONNECTOR   
                                                              
+#U$1      CRYSTAL_CTS            CRYSTAL_CTS       CTS_CRYSTAL                 
                                                              
+U$2      CON_MPX                CON_MPX           CON_MPX                      
                                                             
+#U1       MCP2551SN              MCP2551SN         SO-08           High Speed 
CAN tranceiver                                                 
+~NUDEV~1 GND-SERVO_GND          GND-GNDA          GND-GNDA        Example of 
GND--GNDA NET-Connetor for more info see description in package
+
+
+#
+#
+# DK part number
+#
+#
+
+Index   Quantity        Part Number     Description     Customer Reference     
 Backorder Quantity      Unit Price USD  Extended Price USD      
+1       30      WM4154-ND       CONN HEADER 3POS .100 R/A 30AU          0      
 1.11400 $33.42  
+2       12      WM4122-ND       CONN HEADER 2POS .100 VERT 30AU         0      
 0.98200 $11.78  
+3       14      WM4123-ND       CONN HEADER 3POS .100 VERT 30AU         0      
 1.07500 $15.05  
+4       10      WM1736-ND       CONN HEADER 7POS 1.25MM VERT TIN               
 0       0.96300 $9.63   
+5       12      WM1733-ND       CONN HEADER 4POS 1.25MM VERT TIN               
 0       0.69000 $8.28   
+7       18      475-1410-1-ND   LED CHIPLED 570NM GREEN 0805 SMD               
 0       0.04200 $0.76   
+8       18      475-1278-1-ND   LED CHIPLED 633NM RED 0805 SMD          0      
 0.06000 $1.08   
+9       8       568-4315-ND     IC ARM7 MCU FLASH 256K 64-LQFP          0      
 10.68000        $85.44  
+10      250     399-5089-1-ND   CAP CERAMIC .100UF 50V X7R 0603         0      
 0.03770 $9.43   
+11      50      490-1341-1-ND   CAP CER 39PF 100V 5% C0G 0603           0      
 0.05000 $2.50   
+12      50      399-1088-1-ND   CAP 4700PF 50V CERAMIC X7R 0603         0      
 0.03300 $1.65   
+13      6       LM1117MP-1.8CT-ND       IC REG LDO 800MA 1.8V SOT-223          
 0       1.35000 $8.10   
+14      6       LM1117MP-3.3CT-ND       IC REG LDO 800MA 3.3V SOT-223          
 0       1.35000 $8.10   
+15      6       LM1117MP-5.0CT-ND       IC REG LDO 800MA 5.0V SOT-223          
 0       1.35000 $8.10   
+16      8       MAX3221EUE+-ND  IC TXRX RS-232 W/SHTDWN 16TSSOP         0      
 4.05000 $32.40  
+17      7       CTX639CT-ND     CRYSTAL 12.000000 MHZ 13PF SMD          0      
 1.95000 $13.65  
+18      7       MCP2551-I/SN-ND IC TRANSCEIVER CAN HI-SPD 8-SOIC               
 0       1.32000 $9.24   
+19      100     541-1.00KHCT-ND RES 1.00K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
+20      100     541-4.70KHCT-ND RES 4.70K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
+21      100     541-10.0KHCT-ND RES 10.0K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
+22      100     541-120HCT-ND   RES 120 OHM 1/10W 1% 0603 SMD           0      
 0.04360 $4.36   
+23      50      541-60.4HCT-ND  RES 60.4 OHM 1/10W 1% 0603 SMD          0      
 0.04360 $2.18   
+24      100     541-0.0GCT-ND   RES 0.0 OHM 1/10W 5% 0603 SMD           0      
 0.04000 $4.00   
+25      20      495-2220-1-ND   CAP TANTALUM 100UF 10V 10% SMD          0      
 0.65300 $13.06  
+26      30      495-1548-1-ND   CAP TANT 100UF 16V 10% LOESR SMD               
 0       0.90900 $27.27  
+27      50      399-3190-1-ND   CAP CERAMIC .01UF 100V X7R 0603         0      
 0.49500 $24.75  

Copied: paparazzi4/trunk/hw/misc/csc/csc.brd (from rev 6361, 
paparazzi4/trunk/hw/misc/csc.brd)
===================================================================
(Binary files differ)

Copied: paparazzi4/trunk/hw/misc/csc/csc.gerbv (from rev 6361, 
paparazzi4/trunk/hw/misc/csc.gerbv)
===================================================================
--- paparazzi4/trunk/hw/misc/csc/csc.gerbv                              (rev 0)
+++ paparazzi4/trunk/hw/misc/csc/csc.gerbv      2010-11-07 00:02:48 UTC (rev 
6364)
@@ -0,0 +1,8 @@
+(define-layer! 6 (cons 'filename "csc.sol")(cons 'color #(53504 6912 26624)))
+(define-layer! 5 (cons 'filename "csc.sts")(cons 'color #(54528 64768 13056)))
+(define-layer! 4 (cons 'filename "csc.l15")(cons 'color #(0 49920 49920)))
+(define-layer! 3 (cons 'filename "csc.l02")(cons 'color #(9749 50155 5224)))
+(define-layer! 2 (cons 'filename "csc.cmp")(cons 'color #(0 18486 2891)))
+(define-layer! 1 (cons 'filename "csc.plc")(cons 'color #(65535 65535 65535)))
+(define-layer! 0 (cons 'filename "csc.stc")(cons 'color #(35645 32004 32004)))
+(define-layer! -1 (cons 'filename 
"/home/poine/work/savannah/paparazzi4/trunk/hw/misc")(cons 'color #(0 0 0)))

Copied: paparazzi4/trunk/hw/misc/csc/csc.sch (from rev 6361, 
paparazzi4/trunk/hw/misc/csc.sch)
===================================================================
(Binary files differ)

Deleted: paparazzi4/trunk/hw/misc/csc.bom
===================================================================
--- paparazzi4/trunk/hw/misc/csc.bom    2010-11-06 23:58:41 UTC (rev 6363)
+++ paparazzi4/trunk/hw/misc/csc.bom    2010-11-07 00:02:48 UTC (rev 6364)
@@ -1,126 +0,0 @@
-Partlist exported from 
/home/poine/work/savannah/paparazzi4/trunk/hw/misc/csc.sch at 5/5/09 4:18 PM
-
-Part     Value                  Device            Package         Description  
                                                             
-#ADC      53047-04               53047-04          53047-04        CONNECTOR   
                                                              
-#C1       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C2       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C3       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C4       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C5       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C6       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C7       100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C8       39pF                   C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C9       39pF                   C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-C10                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
-C11                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
-C12                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
-C13                             CPOL-EUSMCD       SMC_D           POLARIZED 
CAPACITOR, European symbol                                      
-#C14      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C15      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C16      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C17      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C18      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C19      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C20      4.7nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C21      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C22      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C23      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C24      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-C25                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
-C26                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
-C27                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
-C28                             CPOL-EUE/7260-38W E/7260-38W      POLARIZED 
CAPACITOR, European symbol                                      
-#C29      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C30      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C31      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C32      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C33      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C34      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C35      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C36      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C37      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#C38      100nF                  C-EUC0603K        C0603K          CAPACITOR, 
European symbol                                                
-#CAN      C-GRID-02-70543        C-GRID-02-70543   70543-02        CONNECTOR   
                                                              
-#I2C      53047-04               53047-04          53047-04        CONNECTOR   
                                                              
-#IC1      LD117AS18TR            LD117AS18TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
-#IC2      LD117AS33TR            LD117AS33TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
-#IC3      LD117AS50TR            LD117AS50TR       SOT223          Low drop 
fixed and adjustable positive voltage regulators 1 A             
-#IC4      MAX3221EUE             MAX3221EUE        TSSOP16         RS-232 
Transceivers with AutoShutdown                                     
-#LED1                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
-#LED2                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
-#LED3                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
-#LED4                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
-#LED5                            LEDCHIP-LED0805   CHIP-LED0805    LED         
                                                              
-#MCU1     LPC2129                LPC2129           SQFP-S-10X10-64             
                                                              
-#POWER_IN C-GRID-02-70543        C-GRID-02-70543   70543-02        CONNECTOR   
                                                              
-#R1       4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R2       10K                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R3       0R/DNP                 R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R4       120R/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R5       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R6       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R7       1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R8       60R/DNP                R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R9       60R/DNP                R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R10      4.7k/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R11      4.7k/DNP               R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R12      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R13      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R14      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R15      150R                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R16      0/DNP                  R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R17      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R18      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R19      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R20      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R21      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R22      10k                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R23      10k                    R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R24      DNP-short for flashing R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R25      4.7k                   R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#R26      1k                     R-EU_R0603        R0603           RESISTOR, 
European symbol                                                 
-#SERIAL   C-GRID-03-70543        C-GRID-03-70543   70543-03        CONNECTOR   
                                                              
-#SERVO_1  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
-#SERVO_2  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
-#SERVO_3  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
-#SERVO_4  C-GRID-03-70553        C-GRID-03-70553   70553-03        CONNECTOR   
                                                              
-#SPI      53047-07               53047-07          53047-07        CONNECTOR   
                                                              
-#U$1      CRYSTAL_CTS            CRYSTAL_CTS       CTS_CRYSTAL                 
                                                              
-U$2      CON_MPX                CON_MPX           CON_MPX                      
                                                             
-#U1       MCP2551SN              MCP2551SN         SO-08           High Speed 
CAN tranceiver                                                 
-~NUDEV~1 GND-SERVO_GND          GND-GNDA          GND-GNDA        Example of 
GND--GNDA NET-Connetor for more info see description in package
-
-
-#
-#
-# DK part number
-#
-#
-
-Index   Quantity        Part Number     Description     Customer Reference     
 Backorder Quantity      Unit Price USD  Extended Price USD      
-1       30      WM4154-ND       CONN HEADER 3POS .100 R/A 30AU          0      
 1.11400 $33.42  
-2       12      WM4122-ND       CONN HEADER 2POS .100 VERT 30AU         0      
 0.98200 $11.78  
-3       14      WM4123-ND       CONN HEADER 3POS .100 VERT 30AU         0      
 1.07500 $15.05  
-4       10      WM1736-ND       CONN HEADER 7POS 1.25MM VERT TIN               
 0       0.96300 $9.63   
-5       12      WM1733-ND       CONN HEADER 4POS 1.25MM VERT TIN               
 0       0.69000 $8.28   
-7       18      475-1410-1-ND   LED CHIPLED 570NM GREEN 0805 SMD               
 0       0.04200 $0.76   
-8       18      475-1278-1-ND   LED CHIPLED 633NM RED 0805 SMD          0      
 0.06000 $1.08   
-9       8       568-4315-ND     IC ARM7 MCU FLASH 256K 64-LQFP          0      
 10.68000        $85.44  
-10      250     399-5089-1-ND   CAP CERAMIC .100UF 50V X7R 0603         0      
 0.03770 $9.43   
-11      50      490-1341-1-ND   CAP CER 39PF 100V 5% C0G 0603           0      
 0.05000 $2.50   
-12      50      399-1088-1-ND   CAP 4700PF 50V CERAMIC X7R 0603         0      
 0.03300 $1.65   
-13      6       LM1117MP-1.8CT-ND       IC REG LDO 800MA 1.8V SOT-223          
 0       1.35000 $8.10   
-14      6       LM1117MP-3.3CT-ND       IC REG LDO 800MA 3.3V SOT-223          
 0       1.35000 $8.10   
-15      6       LM1117MP-5.0CT-ND       IC REG LDO 800MA 5.0V SOT-223          
 0       1.35000 $8.10   
-16      8       MAX3221EUE+-ND  IC TXRX RS-232 W/SHTDWN 16TSSOP         0      
 4.05000 $32.40  
-17      7       CTX639CT-ND     CRYSTAL 12.000000 MHZ 13PF SMD          0      
 1.95000 $13.65  
-18      7       MCP2551-I/SN-ND IC TRANSCEIVER CAN HI-SPD 8-SOIC               
 0       1.32000 $9.24   
-19      100     541-1.00KHCT-ND RES 1.00K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
-20      100     541-4.70KHCT-ND RES 4.70K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
-21      100     541-10.0KHCT-ND RES 10.0K OHM 1/10W 1% 0603 SMD         0      
 0.04360 $4.36   
-22      100     541-120HCT-ND   RES 120 OHM 1/10W 1% 0603 SMD           0      
 0.04360 $4.36   
-23      50      541-60.4HCT-ND  RES 60.4 OHM 1/10W 1% 0603 SMD          0      
 0.04360 $2.18   
-24      100     541-0.0GCT-ND   RES 0.0 OHM 1/10W 5% 0603 SMD           0      
 0.04000 $4.00   
-25      20      495-2220-1-ND   CAP TANTALUM 100UF 10V 10% SMD          0      
 0.65300 $13.06  
-26      30      495-1548-1-ND   CAP TANT 100UF 16V 10% LOESR SMD               
 0       0.90900 $27.27  
-27      50      399-3190-1-ND   CAP CERAMIC .01UF 100V X7R 0603         0      
 0.49500 $24.75  

Deleted: paparazzi4/trunk/hw/misc/csc.brd
===================================================================
(Binary files differ)

Deleted: paparazzi4/trunk/hw/misc/csc.gerbv
===================================================================
--- paparazzi4/trunk/hw/misc/csc.gerbv  2010-11-06 23:58:41 UTC (rev 6363)
+++ paparazzi4/trunk/hw/misc/csc.gerbv  2010-11-07 00:02:48 UTC (rev 6364)
@@ -1,8 +0,0 @@
-(define-layer! 6 (cons 'filename "csc.sol")(cons 'color #(53504 6912 26624)))
-(define-layer! 5 (cons 'filename "csc.sts")(cons 'color #(54528 64768 13056)))
-(define-layer! 4 (cons 'filename "csc.l15")(cons 'color #(0 49920 49920)))
-(define-layer! 3 (cons 'filename "csc.l02")(cons 'color #(9749 50155 5224)))
-(define-layer! 2 (cons 'filename "csc.cmp")(cons 'color #(0 18486 2891)))
-(define-layer! 1 (cons 'filename "csc.plc")(cons 'color #(65535 65535 65535)))
-(define-layer! 0 (cons 'filename "csc.stc")(cons 'color #(35645 32004 32004)))
-(define-layer! -1 (cons 'filename 
"/home/poine/work/savannah/paparazzi4/trunk/hw/misc")(cons 'color #(0 0 0)))

Deleted: paparazzi4/trunk/hw/misc/csc.sch
===================================================================
(Binary files differ)

Copied: paparazzi4/trunk/hw/misc/serial_extender/serial_extender.brd (from rev 
6361, paparazzi4/trunk/hw/misc/serial_extender.brd)
===================================================================
(Binary files differ)

Copied: paparazzi4/trunk/hw/misc/serial_extender/serial_extender.sch (from rev 
6361, paparazzi4/trunk/hw/misc/serial_extender.sch)
===================================================================
(Binary files differ)

Deleted: paparazzi4/trunk/hw/misc/serial_extender.brd
===================================================================
(Binary files differ)

Deleted: paparazzi4/trunk/hw/misc/serial_extender.sch
===================================================================
(Binary files differ)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]