fixes part 1/2

This commit is contained in:
v.chau 2024-12-05 20:12:31 +01:00
parent 34ea7313eb
commit f0853a0ea5
6 changed files with 3121 additions and 2117 deletions

View File

@ -3,14 +3,17 @@
"3dviewports": [], "3dviewports": [],
"design_settings": { "design_settings": {
"defaults": { "defaults": {
"board_outline_line_width": 0.09999999999999999, "apply_defaults_to_fp_fields": false,
"copper_line_width": 0.19999999999999998, "apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_italic": false, "copper_text_italic": false,
"copper_text_size_h": 1.5, "copper_text_size_h": 1.5,
"copper_text_size_v": 1.5, "copper_text_size_v": 1.5,
"copper_text_thickness": 0.3, "copper_text_thickness": 0.3,
"copper_text_upright": false, "copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996, "courtyard_line_width": 0.05,
"dimension_precision": 4, "dimension_precision": 4,
"dimension_units": 3, "dimension_units": 3,
"dimensions": { "dimensions": {
@ -21,7 +24,7 @@
"text_position": 0, "text_position": 0,
"units_format": 1 "units_format": 1
}, },
"fab_line_width": 0.09999999999999999, "fab_line_width": 0.1,
"fab_text_italic": false, "fab_text_italic": false,
"fab_text_size_h": 1.0, "fab_text_size_h": 1.0,
"fab_text_size_v": 1.0, "fab_text_size_v": 1.0,
@ -67,9 +70,11 @@
"duplicate_footprints": "warning", "duplicate_footprints": "warning",
"extra_footprint": "warning", "extra_footprint": "warning",
"footprint": "error", "footprint": "error",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "error", "footprint_type_mismatch": "error",
"hole_clearance": "error", "hole_clearance": "error",
"hole_near_hole": "error", "hole_near_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error", "invalid_outline": "error",
"isolated_copper": "warning", "isolated_copper": "warning",
"item_on_disabled_layer": "error", "item_on_disabled_layer": "error",
@ -113,16 +118,16 @@
"min_copper_edge_clearance": 0.0, "min_copper_edge_clearance": 0.0,
"min_hole_clearance": 0.25, "min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25, "min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998, "min_microvia_diameter": 0.2,
"min_microvia_drill": 0.09999999999999999, "min_microvia_drill": 0.1,
"min_resolved_spokes": 2, "min_resolved_spokes": 2,
"min_silk_clearance": 0.0, "min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999, "min_text_height": 0.8,
"min_text_thickness": 0.08, "min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3, "min_through_hole_diameter": 0.3,
"min_track_width": 0.19999999999999998, "min_track_width": 0.2,
"min_via_annular_width": 0.049999999999999996, "min_via_annular_width": 0.05,
"min_via_diameter": 0.39999999999999997, "min_via_diameter": 0.4,
"solder_mask_clearance": 0.0, "solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0, "solder_mask_to_copper_clearance": 0.0,
@ -130,9 +135,6 @@
}, },
"teardrop_options": [ "teardrop_options": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 5,
"td_on_pad_in_zone": false,
"td_onpadsmd": true, "td_onpadsmd": true,
"td_onroundshapesonly": false, "td_onroundshapesonly": false,
"td_ontrackend": false, "td_ontrackend": false,
@ -141,34 +143,66 @@
], ],
"teardrop_parameters": [ "teardrop_parameters": [
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_round_shape", "td_target_name": "td_round_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_rect_shape", "td_target_name": "td_rect_shape",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
}, },
{ {
"td_allow_use_two_tracks": true,
"td_curve_segcount": 0, "td_curve_segcount": 0,
"td_height_ratio": 1.0, "td_height_ratio": 1.0,
"td_length_ratio": 0.5, "td_length_ratio": 0.5,
"td_maxheight": 2.0, "td_maxheight": 2.0,
"td_maxlen": 1.0, "td_maxlen": 1.0,
"td_on_pad_in_zone": false,
"td_target_name": "td_track_end", "td_target_name": "td_track_end",
"td_width_to_size_filter_ratio": 0.9 "td_width_to_size_filter_ratio": 0.9
} }
], ],
"track_widths": [], "track_widths": [],
"tuning_pattern_settings": {
"diff_pair_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 1.0
},
"diff_pair_skew_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
},
"single_track_defaults": {
"corner_radius_percentage": 80,
"corner_style": 1,
"max_amplitude": 1.0,
"min_amplitude": 0.2,
"single_sided": false,
"spacing": 0.6
}
},
"via_dimensions": [], "via_dimensions": [],
"zones_allow_external_fillets": false, "zones_allow_external_fillets": false,
"zones_use_no_outline": true "zones_use_no_outline": true
@ -391,7 +425,7 @@
"pin_to_pin": "warning", "pin_to_pin": "warning",
"power_pin_not_driven": "error", "power_pin_not_driven": "error",
"similar_labels": "warning", "similar_labels": "warning",
"simulation_model_issue": "error", "simulation_model_issue": "warning",
"unannotated": "error", "unannotated": "error",
"unit_value_mismatch": "error", "unit_value_mismatch": "error",
"unresolved_variable": "error", "unresolved_variable": "error",
@ -541,7 +575,7 @@
"meta": { "meta": {
"version": 0 "version": 0
}, },
"model_mode": 0, "model_mode": 4,
"workbook_filename": "" "workbook_filename": ""
}, },
"page_layout_descr_file": "", "page_layout_descr_file": "",

File diff suppressed because it is too large Load Diff

View File

@ -1,88 +1,356 @@
(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) (kicad_symbol_lib
(symbol "SM7331" (in_bom yes) (on_board yes) (version 20231120)
(property "Reference" "U" (id 0) (at 0 1.27 0) (generator "kicad_symbol_editor")
(effects (font (size 1.27 1.27))) (generator_version "8.0")
) (symbol "SM6331"
(property "Value" "SM7331" (id 1) (at 0 -1.27 0) (exclude_from_sim no)
(effects (font (size 1.27 1.27))) (in_bom yes)
) (on_board yes)
(property "Footprint" "SSU_parts:SM7000_SOIC-16" (id 2) (at 0 0 0) (property "Reference" "U"
(effects (font (size 1.27 1.27)) hide) (at 0 1.27 0)
) (effects
(property "Datasheet" "" (id 3) (at 0 0 0) (font
(effects (font (size 1.27 1.27)) hide) (size 1.27 1.27)
) )
(symbol "SM7331_0_0" )
(pin no_connect line (at 10.16 0 180) (length 2.54) hide )
(name "" (effects (font (size 1.27 1.27)))) (property "Value" "SM6331"
(number "1" (effects (font (size 1.27 1.27)))) (at 0 -1.27 0)
) (effects
(pin bidirectional line (at -10.16 2.54 0) (length 2.54) (font
(name "SDA" (effects (font (size 1.27 1.27)))) (size 1.27 1.27)
(number "10" (effects (font (size 1.27 1.27)))) )
) )
(pin input line (at -10.16 -2.54 0) (length 2.54) )
(name "SCL" (effects (font (size 1.27 1.27)))) (property "Footprint" "SSU_parts:SM7000_SOIC-16"
(number "11" (effects (font (size 1.27 1.27)))) (at 0 0 0)
) (effects
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (font
(name "" (effects (font (size 1.27 1.27)))) (size 1.27 1.27)
(number "12" (effects (font (size 1.27 1.27)))) )
) (hide yes)
(pin no_connect line (at 10.16 0 180) (length 2.54) hide )
(name "" (effects (font (size 1.27 1.27)))) )
(number "13" (effects (font (size 1.27 1.27)))) (property "Datasheet" ""
) (at 0 0 0)
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (effects
(name "" (effects (font (size 1.27 1.27)))) (font
(number "14" (effects (font (size 1.27 1.27)))) (size 1.27 1.27)
) )
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (hide yes)
(name "" (effects (font (size 1.27 1.27)))) )
(number "15" (effects (font (size 1.27 1.27)))) )
) (property "Description" ""
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (at 0 0 0)
(name "" (effects (font (size 1.27 1.27)))) (effects
(number "16" (effects (font (size 1.27 1.27)))) (font
) (size 1.27 1.27)
(pin no_connect line (at 10.16 0 180) (length 2.54) hide )
(name "" (effects (font (size 1.27 1.27)))) (hide yes)
(number "2" (effects (font (size 1.27 1.27)))) )
) )
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (symbol "SM6331_0_0"
(name "" (effects (font (size 1.27 1.27)))) (pin no_connect line
(number "3" (effects (font (size 1.27 1.27)))) (at 10.16 0 180)
) (length 2.54) hide
(pin power_in line (at 0 -10.16 90) (length 2.54) (name ""
(name "VSS" (effects (font (size 1.27 1.27)))) (effects
(number "4" (effects (font (size 1.27 1.27)))) (font
) (size 1.27 1.27)
(pin power_in line (at 0 10.16 270) (length 2.54) )
(name "VDD" (effects (font (size 1.27 1.27)))) )
(number "5" (effects (font (size 1.27 1.27)))) )
) (number "1"
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (effects
(name "" (effects (font (size 1.27 1.27)))) (font
(number "6" (effects (font (size 1.27 1.27)))) (size 1.27 1.27)
) )
(pin no_connect line (at 10.16 0 180) (length 2.54) hide )
(name "" (effects (font (size 1.27 1.27)))) )
(number "7" (effects (font (size 1.27 1.27)))) )
) (pin bidirectional line
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (at -10.16 2.54 0)
(name "" (effects (font (size 1.27 1.27)))) (length 2.54)
(number "8" (effects (font (size 1.27 1.27)))) (name "SDA"
) (effects
(pin no_connect line (at 10.16 0 180) (length 2.54) hide (font
(name "" (effects (font (size 1.27 1.27)))) (size 1.27 1.27)
(number "9" (effects (font (size 1.27 1.27)))) )
) )
) )
(symbol "SM7331_0_1" (number "10"
(rectangle (start -7.62 7.62) (end 7.62 -7.62) (effects
(stroke (width 0) (type default) (color 0 0 0 0)) (font
(fill (type background)) (size 1.27 1.27)
) )
) )
) )
)
(pin input line
(at -10.16 -2.54 0)
(length 2.54)
(name "SCL"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "11"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "12"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "13"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "14"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "15"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "16"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 -10.16 90)
(length 2.54)
(name "VSS"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin power_in line
(at 0 10.16 270)
(length 2.54)
(name "VDD"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "5"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "6"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "7"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "8"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin no_connect line
(at 10.16 0 180)
(length 2.54) hide
(name ""
(effects
(font
(size 1.27 1.27)
)
)
)
(number "9"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(symbol "SM6331_0_1"
(rectangle
(start -7.62 7.62)
(end 7.62 -7.62)
(stroke
(width 0)
(type default)
)
(fill
(type background)
)
)
)
)
) )

1
Hardware/FT_Libraries Submodule

@ -0,0 +1 @@
Subproject commit 265ee625a42fe1e5498635d854ab1bdd698ca262

View File

@ -1,13 +1,13 @@
(fp_lib_table (fp_lib_table
(version 7) (version 7)
(lib (name "SSU_parts")(type "KiCad")(uri "${KIPRJMOD}/SSU_parts.pretty")(options "")(descr "")) (lib (name "SSU_parts")(type "KiCad")(uri "${KIPRJMOD}/SSU_parts.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_connectors.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_connectors.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Crystals")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Crystals.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Crystals")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Crystals.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Fuses.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Fuses.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Inductors")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Inductors.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Inductors")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Inductors.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Isolators.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Isolators.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_LEDs.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_LEDs.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_logos.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_logos.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Switches")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Switches.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Switches")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Switches.pretty")(options "")(descr ""))
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Voltage_Regulators.pretty")(options "")(descr "")) (lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Voltage_Regulators.pretty")(options "")(descr ""))
) )

View File

@ -1,16 +1,16 @@
(sym_lib_table (sym_lib_table
(version 7) (version 7)
(lib (name "SSU_parts")(type "KiCad")(uri "${KIPRJMOD}/SSU_parts.kicad_sym")(options "")(descr "")) (lib (name "ASS_parts")(type "KiCad")(uri "${KIPRJMOD}/ASS_parts.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_connectors.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_connectors")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_connectors.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Crystals")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Crystals.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Crystals")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Crystals.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Fuses.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Fuses")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Fuses.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Isolators.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Isolators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Isolators.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_LEDs.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_LEDs")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_LEDs.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_logos.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_logos")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_logos.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Memories")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Memories.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Memories")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Memories.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_microcontrollers")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_microcontrollers.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_microcontrollers")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_microcontrollers.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_PnP")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_PnP.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_PnP")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_PnP.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Power-Switches")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Power-Switches.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Power-Switches")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Power-Switches.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Transceivers")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Transceivers.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Transceivers")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Transceivers.kicad_sym")(options "")(descr ""))
(lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/KiCAD_Libraries/FaSTTUBe_Voltage_Regulators.kicad_sym")(options "")(descr "")) (lib (name "FaSTTUBe_Voltage_Regulators")(type "KiCad")(uri "${KIPRJMOD}/FT_Libraries/FaSTTUBe_Voltage_Regulators.kicad_sym")(options "")(descr ""))
) )