diff --git a/README.md b/README.md index 8be46e6..59945ff 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/board/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib b/board/libraries/ISP1807-LR_Footprint.SchLib similarity index 100% rename from board/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib rename to board/libraries/ISP1807-LR_Footprint.SchLib diff --git a/board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym b/board/libraries/nordic-lib-kicad-isp1807.kicad_sym similarity index 100% rename from board/ISP1807-LR_library/ISP1807-LR_edit.kicad_sym rename to board/libraries/nordic-lib-kicad-isp1807.kicad_sym diff --git a/board/sym-lib-table b/board/sym-lib-table index be3675c..0eb0423 100644 --- a/board/sym-lib-table +++ b/board/sym-lib-table @@ -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")) )