Skip to content

Commit 1164c0c

Browse files
committed
Add Cypress Semiconductor
1 parent 0b6dcf8 commit 1164c0c

File tree

3 files changed

+48
-0
lines changed

3 files changed

+48
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Abbreviation | Name
1919
[AVAGO](./avago/) | Avago Technologies
2020
[BOURNS](./bourns/) | Bourns
2121
[CK](./ck/) | C&K Components
22+
[CYPRESS](./cypress/) | Cypress Semiconductor
2223
[ECS](./ecs/) | ECS International
2324
[ESPRESSIF](./espressif/) | Espressif
2425
[HARTING](./harting/) | Harting

cypress/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CYPRESS
2+
=======
3+
4+
* **Cypress Semiconductor Corp.**
5+
* http://www.cypress.com

cypress/cy15b102q.yaml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
name: CY15B102Q
2+
description: 2-Mbit (256 K × 8) Serial (SPI) Automotive F-RAM
3+
datasheet: http://www.cypress.com/file/175751/download
4+
keywords: IC, digital, NVRAM
5+
6+
pinout:
7+
CONTROL:
8+
~WP: 3
9+
~CS: 1
10+
~HOLD: 7
11+
SPI:
12+
SCK: 6
13+
SI: 5
14+
SO: 2
15+
VDD: 8
16+
VSS: 4
17+
18+
properties:
19+
in: ~WP, ~CS, ~HOLD, SCK, SI
20+
out: SO
21+
power: VDD
22+
ground: VSS
23+
inverted: ~WP, ~CS, ~HOLD
24+
25+
schematic:
26+
symbol: IC
27+
left: CONTROL
28+
right: SPI
29+
top: VDD
30+
bottom: VSS
31+
32+
housing:
33+
pattern: SOIC
34+
suffix: -S
35+
bodyWidth: 5.13-5.33
36+
bodyLength: 5.13-5.33
37+
height: 2.03
38+
pitch: 1.27
39+
leadWidth: 0.36-0.48
40+
leadLength: 0.51-0.76
41+
leadSpan: 7.75-8.26
42+
leadCount: 8

0 commit comments

Comments
 (0)