Similar to the previous commit, the variable pointing to the directory
containing the 3D Models for the footprins also need to be updated to
KiCad8 since its versioned.
Even though KiCad8 can read older symbol files, this change is needed
to make future additions to the library easy to review.
KiCad8 introduced a new way of indenting. Even when changing just a
small text, that would result in a huge diff when saving the KiCad7 file
with KiCad8. Those diffs are hard to read making the life of the library
team difficult.
* New scripted versions for LQFP-52 footprints
This adds scripted versions of the LQFP 52 footprints
script PR: https://github.com/pointhi/kicad-footprint-generator/pull/245
The 0.65mm pitch version uses ipc definition for small pin pitch
(0.625mm) to allow for enough pad to pad clearance.
* Use small pin pitch ipc definition for EP version as well
For consistency use the same ipc definition for both the ep and non ep
version of the footprint
* Scripted versions of EQFP-144-1EP (Previosly LQFP)
These are scripted versions for the old LQFP-144-1EP footprints.
The manufacturer calls these EQFP that is the reason for the prefix
change.
All but the two smallest EP size versions had the wrong EP sizes (they
do not have the same size in x and y direction.)
This also adds thermal via versions.
Script PR: https://github.com/pointhi/kicad-footprint-generator/pull/245
* fix datasheet link for 6.61c5.615mm ep pad version
AD7722 is wrongly connected to a LQFP footprint right now. That
footprint is desinged for quite different tolerance ranges in the
package dimensions.
This new footprint is specifically designed for this package.
Script PR: pointhi/kicad-footprint-generator#245
* Replace existiong LQFP 32 and 36 with scripted variants
This replaces the 32 and 36 pin versions of the LQFP footprints with
scripted ones.
LQFP-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm is deleted as that one
is kind of a frankenstein created from another qfp footprint with the
thermal pad definition of a qfn footprint. (Not used by any symbol in
the current lib.)
* lqfp 36 7x7 with small pitch ipc definition
Changed this 0.65mm pitch device to use the <=0.625mm pitch ipc rules
to get enough clearance between the pads.
* Add 3D model reference
* Rename HTSOP-8-1EP_3.9x4.9mm_P1.27mm* to reflect the fact that they are manufacturer specific
* Change them to comply to the currently suggested pad stackup for exposed pads and the manufacturer suggestions.