KiCad / kicad-symbols

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

Memory_UniqueID: S5.1 and S5.2 errors #962

Closed antoniovazquezblanco closed 5 years ago

antoniovazquezblanco commented 5 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 'DS2401P':
  Violating S5.2
    Footprint filters should match all appropriate footprints
    Footprint filter 'TSSOP-6' not correctly formatted
     - Does not contain wildcard ('*') character
    Minuses and underscores in footprint filter 'TSSOP-6' should be escaped with '?' or '*'.

Checking symbol 'DS2401Z':
  Violating S5.2
    Footprint filters should match all appropriate footprints
    Footprint filter 'SOT-223' not correctly formatted
     - Does not contain wildcard ('*') character
    Minuses and underscores in footprint filter 'SOT-223' should be escaped with '?' or '*'.
    Minuses and underscores in footprint filter 'SOT-223*' should be escaped with '?' or '*'.
jneiva08 commented 5 years ago

@antoniovazquezblanco have made alterations on https://github.com/KiCad/kicad-symbols/pull/1385