Commit graph

133 commits

Author SHA1 Message Date
Oliver Walters 28e01b32f9 Further library renaming 2017-10-06 01:00:31 +11:00
Patrick Pelletier 071c311e5f Add footprint filters for the Barrel_Jack symbol.
This adds two filters:
 Barrel*Jack*
 BARREL*JACK*

So that it will match:
 BARREL_JACK
 Barrel_Jack_CUI_PJ-036AH-SMT
 Barrel_Jack_CUI_PJ-102AH
2017-09-19 11:24:39 -07:00
jkriege2 6dbf27f4b7 minor bugfixes (KLC) in a few existing symbols 2017-09-10 13:30:26 +02:00
jkriege2 a70c70934c reworked test-points 2017-09-10 13:19:57 +02:00
Rene Pöschl 83084be86d Fixed footprint filters 2017-08-23 22:46:43 +02:00
Rene Pöschl 71bf0a35f7 Better footprint filter 2017-08-23 14:14:46 +02:00
Rene Pöschl 5a78e41413 Resaving with current kicad version to correct the line ordering of the file. 2017-08-23 13:55:23 +02:00
Rene Pöschl 7437482ee0 Removed unnecessary background fill from screw terminals 2017-08-22 12:38:59 +02:00
Rene Pöschl 85ae0e5f73 Removed outline from male/female connectors and removed unnecessary fill background flags from single row connectors. 2017-08-22 12:11:35 +02:00
Rene Pöschl 84c1b0b8b0 Removed duplicate 02x01 connector symbols. 2017-08-22 11:13:56 +02:00
Rene Pöschl 03c03d61a8 Adding the new scripted symbol for screw terminals. 2017-08-22 01:31:21 +02:00
Rene Pöschl 2185966946 Removed old screw terminal symbols. 2017-08-22 01:29:10 +02:00
Rene Pöschl 70ab21c9d9 Removed old DIL and SIL connector footprints. (Dil footprints are replaced with conn_02x*_counter_clockwise connectors. SIL connectors are duplicates of conn_01x* connectors) 2017-08-22 01:27:01 +02:00
Rene Pöschl e23826c090 Adding the new dual row connectors. 2017-08-22 01:21:34 +02:00
Rene Pöschl 31249a9b9b Removing old dual row connector symbols with odd even pin numbering 2017-08-22 01:16:34 +02:00
Rene Pöschl 9b905bfd2e Adding new script generated single row connectors 2017-08-22 01:13:35 +02:00
Rene Pöschl d50158258b Removed old single row connectors 2017-08-22 01:07:04 +02:00
Rene Pöschl e84a8ed597 Merge pull request #1487 from jkriege2/clean_conn
Cleanup of conn.lib
2017-08-20 20:29:15 +02:00
jkriege2 6bb8deaa60 fixed some KLC-errors 2017-08-19 20:35:29 +02:00
jkriege2 ac0b7e1dfe - bugfixed some renames (_Mmale -> _Male)
- renamed some remaining symbols (COAXIAL->Coaxial...)
2017-08-06 09:07:01 +02:00
jkriege2 bb92bf5bb4 Cleanup of conn.lib:
- moved PAL-symbols to new pld_pal.lib (these will need overhaul in a separate PR)
- renamed PCI&ISA-bus "connectors" in a common style, updated descriptions
- unified connector-naming style CONN->Conn, BUS->Bus, ...
- moved remaining IC (PCI9030-PQFP176) to interface.lib + added FPFilters (symbol also needs overhaul in a separated PR)
2017-08-05 12:44:08 +02:00
Patrick Pelletier 8e7dfc2796 add CUI PD-30 connector 2017-08-03 11:48:40 -07:00
Patrick Pelletier 30c7397100 remove number of positions from terminal block footprint filter
According to rule 4.12.iii, "Filters should not match the pin count."

Also, filtering for 2pol, 3pol, etc. causes the filter to miss the
newly added footprints that use a different naming convention:

https://github.com/KiCad/Connectors_Terminal_Blocks.pretty/pull/11

(e. g. TerminalBlock_Philmore_TB132_02x5mm_Straight)
2017-07-23 15:57:22 -07:00
Jan W. Krieger 35864ca79b plugs use REFDES P now 2017-06-05 18:48:16 +02:00
jkriege2 ff26b65bd3 changed REFDES to J + added missing symbol description in DCM 2017-06-04 22:28:21 +02:00
jkriege2 e185969815 moved symbols to conn.lib + removed country-specific symbols 2017-06-04 22:25:30 +02:00
Clayton G. Hobbs 8868297e4a Changed USB Type-C connector shield pin numbers
To be honest, I'm not happy with any pin number for the shield I can
think of.  The standard doesn't seem to give them one, and there's no
straightforward way to extend the numbering in the standard to have one
more pin.  Calling it S1 as I do here doesn't seem horribly inconsistent
with the standard, and doesn't make the automated KLC checker complain.
2017-05-02 11:59:48 -04:00
Clayton G. Hobbs c3445dfe45 Set USB Type-C connector field visibility 2017-05-02 11:56:45 -04:00
Clayton G. Hobbs 018648e23e Added footprint filters for USB Type-C connectors 2017-05-02 11:53:25 -04:00
Clayton G. Hobbs e168eb5bcb Added USB Type-C Plug and Receptacle 2017-05-02 11:45:52 -04:00
Oliver 70cb887413 Merge pull request #1192 from jkriege2/rework_barrel_connectors
Rework barrel/audio jack connectors
2017-04-27 09:41:56 +10:00
jkriege2 df2fa2ee2f - replace JACK_TRS_6PINS with new version Audio-Jack-3_3Switches
- some renames
- more/better keywords
2017-04-26 20:49:48 +02:00
jkriege2 cfe7ba9101 renamed to Audio-Jack-N + added Audio-Jack-5 2017-04-24 21:46:11 +02:00
jkriege2 1bf362c1bf fied pinout of DIN-5_180degree 2017-04-23 17:08:11 +02:00
jkriege2 101e8e75e4 klc fix 2017-04-23 16:31:52 +02:00
jkriege2 35f359204e KLC fixes 2017-04-23 16:13:05 +02:00
jkriege2 4b472d610a renamed to lower-cases 2017-04-23 15:56:32 +02:00
jkriege2 13e1cb08fe reworked audio jack and DC jack symbols + added missing variants 2017-04-23 15:53:12 +02:00
jkriege2 08bd27f08a added series of DIN-connectors (+deleted old version) 2017-04-23 12:52:12 +02:00
jkriege2 f556577a3d KLC-fixes 2017-04-22 23:46:54 +02:00
jkriege2 3eaeaf770d added MINI-DIN-3...-8 connector symbols 2017-04-22 23:36:39 +02:00
Gaurav Juvekar 0ffff92f68 Move all IO pins to right, and updat FPFilter 2017-03-16 23:12:04 +05:30
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
Oliver 9f3648ac9c Fixed duplicate pins for many symbols 2017-03-05 11:54:50 +11:00
jeromebeguin e96d7ea96a conflict resolution on conn lib. 2017-02-14 16:16:34 +01:00
Martin Kröll 0fa2f34aab Add footprint filters for IDC headers. 2017-02-11 13:10:50 +01:00
Oliver 888ed02ff9 Fixed line endings for .lib files 2017-02-09 22:27:25 +11:00
Oliver 44eeb0907b Fixed shield pins for USB connectors 2017-02-06 23:05:42 +11:00