Update source fields and add new boards #1
4 changed files with 4651 additions and 15 deletions
4562
hardware/pcbs/linkertron/bom/ibom.html
Normal file
4562
hardware/pcbs/linkertron/bom/ibom.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -210,6 +210,13 @@
|
||||||
],
|
],
|
||||||
"zones_allow_external_fillets": false
|
"zones_allow_external_fillets": false
|
||||||
},
|
},
|
||||||
|
"ipc2581": {
|
||||||
|
"dist": "",
|
||||||
|
"distpn": "",
|
||||||
|
"internal_id": "",
|
||||||
|
"mfg": "",
|
||||||
|
"mpn": ""
|
||||||
|
},
|
||||||
"layer_presets": [],
|
"layer_presets": [],
|
||||||
"viewports": []
|
"viewports": []
|
||||||
},
|
},
|
||||||
|
|
@ -468,14 +475,75 @@
|
||||||
"gencad": "",
|
"gencad": "",
|
||||||
"idf": "",
|
"idf": "",
|
||||||
"netlist": "",
|
"netlist": "",
|
||||||
|
"plot": "",
|
||||||
|
"pos_files": "",
|
||||||
"specctra_dsn": "",
|
"specctra_dsn": "",
|
||||||
"step": "",
|
"step": "",
|
||||||
|
"svg": "",
|
||||||
"vrml": ""
|
"vrml": ""
|
||||||
},
|
},
|
||||||
"page_layout_descr_file": ""
|
"page_layout_descr_file": ""
|
||||||
},
|
},
|
||||||
"schematic": {
|
"schematic": {
|
||||||
"annotate_start_num": 0,
|
"annotate_start_num": 0,
|
||||||
|
"bom_fmt_presets": [],
|
||||||
|
"bom_fmt_settings": {
|
||||||
|
"field_delimiter": ",",
|
||||||
|
"keep_line_breaks": false,
|
||||||
|
"keep_tabs": false,
|
||||||
|
"name": "CSV",
|
||||||
|
"ref_delimiter": ",",
|
||||||
|
"ref_range_delimiter": "",
|
||||||
|
"string_delimiter": "\""
|
||||||
|
},
|
||||||
|
"bom_presets": [],
|
||||||
|
"bom_settings": {
|
||||||
|
"exclude_dnp": false,
|
||||||
|
"fields_ordered": [
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Reference",
|
||||||
|
"name": "Reference",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": true,
|
||||||
|
"label": "Value",
|
||||||
|
"name": "Value",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Datasheet",
|
||||||
|
"name": "Datasheet",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Footprint",
|
||||||
|
"name": "Footprint",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": false,
|
||||||
|
"label": "Qty",
|
||||||
|
"name": "${QUANTITY}",
|
||||||
|
"show": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"group_by": true,
|
||||||
|
"label": "DNP",
|
||||||
|
"name": "${DNP}",
|
||||||
|
"show": true
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"filter_string": "",
|
||||||
|
"group_symbols": true,
|
||||||
|
"name": "Grouped By Value",
|
||||||
|
"sort_asc": true,
|
||||||
|
"sort_field": "Reference"
|
||||||
|
},
|
||||||
|
"connection_grid_size": 50.0,
|
||||||
"drawing": {
|
"drawing": {
|
||||||
"dashed_lines_dash_length_ratio": 12.0,
|
"dashed_lines_dash_length_ratio": 12.0,
|
||||||
"dashed_lines_gap_length_ratio": 3.0,
|
"dashed_lines_gap_length_ratio": 3.0,
|
||||||
|
|
@ -489,6 +557,11 @@
|
||||||
"intersheets_ref_suffix": "",
|
"intersheets_ref_suffix": "",
|
||||||
"junction_size_choice": 3,
|
"junction_size_choice": 3,
|
||||||
"label_size_ratio": 0.375,
|
"label_size_ratio": 0.375,
|
||||||
|
"operating_point_overlay_i_precision": 3,
|
||||||
|
"operating_point_overlay_i_range": "~A",
|
||||||
|
"operating_point_overlay_v_precision": 3,
|
||||||
|
"operating_point_overlay_v_range": "~V",
|
||||||
|
"overbar_offset_ratio": 1.23,
|
||||||
"pin_symbol_size": 25.0,
|
"pin_symbol_size": 25.0,
|
||||||
"text_offset_ratio": 0.15
|
"text_offset_ratio": 0.15
|
||||||
},
|
},
|
||||||
|
|
@ -504,6 +577,7 @@
|
||||||
"spice_external_command": "spice \"%I\"",
|
"spice_external_command": "spice \"%I\"",
|
||||||
"spice_model_current_sheet_as_root": true,
|
"spice_model_current_sheet_as_root": true,
|
||||||
"spice_save_all_currents": false,
|
"spice_save_all_currents": false,
|
||||||
|
"spice_save_all_dissipations": false,
|
||||||
"spice_save_all_voltages": false,
|
"spice_save_all_voltages": false,
|
||||||
"subpart_first_id": 65,
|
"subpart_first_id": 65,
|
||||||
"subpart_id_separator": 0
|
"subpart_id_separator": 0
|
||||||
|
|
|
||||||
|
|
@ -1143,7 +1143,7 @@
|
||||||
(stroke (width 0) (type default))
|
(stroke (width 0) (type default))
|
||||||
(uuid 22b2c89b-ab37-40a8-9c94-2346b74a8750)
|
(uuid 22b2c89b-ab37-40a8-9c94-2346b74a8750)
|
||||||
)
|
)
|
||||||
(wire (pts (xy 53.34 163.83) (xy 53.34 172.72))
|
(wire (pts (xy 53.34 165.1) (xy 53.34 172.72))
|
||||||
(stroke (width 0) (type default))
|
(stroke (width 0) (type default))
|
||||||
(uuid 24b947a7-05c2-4839-917c-3312c9a27518)
|
(uuid 24b947a7-05c2-4839-917c-3312c9a27518)
|
||||||
)
|
)
|
||||||
|
|
@ -1219,7 +1219,7 @@
|
||||||
(stroke (width 0) (type default))
|
(stroke (width 0) (type default))
|
||||||
(uuid 751bc0c4-242d-427c-8246-7bcb6582d4b0)
|
(uuid 751bc0c4-242d-427c-8246-7bcb6582d4b0)
|
||||||
)
|
)
|
||||||
(wire (pts (xy 53.34 149.86) (xy 53.34 156.21))
|
(wire (pts (xy 53.34 149.86) (xy 53.34 157.48))
|
||||||
(stroke (width 0) (type default))
|
(stroke (width 0) (type default))
|
||||||
(uuid 7b8845b8-eab9-45f6-a844-8e41cb8f0387)
|
(uuid 7b8845b8-eab9-45f6-a844-8e41cb8f0387)
|
||||||
)
|
)
|
||||||
|
|
@ -1496,7 +1496,7 @@
|
||||||
(property "Datasheet" "~" (at 90.17 161.29 0)
|
(property "Datasheet" "~" (at 90.17 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 90.17 161.29 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 90.17 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 96.52 163.83 0)
|
(property "Rating" "35V / 20%" (at 96.52 163.83 0)
|
||||||
|
|
@ -2001,7 +2001,7 @@
|
||||||
(property "Datasheet" "~" (at 72.39 120.65 0)
|
(property "Datasheet" "~" (at 72.39 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 72.39 120.65 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 72.39 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 78.74 123.19 0)
|
(property "Rating" "35V / 20%" (at 78.74 123.19 0)
|
||||||
|
|
@ -2038,7 +2038,7 @@
|
||||||
(property "Datasheet" "~" (at 91.44 120.65 0)
|
(property "Datasheet" "~" (at 91.44 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 91.44 120.65 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 91.44 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 97.79 123.19 0)
|
(property "Rating" "35V / 20%" (at 97.79 123.19 0)
|
||||||
|
|
@ -2294,7 +2294,7 @@
|
||||||
(property "Datasheet" "~" (at 71.12 161.29 0)
|
(property "Datasheet" "~" (at 71.12 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 71.12 161.29 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 71.12 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 77.47 163.83 0)
|
(property "Rating" "35V / 20%" (at 77.47 163.83 0)
|
||||||
|
|
@ -2409,25 +2409,25 @@
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
(symbol (lib_id "Device:C_Polarized_US") (at 53.34 160.02 0) (unit 1)
|
(symbol (lib_id "Device:C_Polarized_US") (at 53.34 161.29 0) (unit 1)
|
||||||
(in_bom yes) (on_board yes) (dnp no)
|
(in_bom yes) (on_board yes) (dnp no)
|
||||||
(uuid d64dd884-bdf4-4616-8a32-d8fcd078aeea)
|
(uuid d64dd884-bdf4-4616-8a32-d8fcd078aeea)
|
||||||
(property "Reference" "C201" (at 57.15 158.115 0)
|
(property "Reference" "C201" (at 57.15 159.385 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left))
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
)
|
)
|
||||||
(property "Value" "100u" (at 57.15 160.655 0)
|
(property "Value" "100u" (at 57.15 161.925 0)
|
||||||
(effects (font (size 1.27 1.27)) (justify left))
|
(effects (font (size 1.27 1.27)) (justify left))
|
||||||
)
|
)
|
||||||
(property "Footprint" "Capacitor_SMD:CP_Elec_6.3x9.9" (at 53.34 160.02 0)
|
(property "Footprint" "Capacitor_SMD:CP_Elec_6.3x9.9" (at 53.34 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Datasheet" "~" (at 53.34 160.02 0)
|
(property "Datasheet" "~" (at 53.34 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 53.34 160.02 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 53.34 161.29 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 59.69 162.56 0)
|
(property "Rating" "35V / 20%" (at 59.69 163.83 0)
|
||||||
(effects (font (size 1.27 1.27)))
|
(effects (font (size 1.27 1.27)))
|
||||||
)
|
)
|
||||||
(pin "1" (uuid 0ea64e36-d5f4-4321-b8be-6091c88ea8f1))
|
(pin "1" (uuid 0ea64e36-d5f4-4321-b8be-6091c88ea8f1))
|
||||||
|
|
@ -2677,7 +2677,7 @@
|
||||||
(property "Datasheet" "~" (at 54.61 120.65 0)
|
(property "Datasheet" "~" (at 54.61 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "865080653016" (at 54.61 120.65 0)
|
(property "mpn" "EMZR500ARA101MF80G" (at 54.61 120.65 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "Rating" "35V / 20%" (at 60.96 123.19 0)
|
(property "Rating" "35V / 20%" (at 60.96 123.19 0)
|
||||||
|
|
|
||||||
|
|
@ -2106,7 +2106,7 @@
|
||||||
(property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (at 80.6547 62.247 0)
|
(property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" (at 80.6547 62.247 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(property "mpn" "SRL05-TP" (at 80.01 62.23 0)
|
(property "mpn" "USBLC6-2SC6" (at 80.01 62.23 0)
|
||||||
(effects (font (size 1.27 1.27)) hide)
|
(effects (font (size 1.27 1.27)) hide)
|
||||||
)
|
)
|
||||||
(pin "1" (uuid 8e1ee150-6770-4caf-be54-ffa0c5d48092))
|
(pin "1" (uuid 8e1ee150-6770-4caf-be54-ffa0c5d48092))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue