Skip to content

Rename Texas QFNs

John Beard requested to merge johnbeard/kicad-symbols:rename_texas_qfn into master

This implements the symbols aspect of:

Basically, all it does it replace each renamed footprint in symbols that use it and update the footprint filter for each one.

Most filters are like Texas*RGE0024H*, but designators like RSA (which TI appears to use instead of RSA0016A) would then be at risk of matching RSA0016B (say) and so these shorter-coded packages use a filter that also includes the EP size.

It is arranged as a sequence of commits in the order of the footprint generator commits, one package at a time. Some generated footprints aren't used by any symbols, so they don't have commits.

  • For RGE0024C, there were two duplicate footprints, one was removed.

I suggest not to squash.

KLC violations

  • All affected symbols: S5.1 as the footprint renames aren't merged yet
  • Scattering of other errors that I haven't touched: S3.1 (centering), S4.1 (pin grids), S4.2/4 (pin functions)
Edited by John Beard

Merge request reports