board: reorganize symbol libraries
This commit is contained in:
parent
d77201b149
commit
6669d8540b
4 changed files with 5 additions and 5 deletions
|
|
@ -4,10 +4,10 @@ in progress, currently in the prototype phase...
|
|||
|
||||
# Third-Party Assets
|
||||
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.
|
||||
- Kicad ISP1807-edit symbol in [`./board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym`](./board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym)
|
||||
modified but buased on the manufacturers symbol.
|
||||
- Kicad ISP1807-edit symbol in [`board/libraries/nordic-lib-kicad-isp1807.kicad_sym`](board/libraries/nordic-lib-kicad-isp1807.kicad_sym)
|
||||
modified but based on the manufacturers symbol.
|
||||
|
||||
<!-- ## Goals -->
|
||||
<!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen -->
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "ISP1807")(type "Altium")(uri "${KIPRJMOD}/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib")(options "")(descr "Original manufacturer symbol"))
|
||||
(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-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}/libraries/nordic-lib-kicad-isp1807.kicad_sym")(options "")(descr "Edited symbol based on manufacturer symbol"))
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue