Import 11 chips from FreeDSP_ki-CAD_Libraries
Adds ADAU1467WBCPZ300RL (the SigmaDSP chip previously missing), plus
PCM1808QPWRQ1, PCM9211PTR, Combo384, MW-1466CORE (ADAU1466 core module),
LME49720MA, CS8421-CZZ, PCM1861DBT, FDC608PZ, IMN10T108, AK5384.
Source repo used legacy KiCad .lib/.dcm format; converted via
kicad-cli sym upgrade. Parts already covered by the official mirrored
libraries (PCM5102A, INA194, AZ1117-3.3, ADAU1452) were intentionally
skipped to avoid duplication. PCM1681-Q1 skipped (KiCad 'extends'
variant, can't stand alone without duplicating PCM1681).
Fixed real defects found in the source footprints during import:
- PCM1808QPWRQ1 had an absolute 3D model path pointing at the upstream
maintainer's own machine (/Users/HILO/...)
- ADAU1467WBCPZ300RL and PCM9211PTR each had two dead 3D model
references (${KICAD_USER_TEMPLATE_DIR} and a bare filename)
All three now use a single ${KIPRJMOD}-relative reference to the STEP
files under 3dmodels/audio/.
LME49720MA imported symbol-only, Footprint property repointed at the
existing MIKILAB_ipc_soic:IPC_SOIC127P600X175-8N instead of duplicating
a generic SOIC-8 footprint.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "MIKILAB_ADAU1467WBCPZ300RL")(type "KiCad")(uri "${MIKILAB}/footprints/audio/ADAU1467WBCPZ300RL.pretty")(options "")(descr "ADAU1467WBCPZ300RL.pretty"))
|
||||
(lib (name "MIKILAB_Combo384")(type "KiCad")(uri "${MIKILAB}/footprints/audio/Combo384.pretty")(options "")(descr "Combo384.pretty"))
|
||||
(lib (name "MIKILAB_MW_1466CORE")(type "KiCad")(uri "${MIKILAB}/footprints/audio/MW-1466CORE.pretty")(options "")(descr "MW-1466CORE.pretty"))
|
||||
(lib (name "MIKILAB_PCM1808QPWRQ1")(type "KiCad")(uri "${MIKILAB}/footprints/audio/PCM1808QPWRQ1.pretty")(options "")(descr "PCM1808QPWRQ1.pretty"))
|
||||
(lib (name "MIKILAB_PCM9211PTR")(type "KiCad")(uri "${MIKILAB}/footprints/audio/PCM9211PTR.pretty")(options "")(descr "PCM9211PTR.pretty"))
|
||||
(lib (name "MIKILAB_lcd_kingtech")(type "KiCad")(uri "${MIKILAB}/footprints/display/lcd_kingtech.pretty")(options "")(descr "lcd_kingtech.pretty"))
|
||||
(lib (name "MIKILAB_altera")(type "KiCad")(uri "${MIKILAB}/footprints/fpga_cpld/altera.pretty")(options "")(descr "altera.pretty"))
|
||||
(lib (name "MIKILAB_lattice")(type "KiCad")(uri "${MIKILAB}/footprints/fpga_cpld/lattice.pretty")(options "")(descr "lattice.pretty"))
|
||||
|
||||
Reference in New Issue
Block a user