add simplest blink for STM32F407

This commit is contained in:
2022-12-28 15:03:07 +03:00
parent c4ba010c17
commit 3004604893
26 changed files with 45157 additions and 7469 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,6 @@
3,
4,
5,
6,
8,
9,
10,

View File

@@ -44,7 +44,7 @@
"silk_text_thickness": 0.15,
"silk_text_upright": false,
"zones": {
"45_degree_only": true,
"45_degree_only": false,
"min_clearance": 0.5
}
},
@@ -64,6 +64,7 @@
"drill_out_of_range": "error",
"duplicate_footprints": "warning",
"extra_footprint": "warning",
"footprint_type_mismatch": "error",
"hole_clearance": "error",
"hole_near_hole": "error",
"invalid_outline": "error",
@@ -79,9 +80,10 @@
"padstack": "error",
"pth_inside_courtyard": "ignore",
"shorting_items": "error",
"silk_over_copper": "error",
"silk_overlap": "error",
"silk_over_copper": "warning",
"silk_overlap": "warning",
"skew_out_of_range": "error",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_dangling": "warning",
"track_width": "error",
@@ -100,15 +102,16 @@
"max_error": 0.005,
"min_clearance": 0.0,
"min_copper_edge_clearance": 0.075,
"min_hole_clearance": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.19999999999999998,
"min_microvia_drill": 0.09999999999999999,
"min_silk_clearance": 0.0,
"min_through_hole_diameter": 0.6,
"min_through_hole_diameter": 0.39999999999999997,
"min_track_width": 0.19999999999999998,
"min_via_annular_width": 0.049999999999999996,
"min_via_diameter": 0.7999999999999999
"min_via_diameter": 0.7999999999999999,
"use_height_for_length_calcs": true
},
"track_widths": [
0.0,
@@ -124,8 +127,12 @@
"drill": 0.0
},
{
"diameter": 1.5,
"drill": 0.8
"diameter": 0.8,
"drill": 0.4
},
{
"diameter": 1.2,
"drill": 0.6
}
],
"zones_allow_external_fillets": false,
@@ -365,8 +372,8 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"via_diameter": 1.0,
"via_drill": 0.6,
"via_diameter": 0.8,
"via_drill": 0.4,
"wire_width": 6.0
},
{
@@ -383,8 +390,8 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 1.5,
"via_drill": 0.8,
"via_diameter": 1.2,
"via_drill": 0.6,
"wire_width": 6.0
},
{
@@ -401,8 +408,8 @@
"pcb_color": "rgba(0, 0, 0, 0.000)",
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 1.0,
"via_diameter": 1.5,
"via_drill": 0.8,
"via_diameter": 1.2,
"via_drill": 0.6,
"wire_width": 6.0
}
],
@@ -463,6 +470,11 @@
"subpart_first_id": 65,
"subpart_id_separator": 0
},
"sheets": [],
"sheets": [
[
"df5160f1-a89e-447f-9d39-7ad3081d6565",
""
]
],
"text_variables": {}
}

File diff suppressed because it is too large Load Diff