Skip to content

Clean up Comparator lib

Christian Schlüter requested to merge github/fork/chschlue/cleanup_cmp into master

Non-breaking changes to Comparator lib:

ADCMP35[0,4,6]: https://www.analog.com/media/en/technical-documentation/data-sheets/ADCMP350_354_356.pdf

  • split into open drain and push-pull models
  • fix package in description
  • fix pin types

LM311, LT1011: https://www.st.com/resource/en/datasheet/lm311.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/lt1011.pdf

  • fix descriptions
  • fix FP filter
  • fix pin types

LM319: http://www.ti.com/lit/ds/symlink/lm319-n.pdf

  • fix pin names
  • fix FP filter

LM2901, LM339, LMV339: https://www.st.com/resource/en/datasheet/lm2901.pdf https://www.st.com/resource/en/datasheet/lm139.pdf https://www.st.com/resource/en/datasheet/lmv331.pdf

  • split by package options
  • fix descriptions

LM2903, LM393, LMV393, MCP6562, MCP6567: http://www.ti.com/lit/ds/symlink/lm393-n.pdf http://www.ti.com/lit/ds/symlink/lmv331.pdf http://ww1.microchip.com/downloads/en/DeviceDoc/22139C.pdf http://ww1.microchip.com/downloads/en/DeviceDoc/DS20002143E.pdf

  • split by package options and output type
  • fix DS links
  • fix descriptions
  • fix FP filters

LMV331, LMV7271, LMV7275: http://www.ti.com/lit/ds/symlink/lmv331.pdf http://www.ti.com/lit/ds/symlink/lmv7271.pdf

  • split by output type
  • fix pin types

LMV7272: http://www.ti.com/lit/ds/symlink/lmv7272.pdf

  • fix pin types

MCP6569: http://ww1.microchip.com/downloads/en/DeviceDoc/DS20002143E.pdf

  • fix FP filters

MIC845: http://ww1.microchip.com/downloads/en/DeviceDoc/mic845.pdf

  • split by output type
  • fix descriptions

TL3116, LT1016, LT1116, AD8561: http://www.ti.com/lit/ds/symlink/tl3116.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/lt1016.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/1116fc.pdf https://www.analog.com/media/en/technical-documentation/data-sheets/ad8561.pdf

  • split by package options
  • fix FP filters

LMH7324: http://www.ti.com/lit/ds/symlink/lmh7324.pdf see https://github.com/KiCad/kicad-symbols/pull/2467#issuecomment-578488337


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