KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
749 stars 953 forks source link

Add Analog Devices ADP5070/5071 switching regulators #1842

Closed aurel32 closed 6 years ago

aurel32 commented 6 years ago

This patch adds the ADP5070 and ADP5071. It only has two KLC violations, that should be considered as exceptions:

Checking symbol 'ADP5070AREZ': Violating S3.1 Origin is be centered on the middle of the symbol Symbol not centered on origin

  • Center calculated @ (0, -50)

The symbol is not symmetrical (no pin on the top). This center is the closest that can be done while keeping the pins on the 100mil grid.

Violating S4.4 Pin electrical type should match pin function Pin types should match pin function

  • Pin VREF (14) @ (600,-200) is type OUTPUT : suggested INPUT

VREF is generated internally so it's definitely an output. It should be decoupled with a capacitor.