Commit Graph

10 Commits

Author SHA1 Message Date
twalz@hs-mittweida.de 7d2fba7970 Merge branch 'master' of https://github.com/KiCad/kicad-library 2017-11-02 16:51:29 +01:00
t3hcatpaw 191a67ee15 Merge branch 'master' into cortex-debug-conn 2017-10-29 18:39:33 +01:00
t3hcatpaw 049b7b3df2 Rename Cortex Debug Connector, add FP filter
- Renamed Cortex Debug Connector from `Conn_ARM_Cortex-Debug` to `CMP Conn_ARM_JTAG_SWD_10`
- Added FP filter `Conn*:*_2x*` for KiCad v5
2017-10-29 18:35:19 +01:00
Patrick Pelletier 8ec97edee9 Copy connector shape from USB_OTG to USB_B_Micro.
I recently added the USB_B_Micro symbol (and an alias, USB_B_Mini).  I
hadn't noticed that there was already a similar USB_OTG symbol.

However, the two need to remain separate, because USB_OTG has VBUS and
GND marked as power inputs, while USB_B_Micro has them as power
outputs.

This commit makes USB_B_Micro identical to USB_OTG, except for the
direction of the power pins.  Specifically, it copies the connector
shape from USB_OTG to USB_B_Micro.  (I had been too lazy to draw the
connector shape when I created USB_B_Micro.)
2017-10-23 11:04:51 -07:00
Patrick Pelletier 7b09196e9c Add USB_B_Micro and USB_B_Mini schematic symbols.
Strangely, there are already some footprints for USB micro connectors
in the Connectors_USB library:

https://github.com/KiCad/Connectors_USB.pretty

but I couldn't find any schematic symbols for a micro USB connector.
(USB micro B and mini B connectors have an additional pin, the ID pin,
which is not present in the traditional USB B connector, so the
existing USB_B symbol can't be used.)

So, I have added a symbol USB_B_Micro, based on the existing USB_B
symbol.  I've also added USB_B_Mini as an alias for USB_B_Micro,
because the micro and mini connectors have the same pinout.

The pinout is here:

http://pinouts.ru/PortableDevices/micro_usb_pinout.shtml
2017-10-14 12:28:44 -07:00
t3hcatpaw 7f58bb3c81 Fix FP filters, change pin type
- Reduced specific filters to more generic ones
- Changed nRESET to open-collector
2017-10-06 10:34:42 +02:00
t3hcatpaw 94e99efdb4 Fix pin types, FP filters
- Changed pin types to reflect debugger
- Changed FP filters to match all kinds of IDC and pin headers
2017-10-06 10:34:18 +02:00
t3hcatpaw ee079ed787 Fix FP filters
Fixed FP filters: Replaced underscore and minus with question marks
2017-10-06 10:33:54 +02:00
t3hcatpaw 17068606b5 Add Cortex Debug Connector
Added ARM's standard Cortex-M Debug Header (http://infocenter.arm.com/help/topic/com.arm.doc.faqs/attached/13634/cortex_debug_connectors.pdf)
2017-10-06 10:33:30 +02:00
Oliver Walters 28e01b32f9 Further library renaming 2017-10-06 01:00:31 +11:00
Renamed from library/conn.lib (Browse further)