Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
Move CH376 from Memory_Controller to to Interface (#1144) (#1176)
Browse files Browse the repository at this point in the history
* Move CH376 from Memory_Controller to to Interface

* Interface: Change pin name offset in CH376

* Interface: Fix CH376T pin types and description
  • Loading branch information
antoniovazquezblanco authored and evanshultz committed Mar 11, 2019
1 parent 217ec92 commit e0139d2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 49 deletions.
6 changes: 6 additions & 0 deletions Interface.dcm
Expand Up @@ -117,6 +117,12 @@ K Direct Digital Synthesizer DDS
F https://www.analog.com/static/imported-files/data_sheets/AD9951.pdf
$ENDCMP
#
$CMP CH376T
D File Management USB Flash Card SD Interface, SSOP-20
K USB Mass-Storage SD Card Interface
F https://www.mpja.com/download/ch376ds1.pdf
$ENDCMP
#
$CMP DS90C124
D DC-Balanced 24-Bit FPD-Link II Deserializer, TQFP-48
K DC-Balanced 24-Bit FPD-Link II Deserializer
Expand Down
35 changes: 35 additions & 0 deletions Interface.lib
Expand Up @@ -852,6 +852,41 @@ X OSC/REFCLK 9 -1100 300 150 R 50 50 1 1 I
ENDDRAW
ENDDEF
#
# CH376T
#
DEF CH376T U 0 20 Y Y 1 F N
F0 "U" -450 800 50 H V L CNN
F1 "CH376T" 250 800 50 H V L CNN
F2 "Package_SO:SSOP-20_5.3x7.2mm_P0.65mm" 0 -1000 50 H I C CIN
F3 "" 0 100 50 H I C CNN
$FPLIST
SSOP*5.3x7.2mm*P0.65mm*
$ENDFPLIST
DRAW
S -450 750 450 -750 0 1 10 f
X ~INT 1 -600 -300 150 R 50 50 1 1 O
X GND 10 0 -900 150 U 50 50 1 1 W
X XI 11 600 -300 150 L 50 50 1 1 I
X XO 12 600 -600 150 L 50 50 1 1 O
X ~SCS 13 -600 100 150 R 50 50 1 1 I
X SCK 14 -600 200 150 R 50 50 1 1 I
X SDI 15 -600 400 150 R 50 50 1 1 I
X SDO 16 -600 300 150 R 50 50 1 1 T
X SD_CS 17 600 0 150 L 50 50 1 1 C
X SD_DO 18 600 200 150 L 50 50 1 1 O
X SD_CK 19 600 100 150 L 50 50 1 1 O
X RSTI 2 -600 600 150 R 50 50 1 1 I
X VCC 20 -100 900 150 D 50 50 1 1 W
X ~SPI 3 -600 -100 150 R 50 50 1 1 I
X TXD 4 -600 -600 150 R 50 50 1 1 B
X RXD 5 -600 -500 150 R 50 50 1 1 I
X SD_DI 6 600 300 150 L 50 50 1 1 I
X V3 7 100 900 150 D 50 50 1 1 P
X UD+ 8 600 600 150 L 50 50 1 1 B
X UD- 9 600 500 150 L 50 50 1 1 B
ENDDRAW
ENDDEF
#
# DS90C124
#
DEF DS90C124 U 0 40 Y Y 1 F N
Expand Down
9 changes: 0 additions & 9 deletions Memory_Controller.dcm

This file was deleted.

39 changes: 0 additions & 39 deletions Memory_Controller.lib

This file was deleted.

1 change: 0 additions & 1 deletion sym-lib-table
Expand Up @@ -78,7 +78,6 @@
(lib (name LED)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/LED.lib)(options "")(descr "Light Emitting Diode (LED) symbols"))
(lib (name Logic_LevelTranslator)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_LevelTranslator.lib)(options "")(descr "Logic level translators and level shifters"))
(lib (name Logic_Programmable)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_Programmable.lib)(options "")(descr "Programmable logic symbols"))
(lib (name Memory_Controller)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Memory_Controller.lib)(options "")(descr "Memory controller devices"))
(lib (name Memory_EPROM)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Memory_EPROM.lib)(options "")(descr "EPROM memory"))
(lib (name Memory_EEPROM)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Memory_EEPROM.lib)(options "")(descr "EEPROM memory"))
(lib (name Memory_Flash)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Memory_Flash.lib)(options "")(descr "Flash memory"))
Expand Down

0 comments on commit e0139d2

Please sign in to comment.