board: start own isp1807 symbol

This commit is contained in:
phiwan-dev 2026-01-12 01:09:36 +01:00
parent 26c5f7c753
commit d77201b149
3 changed files with 1569 additions and 0 deletions

View file

@ -6,6 +6,9 @@ in progress, currently in the prototype phase...
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/ISP1807-LR_library/ISP1807-LR_Footprint.SchLib`](./board/ISP1807-LR_library/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)
modified but buased on the manufacturers symbol.
<!-- ## Goals --> <!-- ## Goals -->
<!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen --> <!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen -->
<!-- - wireless using the XIAO BLE as MCU --> <!-- - wireless using the XIAO BLE as MCU -->

File diff suppressed because it is too large Load diff

View file

@ -1,4 +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")(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"))
) )