Add dev for standard THT transistors BC5xx #126
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
SUMMARY
Adding the good old THT transistor devices from the BC5xx family, including MPNs:
DATASHEETS / REFERENCES
OPEN QUESTIONS / UNRESOLVED ISSUES
Many many questions 🙈
A completely different approach would be to add only very generic transistors to the base library (without MPNs, only one pitch variant) and add the same transistors to the manufacturer-specific libraries as well, with MPNs etc.
Maybe @dbrgn has any opinion about that? 🙂
Btw, the same questions arise for other very generic devices, for example an 1N4007 diode I'd expect to be available after installing the base library. Probably there exist many more such devices (Zener diodes, NE555, ...) which makes it hard to decide where to draw the line between generic devices and specific devices 😭 Generally it might still be a solution to decide against this convenience, requiring people to install manufacturer-specific libraries for such devices.
CHECKLIST
¹ Library Conventions: https://docs.librepcb.org/#libraryconventions
² Minor version bump if only metadata was modified (e.g. "0.1" -> "0.1.1"), major version bump if functional changes were made (e.g. "0.1" -> "0.2")
³ CC0 Public Domain License: https://en.wikipedia.org/wiki/CC0