Работа над схемой
This commit is contained in:
parent
3c4aae93f3
commit
4a63587427
5 changed files with 2030 additions and 29 deletions
1954
Connectors.kicad_sch
1954
Connectors.kicad_sch
File diff suppressed because it is too large
Load diff
BIN
Doc/slvubs4a.pdf
Normal file
BIN
Doc/slvubs4a.pdf
Normal file
Binary file not shown.
BIN
Doc/tps65987d.pdf
Normal file
BIN
Doc/tps65987d.pdf
Normal file
Binary file not shown.
|
|
@ -15,6 +15,7 @@
|
|||
"vias": 1.0,
|
||||
"zones": 0.6
|
||||
},
|
||||
"prototype_zone_fills": false,
|
||||
"selection_filter": {
|
||||
"dimensions": true,
|
||||
"footprints": true,
|
||||
|
|
@ -107,6 +108,7 @@
|
|||
"filter_text": "",
|
||||
"group_by_constraint": false,
|
||||
"group_by_netclass": false,
|
||||
"show_time_domain_details": false,
|
||||
"show_unconnected_nets": false,
|
||||
"show_zero_pad_nets": false,
|
||||
"sort_ascending": true,
|
||||
|
|
@ -117,6 +119,7 @@
|
|||
"files": []
|
||||
},
|
||||
"schematic": {
|
||||
"hierarchy_collapsed": [],
|
||||
"selection_filter": {
|
||||
"graphics": true,
|
||||
"images": true,
|
||||
|
|
@ -124,6 +127,7 @@
|
|||
"lockedItems": false,
|
||||
"otherItems": true,
|
||||
"pins": true,
|
||||
"ruleAreas": true,
|
||||
"symbols": true,
|
||||
"text": true,
|
||||
"wires": true
|
||||
|
|
|
|||
|
|
@ -224,17 +224,28 @@
|
|||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"ipc2581": {
|
||||
"bom_rev": "",
|
||||
"dist": "",
|
||||
"distpn": "",
|
||||
"internal_id": "",
|
||||
"mfg": "",
|
||||
"mpn": ""
|
||||
"mpn": "",
|
||||
"sch_revision": ""
|
||||
},
|
||||
"layer_pairs": [],
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"component_class_settings": {
|
||||
"assignments": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"sheet_component_classes": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
|
|
@ -424,11 +435,14 @@
|
|||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"field_name_whitespace": "warning",
|
||||
"footprint_filter": "ignore",
|
||||
"footprint_link_issues": "warning",
|
||||
"four_way_junction": "ignore",
|
||||
"global_label_dangling": "warning",
|
||||
"ground_pin_not_ground": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"isolated_pin_label": "warning",
|
||||
"label_dangling": "error",
|
||||
"label_multiple_wires": "warning",
|
||||
"lib_symbol_issues": "warning",
|
||||
|
|
@ -451,6 +465,7 @@
|
|||
"similar_power": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"single_global_label": "ignore",
|
||||
"stacked_pin_name": "warning",
|
||||
"unannotated": "error",
|
||||
"unconnected_wire_endpoint": "warning",
|
||||
"undefined_netclass": "error",
|
||||
|
|
@ -485,13 +500,14 @@
|
|||
"priority": 2147483647,
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"tuning_profile": "",
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 12
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 4
|
||||
"version": 5
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
|
|
@ -513,6 +529,10 @@
|
|||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"annotation": {
|
||||
"method": 0,
|
||||
"sort_order": 0
|
||||
},
|
||||
"bom_export_filename": "${PROJECTNAME}.csv",
|
||||
"bom_fmt_presets": [],
|
||||
"bom_fmt_settings": {
|
||||
|
|
@ -584,6 +604,60 @@
|
|||
"sort_asc": true,
|
||||
"sort_field": "Обозначение"
|
||||
},
|
||||
"bus_aliases": {
|
||||
"EDP": [
|
||||
"TX_D2P",
|
||||
"TX_D2N",
|
||||
"TX_D1P",
|
||||
"TX_D1N",
|
||||
"TX_D0P",
|
||||
"TX_D0N",
|
||||
"TX_AUXP",
|
||||
"TX_AUXN"
|
||||
],
|
||||
"MIPI_DSI": [
|
||||
"TX_D0N",
|
||||
"TX_D0P",
|
||||
"TX_D1N",
|
||||
"TX_D1P",
|
||||
"TX_D2N",
|
||||
"TX_D2P",
|
||||
"TX_D3N",
|
||||
"TX_D3P",
|
||||
"TX_CLKN",
|
||||
"TX_CLKP"
|
||||
],
|
||||
"MIPI_DSI_CTRL": [
|
||||
"SDA",
|
||||
"SCL",
|
||||
"EN",
|
||||
"IRQ1"
|
||||
],
|
||||
"TypeC": [
|
||||
"TX1+",
|
||||
"TX1-",
|
||||
"CC1",
|
||||
"D1+",
|
||||
"D1-",
|
||||
"SBUS1",
|
||||
"RX2-",
|
||||
"RX2+",
|
||||
"TX2+",
|
||||
"TX2-",
|
||||
"CC2",
|
||||
"D2+",
|
||||
"D2-",
|
||||
"SBUS2",
|
||||
"RX1-",
|
||||
"RX1+"
|
||||
],
|
||||
"USB": [
|
||||
"SSTXP",
|
||||
"SSTXN",
|
||||
"SSRXP",
|
||||
"SSRXN"
|
||||
]
|
||||
},
|
||||
"connection_grid_size": 50.0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
|
|
@ -591,6 +665,7 @@
|
|||
"default_line_thickness": 12.0,
|
||||
"default_text_size": 60.0,
|
||||
"field_names": [],
|
||||
"hop_over_size_choice": 0,
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
|
|
@ -614,6 +689,7 @@
|
|||
"net_format_name": "",
|
||||
"page_layout_descr_file": "kicad-embed://gost_landscape.kicad_wks",
|
||||
"plot_directory": "",
|
||||
"reuse_designators": true,
|
||||
"space_save_all_events": true,
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
|
|
@ -622,12 +698,21 @@
|
|||
"spice_save_all_dissipations": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 49,
|
||||
"subpart_id_separator": 46
|
||||
"subpart_id_separator": 46,
|
||||
"top_level_sheets": [
|
||||
{
|
||||
"filename": "HMI-OPI-CM4.kicad_sch",
|
||||
"name": "HMI-OPI-CM4",
|
||||
"uuid": "4daedc7c-309e-46e6-b59d-673ab7f56305"
|
||||
}
|
||||
],
|
||||
"used_designators": "U1,DD7,R6-7,R10-11",
|
||||
"variants": []
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"4daedc7c-309e-46e6-b59d-673ab7f56305",
|
||||
"Root"
|
||||
"HMI-OPI-CM4"
|
||||
],
|
||||
[
|
||||
"9fb32f2d-e566-4096-81e2-0a9509d9c13d",
|
||||
|
|
@ -642,5 +727,11 @@
|
|||
"Connectors"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
"text_variables": {},
|
||||
"tuning_profiles": {
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"tuning_profiles_impedance_geometric": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue