Sync global library table snapshot with the real KiCad prefs

Add the footprint entries (missing in KiCad's real global fp-lib-table)
and the XTAC5212IRGER symbol entry for the components added in the
previous commit, so the tracked .global snapshot matches what's now
registered in KiCad.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 09:57:13 +02:00
co-authored by Claude Sonnet 5
parent a4a20822bf
commit aa68016de5
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -104,4 +104,10 @@
(lib (name "MIKILAB_antenna")(type "KiCad")(uri "${MIKILAB}/footprints/rf/antenna.pretty")(options "")(descr "antenna.pretty")) (lib (name "MIKILAB_antenna")(type "KiCad")(uri "${MIKILAB}/footprints/rf/antenna.pretty")(options "")(descr "antenna.pretty"))
(lib (name "MIKILAB_hackrf_expansion")(type "KiCad")(uri "${MIKILAB}/footprints/rf/hackrf_expansion.pretty")(options "")(descr "hackrf_expansion.pretty")) (lib (name "MIKILAB_hackrf_expansion")(type "KiCad")(uri "${MIKILAB}/footprints/rf/hackrf_expansion.pretty")(options "")(descr "hackrf_expansion.pretty"))
(lib (name "MIKILAB_rf_sma")(type "KiCad")(uri "${MIKILAB}/footprints/rf/rf_sma.pretty")(options "")(descr "rf_sma.pretty")) (lib (name "MIKILAB_rf_sma")(type "KiCad")(uri "${MIKILAB}/footprints/rf/rf_sma.pretty")(options "")(descr "rf_sma.pretty"))
(lib (name "MIKILAB_ADG936BRUZ")(type "KiCad")(uri "${MIKILAB}/footprints/other/ADG936BRUZ.pretty")(options "")(descr "ADG936BRUZ.pretty"))
(lib (name "MIKILAB_SJ_3506_SMT_TR")(type "KiCad")(uri "${MIKILAB}/footprints/other/SJ-3506-SMT-TR.pretty")(options "")(descr "SJ-3506-SMT-TR.pretty"))
(lib (name "MIKILAB_SJ_435107RS")(type "KiCad")(uri "${MIKILAB}/footprints/other/SJ-435107RS.pretty")(options "")(descr "SJ-435107RS.pretty"))
(lib (name "MIKILAB_SJ_43515TS_SMT_TR")(type "KiCad")(uri "${MIKILAB}/footprints/other/SJ-43515TS-SMT-TR.pretty")(options "")(descr "SJ-43515TS-SMT-TR.pretty"))
(lib (name "MIKILAB_SN74AXC1T45DBVR")(type "KiCad")(uri "${MIKILAB}/footprints/other/SN74AXC1T45DBVR.pretty")(options "")(descr "SN74AXC1T45DBVR.pretty"))
(lib (name "MIKILAB_XTAC5212IRGER")(type "KiCad")(uri "${MIKILAB}/footprints/other/XTAC5212IRGER.pretty")(options "")(descr "XTAC5212IRGER.pretty"))
) )
+6
View File
@@ -266,4 +266,10 @@
(lib (name "MIKILAB_RF_WiFi")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RF_WiFi.kicad_sym")(options "")(descr "RF_WiFi")) (lib (name "MIKILAB_RF_WiFi")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RF_WiFi.kicad_sym")(options "")(descr "RF_WiFi"))
(lib (name "MIKILAB_RF_ZigBee")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RF_ZigBee.kicad_sym")(options "")(descr "RF_ZigBee")) (lib (name "MIKILAB_RF_ZigBee")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RF_ZigBee.kicad_sym")(options "")(descr "RF_ZigBee"))
(lib (name "MIKILAB_RTL8211F_CG")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RTL8211F-CG.kicad_sym")(options "")(descr "RTL8211F-CG")) (lib (name "MIKILAB_RTL8211F_CG")(type "KiCad")(uri "${MIKILAB}/symbols/rf/RTL8211F-CG.kicad_sym")(options "")(descr "RTL8211F-CG"))
(lib (name "MIKILAB_ADG936BRUZ")(type "KiCad")(uri "${MIKILAB}/symbols/other/ADG936BRUZ.kicad_sym")(options "")(descr "ADG936BRUZ"))
(lib (name "MIKILAB_SJ_3506_SMT_TR")(type "KiCad")(uri "${MIKILAB}/symbols/other/SJ-3506-SMT-TR.kicad_sym")(options "")(descr "SJ-3506-SMT-TR"))
(lib (name "MIKILAB_SJ_435107RS")(type "KiCad")(uri "${MIKILAB}/symbols/other/SJ-435107RS.kicad_sym")(options "")(descr "SJ-435107RS"))
(lib (name "MIKILAB_SJ_43515TS_SMT_TR")(type "KiCad")(uri "${MIKILAB}/symbols/other/SJ-43515TS-SMT-TR.kicad_sym")(options "")(descr "SJ-43515TS-SMT-TR"))
(lib (name "MIKILAB_SN74AXC1T45DBVR")(type "KiCad")(uri "${MIKILAB}/symbols/other/SN74AXC1T45DBVR.kicad_sym")(options "")(descr "SN74AXC1T45DBVR"))
(lib (name "MIKILAB_XTAC5212IRGER")(type "KiCad")(uri "${MIKILAB}/symbols/other/XTAC5212IRGER.kicad_sym")(options "")(descr "XTAC5212IRGER"))
) )