Demos update.
This commit is contained in:
parent
ce2d091588
commit
bff263b6da
|
@ -12,4 +12,7 @@
|
|||
(lib (name "Diode_THT")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Diode_THT.pretty")(options "")(descr ""))
|
||||
(lib (name "Resistor_SMD")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Resistor_SMD.pretty")(options "")(descr ""))
|
||||
(lib (name "Resistor_THT")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Resistor_THT.pretty")(options "")(descr ""))
|
||||
(lib (name "Capacitor_SMD")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Capacitor_SMD.pretty")(options "")(descr ""))
|
||||
(lib (name "Capacitor_THT")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Capacitor_THT.pretty")(options "")(descr ""))
|
||||
(lib (name "Connector_Dsub")(type "KiCad")(uri "${KICAD6_FOOTPRINT_DIR}/Connector_Dsub.pretty")(options "")(descr ""))
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.049999999999999996,
|
||||
|
@ -62,20 +63,26 @@
|
|||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "ignore",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
|
@ -85,9 +92,14 @@
|
|||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "ignore",
|
||||
"silk_over_copper": "error",
|
||||
"silk_overlap": "error",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
|
@ -96,7 +108,6 @@
|
|||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zone_has_empty_net": "error",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rule_severitieslegacy_courtyards_overlap": true,
|
||||
|
@ -106,18 +117,63 @@
|
|||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_connection": 0.0,
|
||||
"min_copper_edge_clearance": 0.01,
|
||||
"min_hole_clearance": 0.0,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_resolved_spokes": 1,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.6,
|
||||
"min_text_thickness": 0.12,
|
||||
"min_through_hole_diameter": 0.39999999999999997,
|
||||
"min_track_width": 0.19812,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.5,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 5,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": false,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.3,
|
||||
|
@ -132,7 +188,8 @@
|
|||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"layer_presets": []
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
|
@ -354,7 +411,7 @@
|
|||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"bus_width": 12,
|
||||
"clearance": 0.15,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
|
@ -368,10 +425,10 @@
|
|||
"track_width": 0.2,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"bus_width": 12,
|
||||
"clearance": 0.15,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
|
@ -380,23 +437,33 @@
|
|||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "POWER",
|
||||
"nets": [
|
||||
"+3.3V",
|
||||
"GND",
|
||||
"GNDA"
|
||||
],
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.4,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null
|
||||
"net_colors": null,
|
||||
"netclass_assignments": null,
|
||||
"netclass_patterns": [
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "+3.3V"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "GND"
|
||||
},
|
||||
{
|
||||
"netclass": "POWER",
|
||||
"pattern": "GNDA"
|
||||
}
|
||||
]
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
|
@ -413,6 +480,8 @@
|
|||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_bus_thickness": 12.0,
|
||||
"default_junction_size": 40.0,
|
||||
"default_line_thickness": 6.0,
|
||||
|
@ -448,6 +517,8 @@
|
|||
"plot_directory": "",
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
(kicad_sch (version 20220822) (generator eeschema)
|
||||
(kicad_sch (version 20221004) (generator eeschema)
|
||||
|
||||
(uuid 39bf5ddc-d073-496b-8d93-14dacb63ae69)
|
||||
|
||||
|
@ -13,16 +13,16 @@
|
|||
|
||||
(lib_symbols
|
||||
(symbol "video_schlib:74LS245" (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 2.54 14.605 0)
|
||||
(property "Reference" "U" (at 2.54 14.605 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Value" "74LS245" (id 1) (at 1.27 -14.605 0)
|
||||
(property "Value" "74LS245" (at 1.27 -14.605 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 1.27 -16.51 0)
|
||||
(property "Footprint" "" (at 1.27 -16.51 0)
|
||||
(effects (font (size 0.762 0.762)) (justify left))
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 2.54 14.605 0)
|
||||
(property "Datasheet" "" (at 2.54 14.605 0)
|
||||
(effects (font (size 0.762 0.762)))
|
||||
)
|
||||
(symbol "74LS245_0_0"
|
||||
|
@ -136,16 +136,16 @@
|
|||
)
|
||||
)
|
||||
(symbol "video_schlib:VCC" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (id 0) (at 0 2.54 0)
|
||||
(property "Reference" "#PWR" (at 0 2.54 0)
|
||||
(effects (font (size 0.762 0.762)) hide)
|
||||
)
|
||||
(property "Value" "VCC" (id 1) (at 0 2.54 0)
|
||||
(property "Value" "VCC" (at 0 2.54 0)
|
||||
(effects (font (size 0.762 0.762)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(symbol "VCC_0_0"
|
||||
|
@ -171,16 +171,16 @@
|
|||
)
|
||||
)
|
||||
(symbol "video_schlib:XC4003-VQ100" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 0 2.54 0)
|
||||
(property "Reference" "U" (at 0 2.54 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "XC4003-VQ100" (id 1) (at 0 -2.54 0)
|
||||
(property "Value" "XC4003-VQ100" (at 0 -2.54 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(symbol "XC4003-VQ100_0_1"
|
||||
|
@ -1783,19 +1783,18 @@
|
|||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:XC4003-VQ100") (at 179.07 97.79 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-000033a567b8)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 179.07 95.25 0)
|
||||
(property "Reference" "U22" (at 179.07 95.25 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 179.07 100.33 0)
|
||||
(property "Value" "XC4003-VQ100" (at 179.07 100.33 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 179.07 97.79 0)
|
||||
(property "Footprint" "Package_QFP:TQFP-100_14x14mm_P0.5mm" (at 179.07 97.79 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 179.07 97.79 0)
|
||||
(property "Datasheet" "" (at 179.07 97.79 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 25e063b9-13b6-4b6d-b8fc-7e3cc56158df))
|
||||
|
@ -1898,41 +1897,53 @@
|
|||
(pin "97" (uuid 1320328f-592e-49c5-a5a7-08e77249211e))
|
||||
(pin "98" (uuid d7aec510-f42c-4a59-a237-09c69b208d94))
|
||||
(pin "99" (uuid 35766505-79c9-4930-ad64-36391ce05963))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "U22") (unit 1) (value "XC4003-VQ100") (footprint "Package_QFP:TQFP-100_14x14mm_P0.5mm")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:VCC") (at 154.94 39.37 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-000033a567e7)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 154.94 34.29 0)
|
||||
(property "Reference" "#PWR06" (at 154.94 34.29 0)
|
||||
(effects (font (size 1.016 1.016)) hide)
|
||||
)
|
||||
(property "Value" "" (id 1) (at 154.94 35.56 0)
|
||||
(property "Value" "VCC" (at 154.94 35.56 0)
|
||||
(effects (font (size 1.016 1.016)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 154.94 39.37 0)
|
||||
(property "Footprint" "" (at 154.94 39.37 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 154.94 39.37 0)
|
||||
(property "Datasheet" "" (at 154.94 39.37 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 06ae5ced-2f91-4bbd-ad5a-6e387d2c72ff))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "#PWR06") (unit 1) (value "VCC") (footprint "")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:74LS245") (at 83.82 40.64 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-000033a7e303)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 83.82 45.72 0)
|
||||
(property "Reference" "U3" (at 83.82 45.72 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 83.82 48.26 0)
|
||||
(property "Value" "74LS245" (at 83.82 48.26 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 83.82 40.64 0)
|
||||
(property "Footprint" "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm" (at 83.82 40.64 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 83.82 40.64 0)
|
||||
(property "Datasheet" "" (at 83.82 40.64 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "10" (uuid 7840c61a-ea1c-4b68-bf78-cd058f724d5e))
|
||||
|
@ -1955,22 +1966,28 @@
|
|||
(pin "7" (uuid 0c5c23dc-8750-40b8-8b92-8fd0e28114c8))
|
||||
(pin "8" (uuid 7f6b7893-6c70-4cbe-99ae-424a40cab326))
|
||||
(pin "9" (uuid 533218d6-1a62-4864-84da-a8b451b69b6c))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "U3") (unit 1) (value "74LS245") (footprint "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:74LS245") (at 83.82 132.08 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d5)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 83.82 137.16 0)
|
||||
(property "Reference" "U6" (at 83.82 137.16 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 83.82 139.7 0)
|
||||
(property "Value" "74LS245" (at 83.82 139.7 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 83.82 132.08 0)
|
||||
(property "Footprint" "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm" (at 83.82 132.08 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 83.82 132.08 0)
|
||||
(property "Datasheet" "" (at 83.82 132.08 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "10" (uuid e126c032-fdc2-4cab-ba01-91d23444a434))
|
||||
|
@ -1993,22 +2010,28 @@
|
|||
(pin "7" (uuid bca59fa8-d41c-4a3d-814f-2e4e7c25a6a7))
|
||||
(pin "8" (uuid 9e71a287-db31-48ed-968e-251aaeb8c4d7))
|
||||
(pin "9" (uuid b289a306-95a1-46d1-99a0-93926f8e3d8c))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "U6") (unit 1) (value "74LS245") (footprint "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:74LS245") (at 83.82 101.6 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d6)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 83.82 106.68 0)
|
||||
(property "Reference" "U5" (at 83.82 106.68 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 83.82 109.22 0)
|
||||
(property "Value" "74LS245" (at 83.82 109.22 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 83.82 101.6 0)
|
||||
(property "Footprint" "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm" (at 83.82 101.6 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 83.82 101.6 0)
|
||||
(property "Datasheet" "" (at 83.82 101.6 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "10" (uuid 545ffdca-1eac-4880-9376-7cec4dc85022))
|
||||
|
@ -2031,22 +2054,28 @@
|
|||
(pin "7" (uuid e6d1eec0-1e1f-4c3d-8eb6-b7c344976af4))
|
||||
(pin "8" (uuid 58eb3f3a-c280-49e1-96ef-9a141470b4d3))
|
||||
(pin "9" (uuid 8f0514c4-efbb-4dc7-a3b0-15ea7b830be8))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "U5") (unit 1) (value "74LS245") (footprint "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:74LS245") (at 83.82 71.12 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d7)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 83.82 76.2 0)
|
||||
(property "Reference" "U4" (at 83.82 76.2 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 83.82 78.74 0)
|
||||
(property "Value" "74LS245" (at 83.82 78.74 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 83.82 71.12 0)
|
||||
(property "Footprint" "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm" (at 83.82 71.12 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 83.82 71.12 0)
|
||||
(property "Datasheet" "" (at 83.82 71.12 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "10" (uuid 16d0af27-bf11-4480-9365-0248569bd422))
|
||||
|
@ -2069,5 +2098,12 @@
|
|||
(pin "7" (uuid cc53faeb-7c79-4832-a106-fef91b030221))
|
||||
(pin "8" (uuid 073f0bfb-03b2-48b3-ae46-d3f1dbcfe157))
|
||||
(pin "9" (uuid 9166622d-885f-4a7a-9c40-57ddb8a1c06f))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf0367d"
|
||||
(reference "U4") (unit 1) (value "74LS245") (footprint "Package_SO:SOIC-20W_7.5x12.8mm_P1.27mm")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -1,4 +1,4 @@
|
|||
(kicad_sch (version 20220822) (generator eeschema)
|
||||
(kicad_sch (version 20221004) (generator eeschema)
|
||||
|
||||
(uuid 355450fd-59b6-470a-8171-8a3bc70c71a0)
|
||||
|
||||
|
@ -14,16 +14,16 @@
|
|||
|
||||
(lib_symbols
|
||||
(symbol "video_schlib:SIM4X32" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 0 13.97 0)
|
||||
(property "Reference" "U" (at 0 13.97 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "SIM4X32" (id 1) (at 11.43 -50.8 0)
|
||||
(property "Value" "SIM4X32" (at 11.43 -50.8 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.524 1.524)))
|
||||
)
|
||||
(symbol "SIM4X32_0_1"
|
||||
|
@ -3545,19 +3545,18 @@
|
|||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 307.34 189.23 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-000032fa1e5b)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 307.34 175.26 0)
|
||||
(property "Reference" "U13" (at 307.34 175.26 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 318.77 240.03 0)
|
||||
(property "Value" "SIM4X32" (at 318.77 240.03 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 307.34 189.23 0)
|
||||
(property "Footprint" "footprints:sim72" (at 307.34 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 307.34 189.23 0)
|
||||
(property "Datasheet" "" (at 307.34 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 25b117bf-46d7-4d1e-a9fb-4096d0b29c97))
|
||||
|
@ -3620,22 +3619,28 @@
|
|||
(pin "72" (uuid 51c5bdf2-4b85-4296-a090-d916fad0caec))
|
||||
(pin "8" (uuid 6e8ca932-414b-42a2-899f-823a9d5b3e37))
|
||||
(pin "9" (uuid 4d278e1e-1b3c-43a5-a005-4840d48674a0))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U13") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 163.83 189.23 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036ce)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 163.83 175.26 0)
|
||||
(property "Reference" "U12" (at 163.83 175.26 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 175.26 240.03 0)
|
||||
(property "Value" "SIM4X32" (at 175.26 240.03 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 163.83 189.23 0)
|
||||
(property "Footprint" "footprints:sim72" (at 163.83 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 163.83 189.23 0)
|
||||
(property "Datasheet" "" (at 163.83 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 38850607-0ad5-41b9-8efe-89ec316e8098))
|
||||
|
@ -3698,22 +3703,28 @@
|
|||
(pin "72" (uuid db08ada5-95f2-4ed6-9e72-9bf7ae60a963))
|
||||
(pin "8" (uuid b1159a5d-4307-4816-91f6-6a1626176f21))
|
||||
(pin "9" (uuid 47d0860e-1fe1-433d-ab0c-86c7c1fe3676))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U12") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 236.22 189.23 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036cf)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 236.22 175.26 0)
|
||||
(property "Reference" "U14" (at 236.22 175.26 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 247.65 240.03 0)
|
||||
(property "Value" "SIM4X32" (at 247.65 240.03 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 236.22 189.23 0)
|
||||
(property "Footprint" "footprints:sim72" (at 236.22 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 236.22 189.23 0)
|
||||
(property "Datasheet" "" (at 236.22 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid e49ee63b-bc49-4e44-adca-9e152d2dfd8a))
|
||||
|
@ -3776,22 +3787,28 @@
|
|||
(pin "72" (uuid 4b0ddc86-df89-4c49-b373-7b7f090e8dc8))
|
||||
(pin "8" (uuid a3261944-5538-4542-92ed-ce19c1e19ad3))
|
||||
(pin "9" (uuid 10f63f88-4c81-4d6b-bbb3-52f9733dfffa))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U14") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 91.44 189.23 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d0)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 91.44 175.26 0)
|
||||
(property "Reference" "U16" (at 91.44 175.26 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 102.87 240.03 0)
|
||||
(property "Value" "SIM4X32" (at 102.87 240.03 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 91.44 189.23 0)
|
||||
(property "Footprint" "footprints:sim72" (at 91.44 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 91.44 189.23 0)
|
||||
(property "Datasheet" "" (at 91.44 189.23 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 11d27298-bb1a-4fc9-8c3a-9eee0dbec264))
|
||||
|
@ -3854,22 +3871,28 @@
|
|||
(pin "72" (uuid d426d646-200f-40bb-bdf3-7b1e0de674b2))
|
||||
(pin "8" (uuid 47b58897-1b5e-4c40-8bd0-231f6e178c70))
|
||||
(pin "9" (uuid 2743826d-a0a9-4aec-b6bf-a72ca6417dc1))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U16") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 307.34 76.2 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d1)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 307.34 62.23 0)
|
||||
(property "Reference" "U15" (at 307.34 62.23 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 318.77 127 0)
|
||||
(property "Value" "SIM4X32" (at 318.77 127 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 307.34 76.2 0)
|
||||
(property "Footprint" "footprints:sim72" (at 307.34 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 307.34 76.2 0)
|
||||
(property "Datasheet" "" (at 307.34 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 5289976f-079b-40b2-9e18-72ef8ce5c938))
|
||||
|
@ -3932,22 +3955,28 @@
|
|||
(pin "72" (uuid 445b9af4-e270-426b-aecb-ae68589dc702))
|
||||
(pin "8" (uuid 7bd3fbe7-9422-406d-b2e0-582c2197adbc))
|
||||
(pin "9" (uuid ac12720f-d00b-4784-9085-244eeaa573ba))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U15") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 236.22 76.2 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d2)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 236.22 62.23 0)
|
||||
(property "Reference" "U17" (at 236.22 62.23 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 247.65 127 0)
|
||||
(property "Value" "SIM4X32" (at 247.65 127 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 236.22 76.2 0)
|
||||
(property "Footprint" "footprints:sim72" (at 236.22 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 236.22 76.2 0)
|
||||
(property "Datasheet" "" (at 236.22 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid e27212f1-42fb-410c-b699-1d73a2acf3d2))
|
||||
|
@ -4010,22 +4039,28 @@
|
|||
(pin "72" (uuid 3e75c2c4-dab6-4729-910b-aff5fccd07b2))
|
||||
(pin "8" (uuid 0073c377-a6ac-4adb-bf94-40862c2be75c))
|
||||
(pin "9" (uuid 28fb14fa-ee42-4882-9648-466d64869835))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U17") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 163.83 76.2 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d3)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 163.83 62.23 0)
|
||||
(property "Reference" "U18" (at 163.83 62.23 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 175.26 127 0)
|
||||
(property "Value" "SIM4X32" (at 175.26 127 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 163.83 76.2 0)
|
||||
(property "Footprint" "footprints:sim72" (at 163.83 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 163.83 76.2 0)
|
||||
(property "Datasheet" "" (at 163.83 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid 8996a25b-7ee0-42f2-98f2-17bba204a827))
|
||||
|
@ -4088,22 +4123,28 @@
|
|||
(pin "72" (uuid 32a6d681-f16b-45a2-b8a1-ed5ca9e0c8ee))
|
||||
(pin "8" (uuid 09d07833-0d11-4b44-bf09-051c893b35ce))
|
||||
(pin "9" (uuid cdfc1514-9d46-4316-a667-7a24b0b0e997))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U18") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "video_schlib:SIM4X32") (at 91.44 76.2 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 00000000-0000-0000-0000-00004bf036d4)
|
||||
(default_instance (reference "U") (unit 1) (value "") (footprint ""))
|
||||
(property "Reference" "U" (id 0) (at 91.44 62.23 0)
|
||||
(property "Reference" "U19" (at 91.44 62.23 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Value" "" (id 1) (at 102.87 127 0)
|
||||
(property "Value" "SIM4X32" (at 102.87 127 0)
|
||||
(effects (font (size 1.778 1.778)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 91.44 76.2 0)
|
||||
(property "Footprint" "footprints:sim72" (at 91.44 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 91.44 76.2 0)
|
||||
(property "Datasheet" "" (at 91.44 76.2 0)
|
||||
(effects (font (size 1.524 1.524)) hide)
|
||||
)
|
||||
(pin "1" (uuid d5a63a6c-105b-4408-9429-4778341ab8e4))
|
||||
|
@ -4166,5 +4207,12 @@
|
|||
(pin "72" (uuid 9380e5be-ad6e-46b1-9e7a-4f3bade7822e))
|
||||
(pin "8" (uuid af0a20d4-3c54-412e-9a65-4e145d627366))
|
||||
(pin "9" (uuid ef57886f-b878-443f-8538-fdb719aa02d5))
|
||||
(instances
|
||||
(project "video"
|
||||
(path "/f54f2c44-70ae-46db-88a1-bf696c289e90/00000000-0000-0000-0000-00004bf03685"
|
||||
(reference "U19") (unit 1) (value "SIM4X32") (footprint "footprints:sim72")
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -65,7 +65,7 @@
|
|||
"clearance": "error",
|
||||
"connection_width": "ignore",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"copper_sliver": "ignore",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
|
@ -89,7 +89,6 @@
|
|||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "warning",
|
||||
"overlapping_pads": "warning",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "warning",
|
||||
"shorting_items": "error",
|
||||
|
@ -97,7 +96,7 @@
|
|||
"silk_over_copper": "ignore",
|
||||
"silk_overlap": "error",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"solder_mask_bridge": "warning",
|
||||
"starved_thermal": "warning",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue