Update adapters

This commit is contained in:
Wenting Zhang 2024-05-25 09:59:30 -04:00
parent 0bf3e83e3f
commit 0c8d4af0bd
9 changed files with 4289 additions and 7858 deletions

File diff suppressed because it is too large Load diff

View file

@ -136,7 +136,7 @@
"min_via_diameter": 0.6096,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.0,
"solder_mask_to_copper_clearance": 0.005,
"use_height_for_length_calcs": true
},
"teardrop_options": [

View file

@ -4618,7 +4618,7 @@
(justify left)
)
)
(property "Footprint" ""
(property "Footprint" "Connector_FFC-FPC:Hirose_FH12-33S-0.5SH_1x33-1MP_P0.50mm_Horizontal"
(at 198.12 93.98 0)
(effects
(font
@ -4847,7 +4847,7 @@
)
)
)
(property "Footprint" ""
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 181.61 80.518 90)
(effects
(font
@ -6157,7 +6157,7 @@
)
)
)
(property "Footprint" ""
(property "Footprint" "Resistor_SMD:R_0402_1005Metric"
(at 181.61 128.778 90)
(effects
(font
@ -6204,4 +6204,4 @@
(page "1")
)
)
)
)

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,8 @@
{
"board": {
"active_layer": 37,
"active_layer": 31,
"active_layer_preset": "",
"auto_track_width": true,
"auto_track_width": false,
"hidden_netclasses": [],
"hidden_nets": [],
"high_contrast_mode": 0,
@ -17,10 +17,10 @@
"ratsnest_display_mode": 0,
"selection_filter": {
"dimensions": false,
"footprints": true,
"graphics": true,
"footprints": false,
"graphics": false,
"keepouts": false,
"lockedItems": true,
"lockedItems": false,
"otherItems": false,
"pads": false,
"text": true,

View file

@ -483,6 +483,23 @@
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"bus_width": 12,
"clearance": 0.1524,
"diff_pair_gap": 0.25,
"diff_pair_via_gap": 0.25,
"diff_pair_width": 0.2,
"line_style": 0,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "Power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.3,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
}
],
"meta": {
@ -490,7 +507,16 @@
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
"netclass_patterns": [
{
"netclass": "Power",
"pattern": "+*"
},
{
"netclass": "Power",
"pattern": "V*"
}
]
},
"pcbnew": {
"last_paths": {

View file

@ -5283,7 +5283,7 @@
(justify left)
)
)
(property "Footprint" "Connector_FFC-FPC:Hirose_FH12-34S-0.5SH_1x34-1MP_P0.50mm_Horizontal"
(property "Footprint" "footprints:AXT334124"
(at 198.12 96.52 0)
(effects
(font
@ -6009,4 +6009,4 @@
(page "1")
)
)
)
)

View file

@ -6,14 +6,14 @@
"apply_defaults_to_fp_fields": false,
"apply_defaults_to_fp_shapes": false,
"apply_defaults_to_fp_text": false,
"board_outline_line_width": 0.09999999999999999,
"copper_line_width": 0.19999999999999998,
"board_outline_line_width": 0.1,
"copper_line_width": 0.2,
"copper_text_italic": false,
"copper_text_size_h": 1.5,
"copper_text_size_v": 1.5,
"copper_text_thickness": 0.3,
"copper_text_upright": false,
"courtyard_line_width": 0.049999999999999996,
"courtyard_line_width": 0.05,
"dimension_precision": 4,
"dimension_units": 3,
"dimensions": {
@ -24,7 +24,7 @@
"text_position": 0,
"units_format": 1
},
"fab_line_width": 0.09999999999999999,
"fab_line_width": 0.1,
"fab_text_italic": false,
"fab_text_size_h": 1.0,
"fab_text_size_v": 1.0,
@ -119,21 +119,21 @@
"allow_blind_buried_vias": false,
"allow_microvias": false,
"max_error": 0.005,
"min_clearance": 0.15239999999999998,
"min_clearance": 0.1524,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.075,
"min_hole_clearance": 0.0,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_microvia_diameter": 0.2,
"min_microvia_drill": 0.1,
"min_resolved_spokes": 2,
"min_silk_clearance": 0.0,
"min_text_height": 0.7999999999999999,
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.15239999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.6095999999999999,
"min_track_width": 0.1524,
"min_via_annular_width": 0.05,
"min_via_diameter": 0.6096,
"solder_mask_clearance": 0.0,
"solder_mask_min_width": 0.0,
"solder_mask_to_copper_clearance": 0.005,

View file

@ -0,0 +1,423 @@
(footprint "AXT334124"
(version 20240108)
(generator "pcbnew")
(generator_version "8.0")
(layer "F.Cu")
(property "Reference" "REF**"
(at -5.6 0 90)
(unlocked yes)
(layer "F.SilkS")
(uuid "34e369f4-bc1b-449c-85aa-4d16e0cbf1b3")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Value" "AXT334124"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(uuid "71c7cbf0-4e89-4263-a143-af54758846d0")
(effects
(font
(size 1 1)
(thickness 0.15)
)
)
)
(property "Footprint" "AXT334124"
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "08e62cce-58b8-4e1a-af89-7adf07378a05")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Datasheet" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "ab8aa8b5-4721-4459-ba6f-27b30355881b")
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Description" ""
(at 0 0 0)
(unlocked yes)
(layer "F.Fab")
(hide yes)
(uuid "e2c35b61-39a4-4d2d-9379-2ce7381757c1")
(effects
(font
(size 1.27 1.27)
)
)
)
(attr smd)
(fp_line
(start -4.9 -2.2)
(end 4.9 -2.2)
(stroke
(width 0.12)
(type default)
)
(layer "F.SilkS")
(uuid "b328f3b3-5426-4cbd-820e-c6043207f85c")
)
(fp_line
(start -4.9 1.8)
(end -4.9 -2.2)
(stroke
(width 0.12)
(type default)
)
(layer "F.SilkS")
(uuid "d02716d3-a5ef-4f75-a3f8-9e9044eebf2f")
)
(fp_line
(start -4.5 2.2)
(end -4.9 1.8)
(stroke
(width 0.12)
(type default)
)
(layer "F.SilkS")
(uuid "b9e282c9-fd51-4463-9b64-c9c676450054")
)
(fp_line
(start 4.9 -2.2)
(end 4.9 2.2)
(stroke
(width 0.12)
(type default)
)
(layer "F.SilkS")
(uuid "248cf000-7dc1-4c2d-98ac-35cd8ba0aaab")
)
(fp_line
(start 4.9 2.2)
(end -4.5 2.2)
(stroke
(width 0.12)
(type default)
)
(layer "F.SilkS")
(uuid "de6f65a6-8064-4bcf-b70b-9d57e63744a8")
)
(fp_line
(start -4.75 -1.5)
(end 4.75 -1.5)
(stroke
(width 0.05)
(type default)
)
(layer "F.CrtYd")
(uuid "ccbc5c39-978a-4a47-a5c5-64684255002b")
)
(fp_line
(start -4.75 1.5)
(end -4.75 -1.5)
(stroke
(width 0.05)
(type default)
)
(layer "F.CrtYd")
(uuid "df2f678a-1bf5-4ce4-9c70-3e7c3a2ce65d")
)
(fp_line
(start 4.75 -1.5)
(end 4.75 1.5)
(stroke
(width 0.05)
(type default)
)
(layer "F.CrtYd")
(uuid "fc92021f-bbb9-4ce4-800c-c7c889ff7dd4")
)
(fp_line
(start 4.75 1.5)
(end -4.75 1.5)
(stroke
(width 0.05)
(type default)
)
(layer "F.CrtYd")
(uuid "7f6d9a1c-cbd8-4445-93c6-2766d9e25267")
)
(pad "1" smd rect
(at -3.2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "7d5d007c-c0ef-46fc-a82b-69dd43c390ec")
)
(pad "2" smd rect
(at -3.2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "4f1fb812-1ad2-46ec-89d9-b7efb94a77cd")
)
(pad "3" smd rect
(at -2.8 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "b2be3e1c-61d3-4a8f-8f5b-9fa02ef3ef3c")
)
(pad "4" smd rect
(at -2.8 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "214c7795-140b-434f-bc6e-abc08893e037")
)
(pad "5" smd rect
(at -2.4 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "68936698-d38d-4528-8847-767cdc181c21")
)
(pad "6" smd rect
(at -2.4 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8f4a612c-fd63-44fa-8f42-21495e84a646")
)
(pad "7" smd rect
(at -2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8b7a2906-12e0-4264-8f00-3718a5a7784b")
)
(pad "8" smd rect
(at -2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "dfbc4485-16c4-47b6-b557-7e4b631287a4")
)
(pad "9" smd rect
(at -1.6 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "bc1a8715-cf8e-40cb-8f76-8cff06438488")
)
(pad "10" smd rect
(at -1.6 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "e603ce47-91e3-482e-a60a-06d8555fcd87")
)
(pad "11" smd rect
(at -1.2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "592eca90-bbc0-47dc-87c6-29624ed575c0")
)
(pad "12" smd rect
(at -1.2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "86f94276-00ba-4b66-a085-429757100349")
)
(pad "13" smd rect
(at -0.8 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "f5145925-e298-43b8-b5cb-359d58b7566d")
)
(pad "14" smd rect
(at -0.8 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "6e0d3fd4-c906-49df-bbce-975bd3f4ec8d")
)
(pad "15" smd rect
(at -0.4 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "5364d36d-ef3f-403f-8a5d-4d88a433107c")
)
(pad "16" smd rect
(at -0.4 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "4614acee-e11d-4316-a406-582b39b4c15f")
)
(pad "17" smd rect
(at 0 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8cca9bff-18fa-4457-b66c-420b607b7548")
)
(pad "18" smd rect
(at 0 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "a7b18211-2e50-478f-8ca2-bd1a3ffed4d5")
)
(pad "19" smd rect
(at 0.4 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "de5d0a68-ce6b-495e-8eb4-1e88d5808b38")
)
(pad "20" smd rect
(at 0.4 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8e9b50a7-dd81-4010-b6d3-f40e043f3d40")
)
(pad "21" smd rect
(at 0.8 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8e6a6a27-b243-4696-81af-aef9d9d25621")
)
(pad "22" smd rect
(at 0.8 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "3de0cf2a-1a13-4d5a-a4c3-b6906ad33852")
)
(pad "23" smd rect
(at 1.2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "57ea4ed6-28ae-4ad6-b6c6-8f75b4ab1536")
)
(pad "24" smd rect
(at 1.2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "0cc7e0d8-57bb-4d03-a3b5-fde90695f883")
)
(pad "25" smd rect
(at 1.6 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "c0397cc5-432f-4729-8443-70720db8c489")
)
(pad "26" smd rect
(at 1.6 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "c625228c-60f7-438a-9cf6-fe7547c952bb")
)
(pad "27" smd rect
(at 2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "cc400839-8c15-46d1-a56a-ce7bae6e670c")
)
(pad "28" smd rect
(at 2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "720f27eb-7def-4c85-ab1e-60824a9ff01b")
)
(pad "29" smd rect
(at 2.4 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "8e8b94aa-9c3d-4c80-b368-5f5073911eec")
)
(pad "30" smd rect
(at 2.4 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "a9d8a2f9-9dbd-4994-90a8-3bfb36450672")
)
(pad "31" smd rect
(at 2.8 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "4532fbfc-ca5e-4fea-87d7-3356655b33e3")
)
(pad "32" smd rect
(at 2.8 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "434b848b-a4aa-4865-bc00-fcad0408eb2b")
)
(pad "33" smd rect
(at 3.2 1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "d4d676ca-aff1-4266-80d9-4c055d65bb23")
)
(pad "34" smd rect
(at 3.2 -1.7)
(size 0.23 0.8)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "bf9661dd-5062-4c65-a7db-6141b8f9b189")
)
(pad "MP" smd rect
(at -4.15 -1.5)
(size 0.7 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "92fa1671-3959-46ba-9abf-e8d8d59537b3")
)
(pad "MP" smd rect
(at -4.15 1.5)
(size 0.7 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "4f58f37e-d6e9-4146-9aea-bb93122ab834")
)
(pad "MP" smd rect
(at 4.15 -1.5)
(size 0.7 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "d049848a-9af2-428e-b0c1-44bc4124c54b")
)
(pad "MP" smd rect
(at 4.15 1.5)
(size 0.7 1.2)
(layers "F.Cu" "F.Paste" "F.Mask")
(thermal_bridge_angle 45)
(uuid "6a4dd32b-0cd3-44fc-926a-cc4531ab8228")
)
)