Skip to content

Fix KLC warnings in Interface USB

Petr Hodina requested to merge phodina/kicad-symbols:klc-interface-usb into master

Hi, running klc symbol check script showed some issues with other components already upstreamed.

So this single commit attempts to fix most of the warnings.

List of fixes:

  • ADUM4160 Set pin offset to 20mils
  • AP33771 Set thickness of outline to 10mil
  • CH330N Resize component to be in center
  • CH340T Resize component to be in center
  • CH344Q Resize component to be in center. Set pin offset to 20mils
  • CY7C65211-24LTXI Resize component to be in center. Set pin offset to 20mils
  • CY7C65213-28PVXI Resize component to be in center. Set pin offset to 20mils. Remove comma from keywords
  • CY7C65213-32LTXI Move component to be in center. Set pin offset to 20mils. Remove comma from keywords
  • CY7C65215-32LTXI Resize component to be in center. Set pin offset to 20mils
  • FE1.1s Remove comma from keywords
  • FSUSB42MUX Fix pin name size
  • FT2232D Resize component to be in center. Set pin offset to 20mils
  • FT4222HQ Resize component to be in center
  • FT601Q Resize component to be in center. Place AVDD pin at top
  • FT4232H Resize component to be in center. Power pins stacking
  • MA8601 Remove comma from keywords
  • MCP2200-I-MQ Set pin offset to 20mils
  • MCP2200-I-SO Set pin offset to 20mils
  • MCP2200-I-SS Set pin offset to 20mils
  • MCP2210x-MQ Resize component to be in center
  • MCP2210x-SO Resize component to be in center
  • MCP2210x-SS Resize component to be in center
  • CP2112 Set pin offset to 20mils
  • MCP2221AxML Resize component to be in center
  • MCP2221AxP Resize component to be in center
  • MCP2221AxSL Resize component to be in center
  • MCP2221AxST Resize component to be in center
  • MP5034GJ Resize component to be in center
  • TPS2500DRC Fix GND pin stack. Resize component to be in center
  • TPS2513 Set pin offset to 20mils. Place GND at the bottom
  • TPS2514 Set pin offset to 20mils. Place GND at the bottom
  • TPS2560 Set pin offset to 20mils
  • TPS2561 Set pin offset to 20mils
  • TS3USB30EDGSR Set thickness of outline to 10mil
  • TS3USB30ERSWR Set thickness of outline to 10mil
  • TUSB2036 Set pin offset to 20mils. Remove comma from keywords
  • TUSB8041 Set pin offset to 20mils.
  • TUSB4041I Set pin offset to 20mils.
  • USB2514B_Bi Set pin offset to 20mils.
  • USB3300-EZK Set pin offset to 20mils.
  • CY7C65213A-28PVXI Remove comma from keywords
  • CY7C65213A-32LTXI Remove comma from keywords

I'm unsure about the following:

Checking symbol 'Interface_USB:STULPI01A': Violating S4.3 - https://klc.kicad.org/symbol/s4/s4.3/ Rules for pin stacking Found non-numeric pin in a pinstack: Pin VDVIO (B2) @ (0,1000) Found non-numeric pin in a pinstack: Pin GND (B4) @ (0,-1000)

Should it be changed to numeric?

Edited by Petr Hodina

Merge request reports