KiCad / kicad-symbols

Official KiCad schematic symbol libraries for Kicad 5
https://kicad.github.io/symbols
Other
704 stars 745 forks source link

MCU_Module: S5.1 and S5.2 errors #975

Open antoniovazquezblanco opened 6 years ago

antoniovazquezblanco commented 6 years ago

KLC Rules: http://kicad-pcb.org/libraries/klc/S5.1/ http://kicad-pcb.org/libraries/klc/S5.2/

Splitting issue #28 I have found the following violations:

Checking symbol 'CHIP':
  Violating S5.1
    For components with a single default footprint, footprint field is filled with valid footprint
    filename
    Specified footprint does not exist
     - Footprint file Module:MODULE_NEXTTHINGCO_CHIP was not found
checking ruleS5.2
checking ruleS5.1
Checking symbol 'CHIP-PRO':
  Violating S5.1
    For components with a single default footprint, footprint field is filled with valid footprint
    filename
    Specified footprint does not exist
     - Footprint file Module:MODULE_NEXTTHINGCO_CHIPPRO was not found
myfreescalewebpage commented 5 years ago

Hi, I have proposed these symbol when working with old Kicad 4 libraries but the footprint was still pending when going to Kicad 5. I'm working to pull request again the footprints on the new repository with updated KLC rules. Cheers Joel

poeschlr commented 5 years ago

Could you add a link to the old pull request here? This would help us if you for some reason can not finish this.

myfreescalewebpage commented 5 years ago

Well, I have deleted my old forks on github, actually the footprint is on my personal computer only.

myfreescalewebpage commented 5 years ago

Pull requests done : https://github.com/KiCad/kicad-footprints/pull/1156 and https://github.com/KiCad/kicad-symbols/pull/1240

antoniovazquezblanco commented 5 years ago

Thanks! It is nice to see a fix!