Skip to content

Add Conn_ST_STDC14 (STM32 debug connector, compatible with ARM debug conn.)

Diego Herranz requested to merge github/fork/diegoherranz/stdc14 into master

https://www.st.com/content/ccc/resource/technical/document/user_manual/group1/99/49/91/b6/b2/3a/46/e5/DM00526767/files/DM00526767.pdf/jcr:content/translations/en.DM00526767.pdf (see table 7 on page 22).

14-pin connector debug connector. Started from Conn_ARM_JTAG_SWD_10.

Middle 10 pins are the same as ARM Cortex debug connector (except key), so it is completely compatible with existing cables, connectors, etc.

Extra connections for UART.

T_ prefix removed from pin names because in my opinion, doesn't add much value, are harder to read and the symbol would have to be bigger.

stdc14


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Merge request reports