KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
746 stars 956 forks source link

atmel.lib has some old parts with conflicting names #1795

Closed bobc closed 6 years ago

bobc commented 6 years ago

There are two parts named "ATmega32U4" and "ATmega32U4-AU" (case sensitive). I think these have been replaced with same name but in upper case. The duplicate names cause a conflict in some KiCad dialogs (e.g. part browser).

Proposed fix : remove the old duplicates "ATmega32U4" and "ATmega32U4-AU" (case sensitive)

SchrodingersGat commented 6 years ago

Can you submit a fix? Your solution sounds sensible.

poeschlr commented 6 years ago

@SchrodingersGat, @bobc what is the state of this?

bobc commented 6 years ago

I thought that a PR had been submitted, but I can't find it. The problem seems to be still there.

poeschlr commented 6 years ago

Created an issue over at the new repo