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
749 stars 953 forks source link

STM32F413ZHTx added to library #1873

Closed Resaj closed 6 years ago

Resaj commented 6 years ago

STM32F413ZHTx symbol added to MCU_ST_STM32 library.

This is the web of the component, where you can see the microcontroller characteristics: http://www.st.com/en/microcontrollers/stm32f413zh.html And this is the datasheet (pins' distribution on page 47): http://www.st.com/content/ccc/resource/technical/document/datasheet/group3/f6/1d/4a/d9/f9/96/43/2a/DM00282249/files/DM00282249.pdf/jcr:content/translations/en.DM00282249.pdf

I've designed the F413 symbol basing on another STM included in the library.

Revising the dcm file, I've seen that my PC has change the sequence of some components, but not the content. Is it normal? I don't know it because it's my first commit to this repository.

SchrodingersGat commented 6 years ago

Hi @Resaj sorry for the inconvenience but we are in the process of closing out this repository in preparation for the new KiCad release.

Please resubmit this PR to https://github.com/kicad/kicad-symbols

Thanks for your contribution 👍

Regarding your question:

Sometimes the .dcm file gets reorganized because people are using different versions of KiCad. Newer versions arrange the items alphabetically

Resaj commented 6 years ago

Thanks for your comments, Oliver!

I'm going to resumit the PR to the new repository. I've actualyzed Kicad for avoiding the .dcm problems.

Regards! Rubén