From: Dan White Date: Fri, 3 Feb 2012 02:52:53 +0000 (-0600) Subject: Move ft4232 project to separate dir X-Git-Tag: calibrations~286 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=391072ec48e8a1f81c1a9ff933d1c66c58d580b3;p=430.git Move ft4232 project to separate dir --- diff --git a/sch-pcb/devboard/usbio-1.sch b/sch-pcb/devboard/usbio-1.sch deleted file mode 100644 index 4aa94ce..0000000 --- a/sch-pcb/devboard/usbio-1.sch +++ /dev/null @@ -1,37 +0,0 @@ -v 20111231 2 -C 40000 40000 0 0 0 title-wa-85x110.sym -{ -T 49900 40600 5 10 1 1 0 0 1 -date=--- -T 53700 40600 5 10 1 1 0 0 1 -rev=--- -T 53700 40300 5 10 1 1 0 0 1 -auth=DJW -T 49900 40900 5 8 1 1 0 0 1 -fname=$Id: $ -T 49900 41300 5 14 1 1 0 0 1 -title=USB Quad I/O -T 50600 40300 5 10 1 1 0 6 1 -pagenum=?? -T 52100 40300 5 10 1 1 0 6 1 -pageof=?? -} -C 42800 43900 1 0 0 ft4232h_sys-1.sym -{ -T 47700 49800 5 10 0 0 0 0 1 -footprint=LQFP-50P-1330L1-1330L2-64N__Philips -T 45400 48100 5 10 1 1 0 3 1 -refdes=FTDI -} -C 48700 46800 1 0 0 m93cx6-1.sym -{ -T 51400 49000 5 10 0 0 0 0 1 -footprint=SO8 -T 50200 48100 5 10 1 1 0 3 1 -refdes=U? -T 50200 47300 5 10 1 1 0 3 1 -value=M93C66-W -} -N 48700 48300 48000 48300 4 -N 48700 47900 48000 47900 4 -N 48700 47500 48000 47500 4 diff --git a/sch-pcb/usbio/Makefile b/sch-pcb/usbio/Makefile new file mode 100644 index 0000000..9873ac8 --- /dev/null +++ b/sch-pcb/usbio/Makefile @@ -0,0 +1,26 @@ + +PROJ=usbio +SCHEMATICS=$(wildcard $(PROJ)-*.sch) + + +.PHONY: drc +drc: $(PROJ).drc + +.PHONY: sch +sch: + gschem $(SCHEMATICS) & + + +.PHONY: renum +renum: $(SCHEMATICS) + refdes_renum --gentle --pgskip 100 $(SCHEMATICS) + + +$(PROJ).drc: $(SCHEMATICS) + gnetlist -g drc2 -o $@ $^ + grep ^ERROR $@ && mv $@ $@.err + + +clean: + rm -f *sch~ + diff --git a/sch-pcb/usbio/gafrc b/sch-pcb/usbio/gafrc new file mode 120000 index 0000000..868a210 --- /dev/null +++ b/sch-pcb/usbio/gafrc @@ -0,0 +1 @@ +../gafrc \ No newline at end of file diff --git a/sch-pcb/usbio/gafrc-libraries b/sch-pcb/usbio/gafrc-libraries new file mode 120000 index 0000000..1d6d312 --- /dev/null +++ b/sch-pcb/usbio/gafrc-libraries @@ -0,0 +1 @@ +../gafrc-libraries \ No newline at end of file diff --git a/sch-pcb/usbio/gschemrc b/sch-pcb/usbio/gschemrc new file mode 120000 index 0000000..a22d298 --- /dev/null +++ b/sch-pcb/usbio/gschemrc @@ -0,0 +1 @@ +../gschemrc \ No newline at end of file diff --git a/sch-pcb/usbio/usbio-1.sch b/sch-pcb/usbio/usbio-1.sch new file mode 100644 index 0000000..4aa94ce --- /dev/null +++ b/sch-pcb/usbio/usbio-1.sch @@ -0,0 +1,37 @@ +v 20111231 2 +C 40000 40000 0 0 0 title-wa-85x110.sym +{ +T 49900 40600 5 10 1 1 0 0 1 +date=--- +T 53700 40600 5 10 1 1 0 0 1 +rev=--- +T 53700 40300 5 10 1 1 0 0 1 +auth=DJW +T 49900 40900 5 8 1 1 0 0 1 +fname=$Id: $ +T 49900 41300 5 14 1 1 0 0 1 +title=USB Quad I/O +T 50600 40300 5 10 1 1 0 6 1 +pagenum=?? +T 52100 40300 5 10 1 1 0 6 1 +pageof=?? +} +C 42800 43900 1 0 0 ft4232h_sys-1.sym +{ +T 47700 49800 5 10 0 0 0 0 1 +footprint=LQFP-50P-1330L1-1330L2-64N__Philips +T 45400 48100 5 10 1 1 0 3 1 +refdes=FTDI +} +C 48700 46800 1 0 0 m93cx6-1.sym +{ +T 51400 49000 5 10 0 0 0 0 1 +footprint=SO8 +T 50200 48100 5 10 1 1 0 3 1 +refdes=U? +T 50200 47300 5 10 1 1 0 3 1 +value=M93C66-W +} +N 48700 48300 48000 48300 4 +N 48700 47900 48000 47900 4 +N 48700 47500 48000 47500 4