board: reorganize symbol libraries

This commit is contained in:
phiwan-dev 2026-01-13 18:01:35 +01:00
parent d77201b149
commit 6669d8540b
4 changed files with 5 additions and 5 deletions

View file

@ -4,10 +4,10 @@ in progress, currently in the prototype phase...
# Third-Party Assets # Third-Party Assets
The following Assets are from a third-party. Their original license still applies. This project license does NOT apply to them. The following Assets are from a third-party. Their original license still applies. This project license does NOT apply to them.
- Altium ISP1807 symbol in [`./board/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib`](./board/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib) - Altium ISP1807 symbol in [`board/libraries/ISP1807-LR_Footprint.SchLib`](board/libraries/ISP1807-LR_Footprint.SchLib)
from the [manufacturers website](https://www.insightsip.com/products/bluetooth-le-modules/isp1807). There is no mention of a license. from the [manufacturers website](https://www.insightsip.com/products/bluetooth-le-modules/isp1807). There is no mention of a license.
- Kicad ISP1807-edit symbol in [`./board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym`](./board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym) - Kicad ISP1807-edit symbol in [`board/libraries/nordic-lib-kicad-isp1807.kicad_sym`](board/libraries/nordic-lib-kicad-isp1807.kicad_sym)
modified but buased on the manufacturers symbol. modified but based on the manufacturers symbol.
<!-- ## Goals --> <!-- ## Goals -->
<!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen --> <!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen -->

View file

@ -1,5 +1,5 @@
(sym_lib_table (sym_lib_table
(version 7) (version 7)
(lib (name "ISP1807")(type "Altium")(uri "${KIPRJMOD}/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib")(options "")(descr "Original manufacturer symbol")) (lib (name "ISP1807-manufacturer")(type "Altium")(uri "${KIPRJMOD}/libraries/ISP1807-LR_Footprint.SchLib")(options "")(descr "Original manufacturer symbol")(disabled)(hidden))
(lib (name "ISP1807-edit")(type "KiCad")(uri "${KIPRJMOD}/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym")(options "")(descr "Edited symbol based on manufacturer symbol")) (lib (name "ISP1807-edit")(type "KiCad")(uri "${KIPRJMOD}/libraries/nordic-lib-kicad-isp1807.kicad_sym")(options "")(descr "Edited symbol based on manufacturer symbol"))
) )