-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add FT232R symbol/component and FT232RL device #1
Conversation
Thanks @MartijnBraam 😃 Here my comments after a quick review:
|
Yes, I can give it a try next week if I find time. We should be able to parametrize the SOIC generator for SSOP support. (I actually already started with generating TSSOP a while ago, but the branch is still sitting on my computer...) |
Thanks for the update! Actually the new category should be moved to the LibrePCB Base library. Could you maybe open a pull request there? The category's directory can just be moved, no need for any adjustments. Regarding the symbol:
Component and device look good so far 👍 |
I've fixed the text elements and the test pin and moved the category. Its probably a good idea to use a generated SSOP28 package instead of the one I've drawn since I'm not 100% sure everything aligns correctly and the silkscreen from the generated packages are nicer. |
Assigning this to me, so I remember to finish the SOP generator 🙂 |
TSSOP work ongoing at LibrePCB-Libraries/LibrePCB_Base.lplib#33. Adding SSOP afterwards should be easy. |
SSOP packages done: LibrePCB-Libraries/LibrePCB_Base.lplib#35 |
...for compatibility with the SSOP28 package added in LibrePCB-Libraries/FTDI.lplib#1.
...for compatibility with the SSOP28 package added in LibrePCB-Libraries/FTDI.lplib#1.
...for compatibility with the SSOP28 package added in LibrePCB-Libraries/FTDI.lplib#1.
...for compatibility with the SSOP28 package added in LibrePCB-Libraries/FTDI.lplib#1.
SSOP footprints have finally(!) been added to the base library. We have re-used your UUIDs, so if you simply delete your own package and make sure to have a dependency on the base library, everything should work as intended. |
It is now available in the Base library.
I removed the SSOP28 package and added the base library as dependency, so we can merge this now. Thanks again @MartijnBraam, and sorry for taking such a long time to get this merged 😁 |
This adds the FT232R symbol and the FT232RL device (with the SSOP28 package that it requires)