This repository uses git subtree
to manage the KiCad libraries.
W3docs - Git Subtree
- Add remote
git remote add -f kicad-symbols https://gitlab.com/kicad/libraries/kicad-symbols.git
- Add the subtree
git subtree add --prefix symbols kicad-symbols master --squash
- Add remote
git remote add -f kicad-footprints https://gitlab.com/kicad/libraries/kicad-footprints.git
- Add the subtree
git subtree add --prefix footprints kicad-footprints master --squash
- Add remote
git remote add -f kicad-packages3D https://gitlab.com/kicad/libraries/kicad-packages3D.git
- Add the subtree
git subtree add --prefix packages3D kicad-packages3D master --squash
git subtree pull --prefix symbols kicad-symbols master --squash
git subtree pull --prefix footprints kicad-footprints master --squash
git subtree pull --prefix kicad-packages3D kicad-kicad-packages3D master --squash
Diode footprints have two formats:
- EIAJ
- JEDEC
KYOCERA-AVX offers a nice comparison of the two formats:
https://datasheets.kyocera-avx.com/schottky.pdf
EIAJ | JEDEC |
---|---|
0603 | SOD-523 |
0805 | SOD-323 |
1206 | SOD-123 |
2010 | SMA (D0-214AC) |
2114 | SMB (D0-214AA) |
3220 | SMC (D0-214AB) |