From 98cb4b4da340f312205da2a4ce9d3c6a904ff5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 7 Oct 2023 05:33:15 +0200 Subject: [PATCH] merge schottky diodes --- diode/schottky.yaml | 14 +++++++++++++- diode/schottky_b5x0.yaml | 14 -------------- diode/schottky_rb521s.yaml | 22 ---------------------- diode/schottky_ss34.yaml | 12 ------------ 4 files changed, 13 insertions(+), 49 deletions(-) delete mode 100644 diode/schottky_b5x0.yaml delete mode 100644 diode/schottky_rb521s.yaml delete mode 100644 diode/schottky_ss34.yaml diff --git a/diode/schottky.yaml b/diode/schottky.yaml index 40b4dec..9845acb 100644 --- a/diode/schottky.yaml +++ b/diode/schottky.yaml @@ -1,5 +1,5 @@ name: SCHOTTKY -variations: SOD123, SOD323, SOD523 +variations: SOD123, SOD323, SOD523, SMA, SMB, SMC description: diode, schottky, generic pinout: @@ -21,3 +21,15 @@ housing@SOD323: housing@SOD523: outline: nxp sod523 options: polarized + +housing@SMA: + outline: JEDEC DO-214 AC + options: polarized + +housing@SMB: + outline: JEDEC DO-214 AA + options: polarized + +housing@SMC: + outline: JEDEC DO-214 AB + options: polarized diff --git a/diode/schottky_b5x0.yaml b/diode/schottky_b5x0.yaml deleted file mode 100644 index 00939f3..0000000 --- a/diode/schottky_b5x0.yaml +++ /dev/null @@ -1,14 +0,0 @@ -name: B5x0 -alias: B520, B540, B560 -variations: SMC, THT -description: schottky barrier diode, 40V, 5A, SMC(DO-214AB) -datasheet: https://www.diodes.com/assets/Datasheets/B520C-B560C.pdf - -schematic: - symbol: diode - options: schottky - -housing@SMC: - suffix: C - outline: JEDEC DO-214 AB - options: polarized diff --git a/diode/schottky_rb521s.yaml b/diode/schottky_rb521s.yaml deleted file mode 100644 index 1899602..0000000 --- a/diode/schottky_rb521s.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: RB521S30 -description: schottky barrier diode, 30V, 200mA, SOD-523 -datasheet: https://www.onsemi.com/pdf/datasheet/rb521s30t1-d.pdf -lcsc: C122862 - -schematic: - symbol: diode - options: schottky - -housing: - pattern: SOD - options: polarized - bodyWidth: 0.7-0.9 # E - bodyLength: 1.1-1.3 # D - height: 0.5-0.7 # A - leadWidth: 0.25-0.35 # b - leadLength: 0.30 # L - leadHeight: 0.07-0.20 # c - leadSpan: 1.5-1.7 # HE - padWidth: 0.40 - padHeight: 0.48 - padSpace: 0.84 # 1.8-0.48*2 diff --git a/diode/schottky_ss34.yaml b/diode/schottky_ss34.yaml deleted file mode 100644 index b3b935c..0000000 --- a/diode/schottky_ss34.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: SS34 -description: schottky barrier diode, 40V, 3A, SMA (DO-214AC) -datasheet: https://www.onsemi.com/pdf/datasheet/ss39-d.pdf -lcsc: C266553 - -schematic: - symbol: diode - options: schottky - -housing: - outline: JEDEC DO-214 AC - options: polarized