board: start isp1807 footprint in own library

This commit is contained in:
phiwan-dev 2026-01-17 01:20:19 +01:00
parent 59df661b97
commit fb30cc37a4
3 changed files with 711 additions and 4 deletions

View file

@ -5,15 +5,18 @@ in progress, currently in the prototype phase...
# Third-Party Assets
### KiCad Symbols
The following Assets are from a third-party. Their original license still applies.
- Altium ISP1807 symbol in [`board/libraries/ISP1807-LR_Footprint.SchLib`](board/libraries/ISP1807-LR_Footprint.SchLib)
- Altium ISP1807-LR 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/libraries/nordic-lib-kicad-isp1807.kicad_sym`](board/libraries/nordic-lib-kicad-isp1807.kicad_sym)
modified but based on the manufacturers symbol. Modifications follow this projects license (CERN-OHL-P-2.0).
- Kicad Nordic PMIC symbols in [`board/libraries/nordic-lib-kicad-npm.kicad_sym`](board/libraries/nordic-lib-kicad-npm.kicad_sym)
from https://github.com/hlord2000/nordic-lib-kicad using the CERN-OHL-P-2.0 license.
### KiCad Footprints
- Altium ISP1807 footprint in [`board/libraries/ISP1807-LR_Footprint.PcbLib`](board/libraries/ISP1807-LR_Footprint.PcbLib)
- Altium ISP1807-LR footprint in [`board/libraries/ISP1807-LR_Footprint.PcbLib`](board/libraries/ISP1807-LR_Footprint.PcbLib)
from the [manufacturers website](https://www.insightsip.com/products/bluetooth-le-modules/isp1807). There is no mention of a license.
- Kicad ISP1807-edit footprint in [`board/libraries/nordic-lib-kicad-isp1807.pretty`](board/libraries/nordic-lib-kicad-isp1807.pretty)
modified but based on the manufacturers symbol. Modifications follow this projects license (CERN-OHL-P-2.0).
<!-- ## Goals -->
<!-- - fully reversible pcb including hotswap sockets, MCU, OLED screen -->