Skip to content

Libraries for Western Design Center 6500 series ICs.

Neil McNeight requested to merge McNeight/kicad-symbols:WDC_6500 into master
  • Includes symbols for CPU ICs:
IC Datasheet DIP PLCC QFN
W65C02 W65C02SxxPx-14 W65C02SxxPLx-14 W65C02SxxPQx-14
W65C816 W65C816SxxPx-14 W65C816SxxPLx-14 W65C816SxxPQx-14
  • Includes symbols for Interface ICs:
IC Datasheet DIP PLCC QFN
W65C21 W65C21SxxPx-14 W65C21SxxPLx-14
W65C22 W65C22SxxPx-14 W65C22SxxPLx-14
W65C51 W65C51NxxPx-14 W65C51NxxPLx-14 W65C51NxxPQx-14
  • Includes symbols for MCU ICs:
IC Datasheet PLCC QFN
W65C134 W65C134SxxPLx-8 W65C134SxxQx-8
W65C265 W65C265SxxPLx-8 W65C265SxxQx-8
  • Passes all tests from klc-check script.
python ./check_symbol.py ..\..\kicad-symbols-gitlab\CPU_WDC_6500.kicad_sym -vv
Checking symbol 'CPU_WDC_6500:W65C02SxxPLx-14':
Checking symbol 'CPU_WDC_6500:W65C02SxxPQx-14':
Checking symbol 'CPU_WDC_6500:W65C02SxxPx-14':
Checking symbol 'CPU_WDC_6500:W65C816SxxPLx-14':
Checking symbol 'CPU_WDC_6500:W65C816SxxPQx-14':
Checking symbol 'CPU_WDC_6500:W65C816SxxPx-14':

python ./check_symbol.py ..\..\kicad-symbols-gitlab\Interface_WDC_6500.kicad_sym -vv
Checking symbol 'Interface_WDC_6500:W65C21SxxPLx-14':
Checking symbol 'Interface_WDC_6500:W65C21NxxPLx-14':
Checking symbol 'Interface_WDC_6500:W65C21SxxPx-14':
Checking symbol 'Interface_WDC_6500:W65C21NxxPx-14':
Checking symbol 'Interface_WDC_6500:W65C22SxxPLx-14':
Checking symbol 'Interface_WDC_6500:W65C22NxxPLx-14':
Checking symbol 'Interface_WDC_6500:W65C22SxxPx-14':
Checking symbol 'Interface_WDC_6500:W65C22NxxPx-14':
Checking symbol 'Interface_WDC_6500:W65C51NxxPLx-14':
Checking symbol 'Interface_WDC_6500:W65C51NxxPQx-14':
Checking symbol 'Interface_WDC_6500:W65C51NxxPx-14':

python ./check_symbol.py ..\..\kicad-symbols-gitlab\MCU_WDC_6500.kicad_sym -vv
Checking symbol 'MCU_WDC_6500:W65C134SxxPLx-8':
Checking symbol 'MCU_WDC_6500:W65C134SxxQx-8':
Checking symbol 'MCU_WDC_6500:W65C265SxxPLx-8':
Checking symbol 'MCU_WDC_6500:W65C265SxxQx-8':

All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Remove the instructional content of this template
  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Merge request reports