Commit graph

3438 commits

Author SHA1 Message Date
evanshultz
d8ac59cb61 Removed footprint from generic BCV61/62 2017-03-17 12:57:06 -07:00
evanshultz
16fce6f3b9 Add BCV61/62 to transistors.dcm 2017-03-17 12:40:00 -07:00
evanshultz
1c44a09a6d Add BCV61/62 to transistors.lib 2017-03-17 12:38:47 -07:00
evanshultz
b21df814d3 Add generic BCV61/62 to device.lib 2017-03-17 12:33:33 -07:00
evanshultz
6e73427cd9 Add generic BCV61/62 to device.dcm 2017-03-17 12:31:18 -07:00
DerekGn
dda9ee3d84 Resolved merge issue 2017-03-17 11:43:44 +00:00
jeromebeguin
d9546b937d correction on C12880 and Flir lepton 2017-03-17 11:17:04 +01:00
jeromebeguin
573c0dc49c Merge remote-tracking branch 'refs/remotes/KiCad/master' into sensors 2017-03-17 11:03:00 +01:00
Gaurav Juvekar
0ffff92f68 Move all IO pins to right, and updat FPFilter 2017-03-16 23:12:04 +05:30
Jan W. Krieger
85360003ec Merge pull request #974 from cedricboudinet/master
Adding Lem LV25-P
2017-03-14 07:12:17 +01:00
Cedric Boudinet
f5a5f6965c Changing thin for internal drawing 2017-03-13 21:42:02 +01:00
Cedric Boudinet
55baa05354 Changing background, adding internal drawing to LA25 and LV25 2017-03-13 20:56:32 +01:00
Jan W. Krieger
c737118942 Merge pull request #1002 from jeromebeguin/ESD
conflict correction for esd-protection lib.
2017-03-13 18:50:47 +01:00
jeromebeguin
18e0d4319c FPFilter correction 2017-03-13 09:15:30 +01:00
jeromebeguin
e3d394ee16 Merge remote-tracking branch 'refs/remotes/KiCad/master' into sensors 2017-03-13 09:03:25 +01:00
jeromebeguin
ad5a0b8350 Merge remote-tracking branch 'refs/remotes/KiCad/master' into ESD 2017-03-13 09:02:58 +01:00
Cedric Boudinet
a20b685caa Reopening and saving the lib, removing extrawhitespaces 2017-03-12 15:43:02 +01:00
Cedric Boudinet
075837a7d1 Merge remote-tracking branch 'upstream/master' 2017-03-11 21:22:25 +01:00
mcvanili
ba0595127f Update ftdi.lib 2017-03-11 19:55:39 +02:00
mcvanili
1afc2de0ed Update ftdi.dcm 2017-03-11 19:53:07 +02:00
mcvanili
69b44f85ce Update ftdi.lib 2017-03-11 19:19:47 +02:00
mcvanili
e5a1bf15cd Update ftdi.dcm
add ft2232d
2017-03-11 12:38:50 +02:00
Oliver Walters
ff2be988ab Fixed BC240 2017-03-10 13:26:53 +11:00
Gaurav Juvekar
4576517be6 Move main jtag pins to left, and stack GND pins 2017-03-10 00:06:21 +05:30
Gaurav Juvekar
84993b6720 Group pins logically 2017-03-10 00:06:21 +05:30
Gaurav Juvekar
600b11dfdf Add 20 pin legacy ARM JTAG+SWD header
Reference design taken from
http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf
2017-03-10 00:06:21 +05:30
jeromebeguin
7f178f8637 Merge remote-tracking branch 'refs/remotes/KiCad/master' into sensors 2017-03-09 10:13:49 +01:00
jeromebeguin
6fbaf5959e Merge remote-tracking branch 'refs/remotes/KiCad/master' into ESD 2017-03-09 10:12:55 +01:00
jeromebeguin
a0c732d0f1 WLCSP package lib correction 2017-03-09 09:44:29 +01:00
Jan W. Krieger
95c510ee05 Merge pull request #1078 from SchrodingersGat/transistor-fix
Fixes all duplicated aliases in transistors.lib
2017-03-07 19:21:06 +01:00
Oliver
d69516a00d Merged kicad/master 2017-03-07 22:59:10 +11:00
Oliver
ef833435ba Fixes for transistor overlapping 2017-03-07 22:57:53 +11:00
Oliver
7168029d8d Merged kicad/master 2017-03-07 22:48:17 +11:00
Jan W. Krieger
c761327d18 Merge pull request #1085 from SchrodingersGat/duplicate-pins
Fixed many instances of duplicated pins
2017-03-07 07:48:23 +01:00
Jan W. Krieger
2f6f8626b1 Merge pull request #1076 from SchrodingersGat/fix-name-field
Fix name field
2017-03-07 07:43:37 +01:00
Oliver
cfe445bc0c Merge pull request #1079 from evanshultz/patch-23
Create intersil library and add HIP210x and HIP408xA
2017-03-06 09:39:32 +11:00
Andrew Bradford
4f8ff6fe73 silabs: Si4735-D60-GU: Move NC pins, fix KLC violations
Move NC pins to not be at the same coordinates as GND pins.

Before fixing violations, they were:
checking component: Si4735-D60-GU
  Violating EC01 - Extra Checking
    Check pins names against pin types.

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
2017-03-05 13:59:03 -05:00
Andrew Bradford
82043d85b3 silabs: CP2104: Fix KLC violations
Before fixing, violations were:
checking component: CP2104
  Violating EC03 - Extra Checking
    Check part reference, name and footprint position and alignment

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
2017-03-05 13:58:20 -05:00
Andrew Bradford
4efc6e0466 silabs: CP2102N-A01-CQFN24: fix KLC violations
Before fixing, violations were:
checking component: CP2102N-A01-GQFN24
  Violating EC03 - Extra Checking
    Check part reference, name and footprint position and alignment

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
2017-03-05 13:58:19 -05:00
Andrew Bradford
de53f05686 silabs: Si4362: Fix KLC violations, add ground pad pin
Add pin 21 ground pad.

Prior to fixing, violations were:
checking component: Si4362
  Violating Rule 3.8
    Description and keywords properties contains information about the component.
  Violating EC01 - Extra Checking
    Check pins names against pin types.
  Violating EC03 - Extra Checking
    Check part reference, name and footprint position and alignment
  Violating EC04 - Extra Checking
    Check line width and background for box outlines parts.
  Violating EC05 - Extra Checking
    Pin numbers should not be duplicated, and all pins should be present
    Pin 4 is missing
    Pin 5 is missing
    Pin 7 is missing

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
2017-03-05 13:57:51 -05:00
Andrew Bradford
a011a01397 silabs: CP2112: fix KLC violations
Switched VBUS to be an input pin, both suspend pins to be outputs, and
all GND pins to be power inputs as per the CP2112 datasheet.

Prior to fixing, KLC violations were:
checking component: CP2112
  Violating Rule 3.9
    For components with a single default footprint, footprint field is filled with valid footprint
    filename
  Violating EC01 - Extra Checking
    Check pins names against pin types.
  Violating EC03 - Extra Checking
    Check part reference, name and footprint position and alignment
  Violating EC04 - Extra Checking
    Check line width and background for box outlines parts.

Signed-off-by: Andrew Bradford <andrew@bradfordembedded.com>
2017-03-05 13:52:52 -05:00
DerekGn
375c7b9801 Fixed ZETA-433-SO label size 2017-03-05 18:06:29 +00:00
DerekGn
7a8979c0b4 Resolved CI issues 2017-03-05 18:01:12 +00:00
DerekGn
8b21ed71f0 Resolved CI checks 2017-03-05 17:50:46 +00:00
DerekGn
c59b4c7931 Updated footprint 2017-03-05 16:40:16 +00:00
DerekGn
a11fc170ee Resolved offset issues in SAML21G16B-M 2017-03-05 16:14:41 +00:00
DerekGn
b56673fbdb Updated pin offsets 2017-03-05 16:02:50 +00:00
DerekGn
9a07d944af Resolved merge conflict 2017-03-05 15:29:01 +00:00
DerekGn
0dabf7c6aa Resolved merge conflict 2017-03-05 15:25:35 +00:00
Oliver
9f3648ac9c Fixed duplicate pins for many symbols 2017-03-05 11:54:50 +11:00