Skip to content

Add XC6206

KiCad Bot requested to merge github/fork/fenugrec/reglin_xc6206 into master

Created by: fenugrec

Add XC6206PxxxMR LDO Positive voltage regulator (fixed), SOT-23

Some comments:

  • Part available in 0.1V increments so it made more sense to me to wildcard the MPN
  • It is an LDO, but Torex doesn't call it exactly that.
  • tons of second-source mfg with different prefix than XC
  • checklib.py claims it's violating S3.1 (not centered) - ok, but all other 3-terminal regs are identical.
  • checklib claims it's violatin S3.6, not clear why ? Drawing is a re-numbered copy of LM3480. I notice checklib reports S3.6 violations for a lot of other parts, so maybe something's wrong with the script ?

https://www.torexsemi.com/file/xc6206/XC6206.pdf xc6206


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.
  • 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