Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the KLC S4.2 for all symbols #75

Merged
merged 4 commits into from Mar 2, 2023

Conversation

dreamcmi
Copy link
Contributor

@dreamcmi dreamcmi commented Feb 5, 2023

I tried to fix KLC S4.2 for all current symbols, but may be still has some errors, please review.

#71

@pedrominatel pedrominatel self-requested a review February 6, 2023 08:44
@pedrominatel
Copy link
Member

Hi, @dreamcmi. Thank you for your contribution. I'll take a look ASAP.

@dreamcmi
Copy link
Contributor Author

dreamcmi commented Feb 20, 2023

Hi @pedrominatel, I have tested the library with KiCad 7 release.
#76

@pedrominatel
Copy link
Member

Hi @dreamcmi

Can you fix the conflicts?

…lc_s4.2

and fix esp32-c6-mini-1 esp32-c6-wroom-02 klc problem
# Conflicts:
#	libraries/Espressif.kicad_sym
@dreamcmi
Copy link
Contributor Author

Hi @pedrominatel
I have fixed the conflicts, please review.

Copy link
Member

@pedrominatel pedrominatel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some NC pins must be hidden.

(name "GND" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
(pin bidirectional line (at 27.94 0 180) (length 2.54)
(name "GPIO15" (effects (font (size 1.27 1.27))))
(number "20" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -27.94 -10.16 0) (length 2.54)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pin should be set as hide

@@ -1068,107 +1073,107 @@
(name "U0TXD/GPIO16" (effects (font (size 1.27 1.27))))
(number "31" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -27.94 -12.7 0) (length 2.54)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pin should be set as hide as all NCs

@@ -1269,7 +1274,7 @@
(name "GPIO23" (effects (font (size 1.27 1.27))))
(number "21" (effects (font (size 1.27 1.27))))
)
(pin no_connect line (at -27.94 -12.7 0) (length 2.54)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@dreamcmi
Copy link
Contributor Author

dreamcmi commented Mar 2, 2023

Done, please review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants