Add ADG936BCPZ, OSD32MP157F-1G-BAA, TPS22965DSGR, AXP2101; add programmatic API and usage guide
- scripts/mikilab_lib.py / mikilab_cli.py: typed Python API + JSON CLI
for add/update/remove/query, for other apps to integrate without
shelling out to add_component.py
- lib_common.py/import_component.py/import_batch.py: regenerate
sym-lib-table.global/fp-lib-table.global on every mutating call, not
just the project-local tables
- scripts/find_missing_3d_models.py: lists components with no 3D model
and search links to fill the gap
- docs/GUIDA_USO.md: practical Italian usage guide (companion to README.md)
- checkup fixes: removed orphan duplicate footprint
footprints/other/CP_20_1_ADI.kicad_mod, and a dangling
${easyeda2kicad}/tmp 3D model reference in AXP2101's footprint that
pointed at a file that never existed on disk
This commit is contained in:
@@ -215,6 +215,7 @@
|
||||
(lib (name "MIKILAB_Isolator")(type "KiCad")(uri "${MIKILAB}/symbols/other/Isolator.kicad_sym")(options "")(descr "Isolator"))
|
||||
(lib (name "MIKILAB_LED")(type "KiCad")(uri "${MIKILAB}/symbols/other/LED.kicad_sym")(options "")(descr "LED"))
|
||||
(lib (name "MIKILAB_Motor")(type "KiCad")(uri "${MIKILAB}/symbols/other/Motor.kicad_sym")(options "")(descr "Motor"))
|
||||
(lib (name "MIKILAB_OSD32MP157F_1G_BAA")(type "KiCad")(uri "${MIKILAB}/symbols/other/OSD32MP157F-1G-BAA.kicad_sym")(options "")(descr "OSD32MP157F-1G-BAA"))
|
||||
(lib (name "MIKILAB_Oscillator")(type "KiCad")(uri "${MIKILAB}/symbols/other/Oscillator.kicad_sym")(options "")(descr "Oscillator"))
|
||||
(lib (name "MIKILAB_PESD5V0L4UW")(type "KiCad")(uri "${MIKILAB}/symbols/other/PESD5V0L4UW.kicad_sym")(options "")(descr "PESD5V0L4UW"))
|
||||
(lib (name "MIKILAB_Potentiometer_Digital")(type "KiCad")(uri "${MIKILAB}/symbols/other/Potentiometer_Digital.kicad_sym")(options "")(descr "Potentiometer_Digital"))
|
||||
@@ -224,6 +225,7 @@
|
||||
(lib (name "MIKILAB_SN74AXC1T45DBVR")(type "KiCad")(uri "${MIKILAB}/symbols/other/SN74AXC1T45DBVR.kicad_sym")(options "")(descr "SN74AXC1T45DBVR"))
|
||||
(lib (name "MIKILAB_Security")(type "KiCad")(uri "${MIKILAB}/symbols/other/Security.kicad_sym")(options "")(descr "Security"))
|
||||
(lib (name "MIKILAB_TPD2E007DCKR")(type "KiCad")(uri "${MIKILAB}/symbols/other/TPD2E007DCKR.kicad_sym")(options "")(descr "TPD2E007DCKR"))
|
||||
(lib (name "MIKILAB_TPS22965DSGR")(type "KiCad")(uri "${MIKILAB}/symbols/other/TPS22965DSGR.kicad_sym")(options "")(descr "TPS22965DSGR"))
|
||||
(lib (name "MIKILAB_TPS22994RUKT")(type "KiCad")(uri "${MIKILAB}/symbols/other/TPS22994RUKT.kicad_sym")(options "")(descr "TPS22994RUKT"))
|
||||
(lib (name "MIKILAB_TPS63020DSJT")(type "KiCad")(uri "${MIKILAB}/symbols/other/TPS63020DSJT.kicad_sym")(options "")(descr "TPS63020DSJT"))
|
||||
(lib (name "MIKILAB_Transformer")(type "KiCad")(uri "${MIKILAB}/symbols/other/Transformer.kicad_sym")(options "")(descr "Transformer"))
|
||||
@@ -232,6 +234,7 @@
|
||||
(lib (name "MIKILAB_Video")(type "KiCad")(uri "${MIKILAB}/symbols/other/Video.kicad_sym")(options "")(descr "Video"))
|
||||
(lib (name "MIKILAB_XTAC5212IRGER")(type "KiCad")(uri "${MIKILAB}/symbols/other/XTAC5212IRGER.kicad_sym")(options "")(descr "XTAC5212IRGER"))
|
||||
(lib (name "MIKILAB_ti")(type "KiCad")(uri "${MIKILAB}/symbols/other/ti.kicad_sym")(options "")(descr "ti"))
|
||||
(lib (name "MIKILAB_AXP2101")(type "KiCad")(uri "${MIKILAB}/symbols/power/AXP2101.kicad_sym")(options "")(descr "AXP2101"))
|
||||
(lib (name "MIKILAB_BQ25896RTWT")(type "KiCad")(uri "${MIKILAB}/symbols/power/BQ25896RTWT.kicad_sym")(options "")(descr "BQ25896RTWT"))
|
||||
(lib (name "MIKILAB_Battery_Management")(type "KiCad")(uri "${MIKILAB}/symbols/power/Battery_Management.kicad_sym")(options "")(descr "Battery_Management"))
|
||||
(lib (name "MIKILAB_Converter_ACDC")(type "KiCad")(uri "${MIKILAB}/symbols/power/Converter_ACDC.kicad_sym")(options "")(descr "Converter_ACDC"))
|
||||
|
||||
Reference in New Issue
Block a user