This commit is contained in:
Brett Weiland 2025-03-24 17:03:30 -05:00
parent a350e03bc6
commit 48e7818ba1
93 changed files with 178726 additions and 9532 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
This thing was created by Thingiverse user pgreenland, and is licensed under Creative Commons - Attribution - Share Alike

View File

@ -0,0 +1 @@
Bed Leveling Calibration Test Object (Parametric) by pgreenland on Thingiverse: https://www.thingiverse.com/thing:34558

View File

@ -0,0 +1,53 @@
/**
* Print designed to check that you bed is level
*
* print four small squares in each corner to ensure even print quality and good adhesion.
*/
// Define your printers printable area
// If you are using Sprinter firmware then these come directly from configuration.h
X_MAX_LENGTH = 120;
Y_MAX_LENGTH = 120;
THICKNESS = 0.1; //Square / outline thickness
SIZE = 10; //Square width / height
GAP = 0.5; //Width of border between square and parameter
OUTLINE_WIDTH = 1; //Width of parameter around square
OFFSET = 25; //Offset from limits in each axis
translate([OFFSET, OFFSET, 0]) square(); //Top Left
translate([(X_MAX_LENGTH / 2) - (SIZE / 2), OFFSET, 0]) square(); //Top Middle
translate([X_MAX_LENGTH - OFFSET - SIZE, OFFSET, 0]) square(); //Top Right
translate([OFFSET, (Y_MAX_LENGTH / 2) - (SIZE / 2), 0]) square(); //Middle Left
translate([(X_MAX_LENGTH / 2) - (SIZE / 2), (Y_MAX_LENGTH / 2) - (SIZE / 2), 0]) square(); //Middle Middle
translate([X_MAX_LENGTH - OFFSET - SIZE, (Y_MAX_LENGTH / 2) - (SIZE / 2), 0]) square(); //Middle Right
translate([OFFSET, Y_MAX_LENGTH - OFFSET - SIZE, 0]) square(); //Bottom Left
translate([(X_MAX_LENGTH / 2) - (SIZE / 2), Y_MAX_LENGTH - OFFSET - SIZE, 0]) square(); //Bottom Middle
translate([X_MAX_LENGTH - OFFSET - SIZE, Y_MAX_LENGTH - OFFSET - SIZE, 0]) square(); //Bottom Right
module square() {
//Center square
translate([
OUTLINE_WIDTH + GAP,
OUTLINE_WIDTH + GAP,
0
])
cube([SIZE, SIZE, THICKNESS]);
//Parameter
difference() {
//Outer square
cube([
SIZE + (2 * (GAP + OUTLINE_WIDTH)),
SIZE + (2 * (GAP + OUTLINE_WIDTH)),
THICKNESS
]);
//Inner square
translate([OUTLINE_WIDTH, OUTLINE_WIDTH, -5])
cube([SIZE + (2 * GAP), SIZE + (2 * GAP), 10]);
}
}

Binary file not shown.

100145
battery_holder/bat_holder.gcode Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
datasheets/Size-675-DS.pdf Normal file

Binary file not shown.

BIN
datasheets/inductor.pdf Normal file

Binary file not shown.

BIN
imgs/crazycat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

128
kicad/battery_holder.bak Normal file
View File

@ -0,0 +1,128 @@
(kicad_symbol_lib
(version 20241209)
(generator "kicad_symbol_editor")
(generator_version "9.0")
(symbol "quad_675"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "U"
(at 0 -1.524 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Value" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "quad_675_1_1"
(pin bidirectional line
(at 0 11.43 0)
(length 2.54)
(name "gnd_4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 7.62 0)
(length 2.54)
(name "gnd_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 3.81 0)
(length 2.54)
(name "gnd_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 0 0)
(length 2.54)
(name "gnd_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
)

View File

@ -0,0 +1,142 @@
(kicad_symbol_lib
(version 20241209)
(generator "kicad_symbol_editor")
(generator_version "9.0")
(symbol "quad_675"
(exclude_from_sim no)
(in_bom yes)
(on_board yes)
(property "Reference" "U"
(at 10.668 5.588 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Value" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
)
)
(property "Footprint" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Datasheet" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(property "Description" ""
(at 0 0 0)
(effects
(font
(size 1.27 1.27)
)
(hide yes)
)
)
(symbol "quad_675_0_1"
(rectangle
(start 2.54 12.7)
(end 12.7 -1.27)
(stroke
(width 0)
(type default)
)
(fill
(type none)
)
)
)
(symbol "quad_675_1_1"
(pin bidirectional line
(at 0 11.43 0)
(length 2.54)
(name "gnd_4"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "4"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 7.62 0)
(length 2.54)
(name "gnd_3"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "3"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 3.81 0)
(length 2.54)
(name "gnd_2"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "2"
(effects
(font
(size 1.27 1.27)
)
)
)
)
(pin bidirectional line
(at 0 0 0)
(length 2.54)
(name "gnd_1"
(effects
(font
(size 1.27 1.27)
)
)
)
(number "1"
(effects
(font
(size 1.27 1.27)
)
)
)
)
)
(embedded_fonts no)
)
)

View File

@ -0,0 +1,48 @@
(module battery (layer F.Cu) (tedit 61218795)
(attr smd)
(descr "battery StepUp generated footprint")
(fp_text reference "FC_" (at 0.0 1.0) (layer F.SilkS)
(effects (font (size 1.0 1.0) (thickness 0.15)))
)
(fp_text value "Val_" (at 0.0 -1.0) (layer F.SilkS)
(effects (font (size 1.0 1.0) (thickness 0.15)))
)
(fp_text user %R (at 0.0 1.0) (layer F.Fab)
(effects (font (size 1.0 1.0) (thickness 0.15)))
)
(fp_text user "EDIT PAD NUMBERS" (at 0.0 -2.0) (layer Cmts.User)
(effects (font (size 1 1) (thickness 0.2) italic))
)
(fp_line (start 47.100000 -7.800000) (end 47.100000 -6.854102) (layer Sketch_converted) (width 0.05))
(fp_arc (start 50.100000 -6.854102) (end 47.100000 -6.854102) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start 48.758359 -4.170820) (end 50.441641 -3.329180) (layer Sketch_converted) (width 0.05))
(fp_arc (start 49.100000 -0.645898) (end 52.100000 -0.645898) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start 52.100000 -0.645898) (end 52.100000 0.645898) (layer Sketch_converted) (width 0.05))
(fp_arc (start 49.100000 0.645898) (end 50.441641 3.329180) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start 50.441641 3.329180) (end 48.758359 4.170820) (layer Sketch_converted) (width 0.05))
(fp_arc (start 50.100000 6.854102) (end 48.758359 4.170820) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start 47.100000 7.800000) (end 47.100000 6.854102) (layer Sketch_converted) (width 0.05))
(fp_line (start 47.100000 7.800000) (end -7.800000 7.800000) (layer Sketch_converted) (width 0.05))
(fp_line (start -7.800000 7.800000) (end -7.800000 6.854102) (layer Sketch_converted) (width 0.05))
(fp_arc (start -10.800000 6.854102) (end -7.800000 6.854102) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start -9.458359 4.170820) (end -11.141641 3.329180) (layer Sketch_converted) (width 0.05))
(fp_arc (start -9.800000 0.645898) (end -12.800000 0.645898) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start -12.800000 0.645898) (end -12.800000 -0.645898) (layer Sketch_converted) (width 0.05))
(fp_arc (start -9.800000 -0.645898) (end -11.141641 -3.329180) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start -11.141641 -3.329180) (end -9.458359 -4.170820) (layer Sketch_converted) (width 0.05))
(fp_arc (start -10.800000 -6.854102) (end -9.458359 -4.170820) (angle -63.434949) (layer Sketch_converted) (width 0.05))
(fp_line (start -7.800000 -7.800000) (end -7.800000 -6.854102) (layer Sketch_converted) (width 0.05))
(fp_line (start -7.800000 -7.800000) (end 47.100000 -7.800000) (layer Sketch_converted) (width 0.05))
(fp_circle (center 49.600000 -0.000000) (end 48.000000 -0.000000) (layer Sketch_converted) (width 0.05))
(fp_circle (center 39.300000 0.000000) (end 33.250000 0.000000) (layer Sketch_converted) (width 0.05))
(fp_circle (center 26.200000 0.000000) (end 20.150000 0.000000) (layer Sketch_converted) (width 0.05))
(fp_circle (center 13.100000 0.000000) (end 7.050000 0.000000) (layer Sketch_converted) (width 0.05))
(fp_circle (center 0.000000 0.000000) (end -6.050000 0.000000) (layer Sketch_converted) (width 0.05))
(fp_circle (center -10.300000 0.000000) (end -11.900000 0.000000) (layer Sketch_converted) (width 0.05))
(model "/home/indigo/projects/stm32_buisnesscard/kicad/battery.wrl"
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"board": {
"active_layer": 41,
"active_layer": 0,
"active_layer_preset": "All Layers",
"auto_track_width": true,
"hidden_netclasses": [],
@ -10,6 +10,7 @@
"opacity": {
"images": 0.6,
"pads": 1.0,
"shapes": 1.0,
"tracks": 1.0,
"vias": 1.0,
"zones": 0.6
@ -19,7 +20,7 @@
"footprints": true,
"graphics": true,
"keepouts": true,
"lockedItems": false,
"lockedItems": true,
"otherItems": true,
"pads": true,
"text": true,
@ -28,44 +29,27 @@
"zones": true
},
"visible_items": [
0,
1,
2,
3,
4,
5,
8,
9,
10,
11,
12,
13,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
32,
33,
34,
35,
36,
39,
40
"vias",
"footprint_text",
"footprint_anchors",
"ratsnest",
"footprints_front",
"footprints_back",
"footprint_values",
"footprint_references",
"tracks",
"drc_errors",
"drawing_sheet",
"bitmaps",
"pads",
"zones",
"drc_warnings",
"locked_item_shadows",
"conflict_shadows",
"shapes"
],
"visible_layers": "fffffff_ffffffff",
"zone_display_mode": 0
"visible_layers": "ffffffff_ffffffff_ffffffff_ffffffff",
"zone_display_mode": 1
},
"git": {
"repo_password": "",
@ -75,9 +59,72 @@
},
"meta": {
"filename": "stm32card.kicad_prl",
"version": 3
"version": 5
},
"net_inspector_panel": {
"col_hidden": [
false,
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"col_order": [
0,
1,
2,
3,
4,
5,
6,
7,
8,
9
],
"col_widths": [
0,
0,
0,
0,
0,
0,
0,
0,
0,
0
],
"custom_group_rules": [],
"expanded_rows": [],
"filter_by_net_name": true,
"filter_by_netclass": true,
"filter_text": "",
"group_by_constraint": false,
"group_by_netclass": false,
"show_unconnected_nets": false,
"show_zero_pad_nets": false,
"sort_ascending": true,
"sorting_column": 0
},
"open_jobsets": [],
"project": {
"files": []
},
"schematic": {
"selection_filter": {
"graphics": true,
"images": true,
"labels": true,
"lockedItems": false,
"otherItems": true,
"pins": true,
"symbols": true,
"text": true,
"wires": true
}
}
}

View File

@ -51,7 +51,13 @@
"min_clearance": 0.5
}
},
"diff_pair_dimensions": [],
"diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [],
"meta": {
"version": 2
@ -63,16 +69,19 @@
"copper_edge_clearance": "error",
"copper_sliver": "warning",
"courtyards_overlap": "error",
"creepage": "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_filters_mismatch": "ignore",
"footprint_symbol_mismatch": "warning",
"footprint_type_mismatch": "ignore",
"hole_clearance": "error",
"hole_near_hole": "error",
"hole_to_hole": "error",
"holes_co_located": "warning",
"invalid_outline": "error",
"isolated_copper": "warning",
@ -83,9 +92,11 @@
"lib_footprint_mismatch": "warning",
"malformed_courtyard": "error",
"microvia_drill_out_of_range": "error",
"mirrored_text_on_front_layer": "warning",
"missing_courtyard": "ignore",
"missing_footprint": "warning",
"net_conflict": "warning",
"nonmirrored_text_on_back_layer": "warning",
"npth_inside_courtyard": "ignore",
"padstack": "warning",
"pth_inside_courtyard": "ignore",
@ -100,7 +111,9 @@
"text_thickness": "warning",
"through_hole_pad_without_hole": "error",
"too_many_vias": "error",
"track_angle": "error",
"track_dangling": "warning",
"track_segment_length": "error",
"track_width": "error",
"tracks_crossing": "error",
"unconnected_items": "error",
@ -110,9 +123,10 @@
},
"rules": {
"max_error": 0.005,
"min_clearance": 0.0,
"min_clearance": 0.1,
"min_connection": 0.0,
"min_copper_edge_clearance": 0.5,
"min_groove_width": 0.0,
"min_hole_clearance": 0.25,
"min_hole_to_hole": 0.25,
"min_microvia_diameter": 0.2,
@ -122,7 +136,7 @@
"min_text_height": 0.8,
"min_text_thickness": 0.08,
"min_through_hole_diameter": 0.3,
"min_track_width": 0.0,
"min_track_width": 0.16,
"min_via_annular_width": 0.1,
"min_via_diameter": 0.5,
"solder_mask_to_copper_clearance": 0.0,
@ -130,10 +144,11 @@
},
"teardrop_options": [
{
"td_onpadsmd": true,
"td_onpthpad": true,
"td_onroundshapesonly": false,
"td_onsmdpad": true,
"td_ontrackend": false,
"td_onviapad": true
"td_onvia": true
}
],
"teardrop_parameters": [
@ -171,7 +186,12 @@
"td_width_to_size_filter_ratio": 0.9
}
],
"track_widths": [],
"track_widths": [
0.0,
0.25,
0.35,
0.5
],
"tuning_pattern_settings": {
"diff_pair_defaults": {
"corner_radius_percentage": 80,
@ -198,7 +218,12 @@
"spacing": 0.6
}
},
"via_dimensions": [],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false
},
"ipc2581": {
@ -208,6 +233,7 @@
"mfg": "",
"mpn": ""
},
"layer_pairs": [],
"layer_presets": [],
"viewports": []
},
@ -402,10 +428,15 @@
"duplicate_sheet_names": "error",
"endpoint_off_grid": "warning",
"extra_units": "error",
"footprint_filter": "ignore",
"footprint_link_issues": "warning",
"four_way_junction": "ignore",
"global_label_dangling": "warning",
"hier_label_mismatch": "error",
"label_dangling": "error",
"label_multiple_wires": "warning",
"lib_symbol_issues": "warning",
"lib_symbol_mismatch": "warning",
"missing_bidi_pin": "warning",
"missing_input_pin": "warning",
"missing_power_pin": "error",
@ -418,9 +449,14 @@
"pin_not_driven": "error",
"pin_to_pin": "warning",
"power_pin_not_driven": "error",
"same_local_global_label": "warning",
"similar_label_and_power": "warning",
"similar_labels": "warning",
"similar_power": "warning",
"simulation_model_issue": "ignore",
"single_global_label": "ignore",
"unannotated": "error",
"unconnected_wire_endpoint": "warning",
"unit_value_mismatch": "error",
"unresolved_variable": "error",
"wire_dangling": "error"
@ -432,7 +468,7 @@
},
"meta": {
"filename": "stm32card.kicad_pro",
"version": 1
"version": 3
},
"net_settings": {
"classes": [
@ -447,26 +483,50 @@
"microvia_drill": 0.1,
"name": "Default",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 2147483647,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.2,
"track_width": 0.25,
"via_diameter": 0.6,
"via_drill": 0.3,
"wire_width": 6
},
{
"clearance": 0.2,
"diff_pair_gap": 0.25,
"diff_pair_width": 0.2,
"microvia_diameter": 0.3,
"microvia_drill": 0.1,
"name": "power",
"pcb_color": "rgba(0, 0, 0, 0.000)",
"priority": 0,
"schematic_color": "rgba(0, 0, 0, 0.000)",
"track_width": 0.5,
"via_diameter": 0.6,
"via_drill": 0.3
}
],
"meta": {
"version": 3
"version": 4
},
"net_colors": null,
"netclass_assignments": null,
"netclass_patterns": []
"netclass_patterns": [
{
"netclass": "power",
"pattern": "+3.0V"
},
{
"netclass": "power",
"pattern": "unregulated_vcc"
}
]
},
"pcbnew": {
"last_paths": {
"gencad": "",
"idf": "",
"netlist": "",
"plot": "",
"plot": "../../v1_output/",
"pos_files": "",
"specctra_dsn": "",
"step": "",
@ -531,6 +591,7 @@
],
"filter_string": "",
"group_symbols": true,
"include_excluded_from_bom": false,
"name": "Grouped By Value",
"sort_asc": true,
"sort_field": "Reference"
@ -573,6 +634,7 @@
},
"page_layout_descr_file": "",
"plot_directory": "",
"space_save_all_events": true,
"spice_current_sheet_as_root": false,
"spice_external_command": "spice \"%I\"",
"spice_model_current_sheet_as_root": true,

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{"hostname":"indigosDesktop","username":"indigo"}

Binary file not shown.

1051
v1_output/stm32card-B_Cu.gbl Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,561 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:43:45-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Bot*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:43:45*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.200000*%
%ADD11O,1.100000X1.700000*%
G04 APERTURE END LIST*
D10*
G36*
X213619333Y-92270705D02*
G01*
X212250413Y-92270705D01*
X212023575Y-92260135D01*
X211821034Y-92229855D01*
X211634163Y-92170521D01*
X211477751Y-92078363D01*
X211359708Y-91971345D01*
X211262512Y-91841142D01*
X211187838Y-91694214D01*
X211142737Y-91534985D01*
X211127324Y-91360289D01*
X211130436Y-91322554D01*
X211764614Y-91322554D01*
X211778905Y-91459025D01*
X211818016Y-91563128D01*
X211879502Y-91642460D01*
X211965382Y-91701374D01*
X212088427Y-91739735D01*
X212274960Y-91754864D01*
X213016847Y-91754864D01*
X213016847Y-90945931D01*
X212264702Y-90945931D01*
X212079947Y-90961569D01*
X211959337Y-90997405D01*
X211874093Y-91050951D01*
X211814701Y-91120608D01*
X211777855Y-91209199D01*
X211764614Y-91322554D01*
X211130436Y-91322554D01*
X211141320Y-91190562D01*
X211181188Y-91044713D01*
X211245293Y-90918454D01*
X211334643Y-90809722D01*
X211449641Y-90721289D01*
X211594621Y-90652474D01*
X211456480Y-90566392D01*
X211365094Y-90479550D01*
X211289929Y-90359797D01*
X211242624Y-90213143D01*
X211231499Y-90094501D01*
X211828179Y-90094501D01*
X211843751Y-90217536D01*
X211885674Y-90304646D01*
X211952193Y-90365427D01*
X212038178Y-90406127D01*
X212144242Y-90432341D01*
X212274960Y-90441814D01*
X213016847Y-90441814D01*
X213016847Y-89761842D01*
X212352812Y-89761842D01*
X212143894Y-89775141D01*
X211992127Y-89810019D01*
X211902689Y-89870566D01*
X211848263Y-89961633D01*
X211828179Y-90094501D01*
X211231499Y-90094501D01*
X211225693Y-90032585D01*
X211241937Y-89857348D01*
X211288701Y-89704379D01*
X211365094Y-89569318D01*
X211463933Y-89461402D01*
X211587120Y-89374568D01*
X211738784Y-89308317D01*
X211924718Y-89264264D01*
X212152045Y-89246001D01*
X213619333Y-89246001D01*
X213619333Y-92270705D01*
G37*
G36*
X209432889Y-89972868D02*
G01*
X209405412Y-89972868D01*
X209355037Y-89972868D01*
X209355037Y-90570774D01*
X209453405Y-90570774D01*
X209523015Y-90570774D01*
X209696953Y-90587649D01*
X209827714Y-90633361D01*
X209925465Y-90704074D01*
X209996540Y-90801034D01*
X210030818Y-90890614D01*
X210054868Y-91019576D01*
X210064135Y-91199822D01*
X210064135Y-92270705D01*
X210652332Y-92270705D01*
X210652332Y-90031486D01*
X210094909Y-90031486D01*
X210094909Y-90421114D01*
X209957642Y-90216824D01*
X209859154Y-90111903D01*
X209742770Y-90036491D01*
X209602744Y-89989535D01*
X209432889Y-89972868D01*
G37*
G36*
X208362092Y-89993341D02*
G01*
X208562502Y-90052172D01*
X208739088Y-90147920D01*
X208895799Y-90282446D01*
X209018790Y-90444636D01*
X209110258Y-90641878D01*
X209168790Y-90881387D01*
X209189806Y-91172344D01*
X209174170Y-91427066D01*
X209130759Y-91637052D01*
X209063537Y-91809719D01*
X208974580Y-91951246D01*
X208863925Y-92066273D01*
X208693376Y-92187269D01*
X208512949Y-92272353D01*
X208320163Y-92323611D01*
X208111779Y-92341046D01*
X207904787Y-92326698D01*
X207724762Y-92285798D01*
X207567483Y-92220417D01*
X207429541Y-92131022D01*
X207308526Y-92016448D01*
X207198426Y-91872951D01*
X207131938Y-91739946D01*
X207101530Y-91614180D01*
X207697971Y-91614180D01*
X207750630Y-91705204D01*
X207806598Y-91768969D01*
X207887123Y-91825193D01*
X207983330Y-91859859D01*
X208099506Y-91872100D01*
X208210249Y-91862117D01*
X208306341Y-91833479D01*
X208390583Y-91786920D01*
X208474071Y-91710836D01*
X208537679Y-91610077D01*
X208581271Y-91478943D01*
X208601608Y-91309365D01*
X207072770Y-91309365D01*
X207076134Y-91037744D01*
X207086374Y-90922484D01*
X207679470Y-90922484D01*
X208587320Y-90922484D01*
X208557152Y-90782510D01*
X208509890Y-90669960D01*
X208447003Y-90579933D01*
X208364785Y-90511157D01*
X208261961Y-90468703D01*
X208132296Y-90453538D01*
X208012738Y-90467260D01*
X207909844Y-90506909D01*
X207819787Y-90572789D01*
X207750829Y-90660053D01*
X207703342Y-90774141D01*
X207679470Y-90922484D01*
X207086374Y-90922484D01*
X207091272Y-90867346D01*
X207128432Y-90696543D01*
X207185323Y-90543822D01*
X207261448Y-90406826D01*
X207368983Y-90268109D01*
X207491493Y-90159256D01*
X207630377Y-90077282D01*
X207782426Y-90020132D01*
X207948897Y-89984984D01*
X208132296Y-89972868D01*
X208362092Y-89993341D01*
G37*
G36*
X206910105Y-90465261D02*
G01*
X206910105Y-90054933D01*
X206598695Y-90054933D01*
X206598695Y-89421856D01*
X206020755Y-89421856D01*
X206020755Y-90054933D01*
X205657872Y-90054933D01*
X205657872Y-90465261D01*
X206020755Y-90465261D01*
X206020755Y-91653930D01*
X206009434Y-91777784D01*
X205985951Y-91826305D01*
X205932274Y-91848709D01*
X205772727Y-91860377D01*
X205716307Y-91857446D01*
X205657872Y-91848653D01*
X205657872Y-92282428D01*
X205934660Y-92305875D01*
X206149436Y-92299948D01*
X206307086Y-92270301D01*
X206420574Y-92223031D01*
X206500326Y-92161345D01*
X206552084Y-92087795D01*
X206586023Y-91986911D01*
X206598695Y-91849935D01*
X206598695Y-90465261D01*
X206910105Y-90465261D01*
G37*
G36*
X205512059Y-90465261D02*
G01*
X205512059Y-90054933D01*
X205200649Y-90054933D01*
X205200649Y-89421856D01*
X204622709Y-89421856D01*
X204622709Y-90054933D01*
X204259825Y-90054933D01*
X204259825Y-90465261D01*
X204622709Y-90465261D01*
X204622709Y-91653930D01*
X204611388Y-91777784D01*
X204587905Y-91826305D01*
X204534228Y-91848709D01*
X204374681Y-91860377D01*
X204318261Y-91857446D01*
X204259825Y-91848653D01*
X204259825Y-92282428D01*
X204536614Y-92305875D01*
X204751390Y-92299948D01*
X204909040Y-92270301D01*
X205022527Y-92223031D01*
X205102280Y-92161345D01*
X205154038Y-92087795D01*
X205187977Y-91986911D01*
X205200649Y-91849935D01*
X205200649Y-90465261D01*
X205512059Y-90465261D01*
G37*
G36*
X202258927Y-89246001D02*
G01*
X201859224Y-90977988D01*
X201773311Y-91460124D01*
X201685201Y-90988246D01*
X201344848Y-89246001D01*
X200678798Y-89246001D01*
X200320310Y-90977988D01*
X200227987Y-91460124D01*
X200135846Y-90996306D01*
X199732113Y-89246001D01*
X199090609Y-89246001D01*
X199941123Y-92270705D01*
X200543609Y-92270705D01*
X200908325Y-90501898D01*
X201014937Y-89916997D01*
X201121549Y-90501898D01*
X201486265Y-92270705D01*
X202072448Y-92270705D01*
X202929007Y-89246001D01*
X202258927Y-89246001D01*
G37*
G36*
X198177165Y-89993341D02*
G01*
X198377575Y-90052172D01*
X198554161Y-90147920D01*
X198710872Y-90282446D01*
X198833864Y-90444636D01*
X198925331Y-90641878D01*
X198983863Y-90881387D01*
X199004880Y-91172344D01*
X198989244Y-91427066D01*
X198945833Y-91637052D01*
X198878611Y-91809719D01*
X198789653Y-91951246D01*
X198678999Y-92066273D01*
X198508450Y-92187269D01*
X198328022Y-92272353D01*
X198135236Y-92323611D01*
X197926853Y-92341046D01*
X197719860Y-92326698D01*
X197539835Y-92285798D01*
X197382556Y-92220417D01*
X197244614Y-92131022D01*
X197123599Y-92016448D01*
X197013499Y-91872951D01*
X196947011Y-91739946D01*
X196916603Y-91614180D01*
X197513044Y-91614180D01*
X197565703Y-91705204D01*
X197621671Y-91768969D01*
X197702196Y-91825193D01*
X197798403Y-91859859D01*
X197914579Y-91872100D01*
X198025322Y-91862117D01*
X198121414Y-91833479D01*
X198205656Y-91786920D01*
X198289145Y-91710836D01*
X198352752Y-91610077D01*
X198396344Y-91478943D01*
X198416682Y-91309365D01*
X196887844Y-91309365D01*
X196891208Y-91037744D01*
X196901447Y-90922484D01*
X197494543Y-90922484D01*
X198402393Y-90922484D01*
X198372225Y-90782510D01*
X198324963Y-90669960D01*
X198262076Y-90579933D01*
X198179858Y-90511157D01*
X198077034Y-90468703D01*
X197947369Y-90453538D01*
X197827811Y-90467260D01*
X197724917Y-90506909D01*
X197634860Y-90572789D01*
X197565902Y-90660053D01*
X197518416Y-90774141D01*
X197494543Y-90922484D01*
X196901447Y-90922484D01*
X196906345Y-90867346D01*
X196943506Y-90696543D01*
X197000396Y-90543822D01*
X197076521Y-90406826D01*
X197184056Y-90268109D01*
X197306566Y-90159256D01*
X197445450Y-90077282D01*
X197597500Y-90020132D01*
X197763970Y-89984984D01*
X197947369Y-89972868D01*
X198177165Y-89993341D01*
G37*
G36*
X195895180Y-89773566D02*
G01*
X196487407Y-89773566D01*
X196487407Y-89246001D01*
X195895180Y-89246001D01*
X195895180Y-89773566D01*
G37*
G36*
X196487407Y-90031486D02*
G01*
X195895180Y-90031486D01*
X195895180Y-92270705D01*
X196487407Y-92270705D01*
X196487407Y-90031486D01*
G37*
G36*
X194732706Y-92270705D02*
G01*
X195316874Y-92270705D01*
X195316874Y-89246001D01*
X194732706Y-89246001D01*
X194732706Y-92270705D01*
G37*
G36*
X193516265Y-89987225D02*
G01*
X193705324Y-90026817D01*
X193858133Y-90087679D01*
X193980988Y-90167716D01*
X194078562Y-90266875D01*
X194159212Y-90398906D01*
X194214484Y-90556941D01*
X194242510Y-90746629D01*
X193679042Y-90746629D01*
X193646725Y-90628056D01*
X193596977Y-90543480D01*
X193532232Y-90490307D01*
X193438148Y-90455155D01*
X193304068Y-90441814D01*
X193132188Y-90456869D01*
X193024349Y-90494387D01*
X192972718Y-90537195D01*
X192940713Y-90598520D01*
X192928911Y-90685080D01*
X192942235Y-90752852D01*
X192981828Y-90807462D01*
X193053841Y-90852142D01*
X193135637Y-90878003D01*
X193285567Y-90903799D01*
X193484320Y-90928529D01*
X193709282Y-90967788D01*
X193876138Y-91016944D01*
X193996680Y-91072877D01*
X194110715Y-91155974D01*
X194197832Y-91254879D01*
X194260880Y-91371442D01*
X194300349Y-91509185D01*
X194314318Y-91672981D01*
X194300712Y-91830700D01*
X194262354Y-91962542D01*
X194201174Y-92073417D01*
X194116664Y-92166840D01*
X193976008Y-92262138D01*
X193811127Y-92320559D01*
X193615478Y-92341046D01*
X193459894Y-92328599D01*
X193318670Y-92292337D01*
X193189213Y-92232786D01*
X193040128Y-92130957D01*
X192910410Y-92010403D01*
X192894107Y-92144675D01*
X192857287Y-92270705D01*
X192221828Y-92270705D01*
X192221828Y-92200363D01*
X192273326Y-92167659D01*
X192308107Y-92129471D01*
X192329072Y-92075992D01*
X192342912Y-91965889D01*
X192346942Y-91705404D01*
X192346942Y-91397292D01*
X192930926Y-91397292D01*
X192945901Y-91546778D01*
X192980208Y-91659903D01*
X193030462Y-91744612D01*
X193095973Y-91806704D01*
X193206125Y-91869520D01*
X193321132Y-91906562D01*
X193443287Y-91918995D01*
X193554541Y-91901642D01*
X193645153Y-91851401D01*
X193689211Y-91800451D01*
X193717579Y-91729629D01*
X193728135Y-91632132D01*
X193712373Y-91526191D01*
X193667826Y-91444358D01*
X193592947Y-91380623D01*
X193498811Y-91340175D01*
X193328615Y-91299473D01*
X193197456Y-91274560D01*
X193042667Y-91234077D01*
X192930926Y-91176924D01*
X192930926Y-91397292D01*
X192346942Y-91397292D01*
X192346942Y-90672257D01*
X192367323Y-90473096D01*
X192423044Y-90321083D01*
X192510377Y-90205228D01*
X192631790Y-90119047D01*
X192826549Y-90039167D01*
X193042432Y-89989917D01*
X193283369Y-89972868D01*
X193516265Y-89987225D01*
G37*
G36*
X190591874Y-89972868D02*
G01*
X190367256Y-89994407D01*
X190181000Y-90055174D01*
X190025291Y-90152753D01*
X189934468Y-90249844D01*
X189866095Y-90377295D01*
X189821371Y-90542565D01*
X189804923Y-90755605D01*
X189804923Y-92270705D01*
X190403379Y-92270705D01*
X190403379Y-90900136D01*
X190416822Y-90733684D01*
X190450457Y-90627194D01*
X190501654Y-90552882D01*
X190570417Y-90499695D01*
X190660479Y-90465884D01*
X190778353Y-90453538D01*
X190919887Y-90470629D01*
X191030853Y-90518357D01*
X191118505Y-90595789D01*
X191186116Y-90707795D01*
X191227745Y-90852848D01*
X191243452Y-91051078D01*
X191243452Y-92270705D01*
X191825605Y-92270705D01*
X191825605Y-90031486D01*
X191261954Y-90031486D01*
X191261954Y-90352604D01*
X191145471Y-90198058D01*
X191048913Y-90106957D01*
X190922372Y-90034347D01*
X190771945Y-89988954D01*
X190591874Y-89972868D01*
G37*
G36*
X187824358Y-90312671D02*
G01*
X187938090Y-90170009D01*
X188080630Y-90062993D01*
X188188975Y-90013556D01*
X188308368Y-89983300D01*
X188441132Y-89972868D01*
X188654658Y-89994356D01*
X188839573Y-90056210D01*
X189001844Y-90157715D01*
X189145284Y-90302412D01*
X189255200Y-90472169D01*
X189337298Y-90674979D01*
X189389768Y-90917164D01*
X189408517Y-91206416D01*
X189390354Y-91453878D01*
X189338511Y-91669119D01*
X189255364Y-91857397D01*
X189141071Y-92022859D01*
X188996038Y-92164897D01*
X188840020Y-92262750D01*
X188670207Y-92321146D01*
X188482165Y-92341046D01*
X188325753Y-92330287D01*
X188194675Y-92300127D01*
X188084660Y-92252753D01*
X187985651Y-92185164D01*
X187890840Y-92092269D01*
X187799811Y-91969919D01*
X187799811Y-92270705D01*
X187232130Y-92270705D01*
X187232130Y-91190113D01*
X187808055Y-91190113D01*
X187823852Y-91384248D01*
X187867901Y-91543207D01*
X187937198Y-91673714D01*
X188008989Y-91755203D01*
X188093788Y-91812599D01*
X188194129Y-91847936D01*
X188314187Y-91860377D01*
X188434284Y-91847765D01*
X188533272Y-91812123D01*
X188615685Y-91754442D01*
X188684215Y-91672615D01*
X188748872Y-91541856D01*
X188790780Y-91377498D01*
X188806031Y-91171429D01*
X188791559Y-90980895D01*
X188750801Y-90820481D01*
X188686230Y-90684897D01*
X188618097Y-90599414D01*
X188534979Y-90539210D01*
X188433997Y-90501942D01*
X188310157Y-90488709D01*
X188202113Y-90500837D01*
X188104652Y-90536503D01*
X188015051Y-90596603D01*
X187930112Y-90692177D01*
X187865801Y-90817653D01*
X187823595Y-90980415D01*
X187808055Y-91190113D01*
X187232130Y-91190113D01*
X187232130Y-89246001D01*
X187824358Y-89246001D01*
X187824358Y-90312671D01*
G37*
D11*
%TO.C,J1*%
X146394466Y-88130000D03*
X146394466Y-84330000D03*
X137754466Y-88130000D03*
X137754466Y-84330000D03*
%TD*%
M02*

View File

@ -0,0 +1,15 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:43:44-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Bot*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:43:44*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 APERTURE END LIST*
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,72 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:43:45-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Profile,NP*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:43:45*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%TA.AperFunction,Profile*%
%ADD10C,0.050000*%
%TD*%
%TA.AperFunction,Profile*%
%ADD11C,1.600000*%
%TD*%
G04 APERTURE END LIST*
D10*
X137564466Y-132335534D02*
X216464466Y-132335534D01*
X137564466Y-132335534D02*
G75*
G02*
X132564466Y-127335534I34J5000034D01*
G01*
X132564466Y-86535534D02*
X132564466Y-127335534D01*
X216464466Y-81535534D02*
G75*
G02*
X221464466Y-86535534I34J-4999966D01*
G01*
X221464466Y-127335534D02*
X221464466Y-86535534D01*
X216464466Y-81535534D02*
X137564466Y-81535534D01*
X132564466Y-86535534D02*
G75*
G02*
X137564466Y-81535466I5000034J34D01*
G01*
X221464466Y-127335534D02*
G75*
G02*
X216464466Y-132335466I-4999966J34D01*
G01*
%TO.C,U6*%
D11*
X158253529Y-90002380D02*
G75*
G02*
X156653529Y-90002380I-800000J0D01*
G01*
X156653529Y-90002380D02*
G75*
G02*
X158253529Y-90002380I800000J0D01*
G01*
X218153529Y-90002380D02*
G75*
G02*
X216553529Y-90002380I-800000J0D01*
G01*
X216553529Y-90002380D02*
G75*
G02*
X218153529Y-90002380I800000J0D01*
G01*
%TD*%
M02*

2106
v1_output/stm32card-F_Cu.gtl Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,412 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:43:45-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Soldermask,Top*%
%TF.FilePolarity,Negative*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:43:45*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*%
%ADD11RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*%
%ADD12R,1.800000X1.200000*%
%ADD13R,4.000000X4.000000*%
%ADD14C,2.000000*%
%ADD15R,0.490000X1.160000*%
%ADD16R,0.490000X1.180000*%
%ADD17RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD18R,2.200000X0.400000*%
%ADD19RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*%
%ADD20RoundRect,0.100000X-0.100000X0.225000X-0.100000X-0.225000X0.100000X-0.225000X0.100000X0.225000X0*%
%ADD21RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD22RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
%ADD23RoundRect,0.102000X0.350000X0.600000X-0.350000X0.600000X-0.350000X-0.600000X0.350000X-0.600000X0*%
%ADD24RoundRect,0.102000X0.380000X0.600000X-0.380000X0.600000X-0.380000X-0.600000X0.380000X-0.600000X0*%
%ADD25RoundRect,0.102000X0.400000X0.600000X-0.400000X0.600000X-0.400000X-0.600000X0.400000X-0.600000X0*%
%ADD26O,1.304000X1.904000*%
%ADD27O,1.500000X0.270000*%
%ADD28O,0.270000X1.500000*%
%ADD29C,12.100000*%
%ADD30C,12.100016*%
%ADD31C,12.100148*%
%ADD32R,1.200000X1.800000*%
%ADD33RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*%
%ADD34R,3.000000X5.500000*%
%ADD35RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
G04 APERTURE END LIST*
D10*
%TO.C,C14*%
X186594442Y-122410210D03*
X188144442Y-122410210D03*
%TD*%
D11*
%TO.C,C4*%
X168208349Y-118253643D03*
X166658349Y-118253643D03*
%TD*%
D12*
%TO.C,b_up1*%
X202951133Y-104665534D03*
X210951133Y-104665534D03*
X202951133Y-109165534D03*
X210951133Y-109165534D03*
%TD*%
D13*
%TO.C,TP1*%
X151296213Y-89989223D03*
%TD*%
D14*
%TO.C,unreg_vcc1*%
X158963914Y-99135976D03*
%TD*%
D10*
%TO.C,C16*%
X186498159Y-120535261D03*
X188048159Y-120535261D03*
%TD*%
D14*
%TO.C,SWDIO1*%
X164750573Y-124284125D03*
%TD*%
D15*
%TO.C,U1*%
X159275688Y-102255065D03*
X158325688Y-102255065D03*
X157375688Y-102255065D03*
D16*
X157375688Y-104555065D03*
X159275688Y-104555065D03*
%TD*%
D17*
%TO.C,R10*%
X174123734Y-129933381D03*
X175773734Y-129933381D03*
%TD*%
D10*
%TO.C,C12*%
X175911855Y-126779815D03*
X177461855Y-126779815D03*
%TD*%
D18*
%TO.C,U5*%
X174559466Y-111035534D03*
X174559466Y-110335534D03*
X174559466Y-109635534D03*
X174559466Y-108935534D03*
X174559466Y-108235534D03*
X174559466Y-107535534D03*
X174559466Y-106835534D03*
X174559466Y-106135534D03*
X174559466Y-105435534D03*
X174559466Y-104735534D03*
X174559466Y-104035534D03*
X174559466Y-103335534D03*
X174559466Y-102635534D03*
%TD*%
D10*
%TO.C,C11*%
X178216650Y-124571621D03*
X179766650Y-124571621D03*
%TD*%
D19*
%TO.C,R11*%
X171355995Y-129935313D03*
X169705995Y-129935313D03*
%TD*%
D20*
%TO.C,U3*%
X149064155Y-95624097D03*
X148414155Y-95624097D03*
X147764155Y-95624097D03*
X147764155Y-97524097D03*
X148414155Y-97524097D03*
X149064155Y-97524097D03*
%TD*%
D21*
%TO.C,R4*%
X153498188Y-103060065D03*
X153498188Y-101235065D03*
%TD*%
D22*
%TO.C,R2*%
X142831133Y-89980534D03*
X142831133Y-91630534D03*
%TD*%
D10*
%TO.C,C13*%
X181710179Y-116398550D03*
X183260179Y-116398550D03*
%TD*%
D21*
%TO.C,R3*%
X153498188Y-106885065D03*
X153498188Y-105060065D03*
%TD*%
D11*
%TO.C,C8*%
X179766650Y-121651621D03*
X178216650Y-121651621D03*
%TD*%
D17*
%TO.C,R9*%
X183488159Y-120535261D03*
X185138159Y-120535261D03*
%TD*%
%TO.C,R13*%
X158034256Y-121286002D03*
X159684256Y-121286002D03*
%TD*%
D10*
%TO.C,C15*%
X186482004Y-118016635D03*
X188032004Y-118016635D03*
%TD*%
D12*
%TO.C,b_left1*%
X210951133Y-113132201D03*
X218951133Y-113132201D03*
X210951133Y-117632201D03*
X218951133Y-117632201D03*
%TD*%
D10*
%TO.C,C5*%
X178216650Y-123111621D03*
X179766650Y-123111621D03*
%TD*%
D12*
%TO.C,b_right1*%
X194951133Y-113132201D03*
X202951133Y-113132201D03*
X194951133Y-117632201D03*
X202951133Y-117632201D03*
%TD*%
D17*
%TO.C,R12*%
X158028042Y-119787400D03*
X159678042Y-119787400D03*
%TD*%
D10*
%TO.C,C17*%
X161038042Y-119787400D03*
X162588042Y-119787400D03*
%TD*%
D17*
%TO.C,R6*%
X183584442Y-122410210D03*
X185234442Y-122410210D03*
%TD*%
D14*
%TO.C,TP_mosi1*%
X174362663Y-114235371D03*
%TD*%
D23*
%TO.C,J1*%
X142574466Y-88210000D03*
D24*
X140554466Y-88210000D03*
D25*
X139324466Y-88210000D03*
D23*
X141574466Y-88210000D03*
D24*
X143594466Y-88210000D03*
D25*
X144824466Y-88210000D03*
D26*
X146394466Y-88130000D03*
X146394466Y-84330000D03*
X137754466Y-88130000D03*
X137754466Y-84330000D03*
%TD*%
D17*
%TO.C,R7*%
X183472004Y-118016635D03*
X185122004Y-118016635D03*
%TD*%
D14*
%TO.C,tst_nrst1*%
X180021047Y-127320001D03*
%TD*%
%TO.C,TestPoint_gnd1*%
X155734045Y-99135976D03*
%TD*%
D10*
%TO.C,C2*%
X168613611Y-116553306D03*
X170163611Y-116553306D03*
%TD*%
D14*
%TO.C,TP_sck1*%
X178381844Y-108935534D03*
%TD*%
D10*
%TO.C,C18*%
X161044256Y-121286002D03*
X162594256Y-121286002D03*
%TD*%
D27*
%TO.C,U4*%
X176240878Y-125284125D03*
X176240878Y-124784125D03*
X176240878Y-124284125D03*
X176240878Y-123784125D03*
X176240878Y-123284125D03*
X176240878Y-122784125D03*
X176240878Y-122284125D03*
X176240878Y-121784125D03*
X176240878Y-121284125D03*
X176240878Y-120784125D03*
X176240878Y-120284125D03*
X176240878Y-119784125D03*
D28*
X174740878Y-118284125D03*
X174240878Y-118284125D03*
X173740878Y-118284125D03*
X173240878Y-118284125D03*
X172740878Y-118284125D03*
X172240878Y-118284125D03*
X171740878Y-118284125D03*
X171240878Y-118284125D03*
X170740878Y-118284125D03*
X170240878Y-118284125D03*
X169740878Y-118284125D03*
X169240878Y-118284125D03*
D27*
X167740878Y-119784125D03*
X167740878Y-120284125D03*
X167740878Y-120784125D03*
X167740878Y-121284125D03*
X167740878Y-121784125D03*
X167740878Y-122284125D03*
X167740878Y-122784125D03*
X167740878Y-123284125D03*
X167740878Y-123784125D03*
X167740878Y-124284125D03*
X167740878Y-124784125D03*
X167740878Y-125284125D03*
D28*
X169240878Y-126784125D03*
X169740878Y-126784125D03*
X170240878Y-126784125D03*
X170740878Y-126784125D03*
X171240878Y-126784125D03*
X171740878Y-126784125D03*
X172240878Y-126784125D03*
X172740878Y-126784125D03*
X173240878Y-126784125D03*
X173740878Y-126784125D03*
X174240878Y-126784125D03*
X174740878Y-126784125D03*
%TD*%
D10*
%TO.C,C10*%
X157473188Y-106860065D03*
X159023188Y-106860065D03*
%TD*%
D29*
%TO.C,U6*%
X167753529Y-90002380D03*
D30*
X180853529Y-90002380D03*
D31*
X193953529Y-90002380D03*
D29*
X207053529Y-90002380D03*
%TD*%
D32*
%TO.C,b_b1*%
X146357799Y-127848868D03*
X146357799Y-119848868D03*
X150857799Y-127848868D03*
X150857799Y-119848868D03*
%TD*%
D12*
%TO.C,b_down1*%
X210951133Y-126098868D03*
X202951133Y-126098868D03*
X210951133Y-121598868D03*
X202951133Y-121598868D03*
%TD*%
D17*
%TO.C,R5*%
X178700179Y-116398550D03*
X180350179Y-116398550D03*
%TD*%
D33*
%TO.C,C9*%
X155748188Y-106747565D03*
X155748188Y-105197565D03*
%TD*%
D20*
%TO.C,U2*%
X145600255Y-95624097D03*
X144950255Y-95624097D03*
X144300255Y-95624097D03*
X144300255Y-97524097D03*
X144950255Y-97524097D03*
X145600255Y-97524097D03*
%TD*%
D14*
%TO.C,SWCLK1*%
X165303801Y-129637235D03*
%TD*%
D22*
%TO.C,R8*%
X172740878Y-128357482D03*
X172740878Y-130007482D03*
%TD*%
D10*
%TO.C,C6*%
X174173724Y-128478655D03*
X175723724Y-128478655D03*
%TD*%
D34*
%TO.C,L1*%
X159428188Y-111060065D03*
X154768188Y-111060065D03*
%TD*%
D32*
%TO.C,b_a1*%
X146357799Y-110915534D03*
X146357799Y-102915534D03*
X150857799Y-110915534D03*
X150857799Y-102915534D03*
%TD*%
D11*
%TO.C,C3*%
X167740878Y-126518684D03*
X166190878Y-126518684D03*
%TD*%
D35*
%TO.C,C1*%
X155860751Y-101557657D03*
X155860751Y-103107657D03*
%TD*%
D22*
%TO.C,R1*%
X141331133Y-89980534D03*
X141331133Y-91630534D03*
%TD*%
M02*

View File

@ -0,0 +1,760 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:43:44-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Paste,Top*%
%TF.FilePolarity,Positive*%
%FSLAX46Y46*%
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:43:44*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
G04 Aperture macros list*
%AMRoundRect*
0 Rectangle with rounded corners*
0 $1 Rounding radius*
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
0 Add a 4 corners polygon primitive as box body*
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
0 Add four circle primitives for the rounded corners*
1,1,$1+$1,$2,$3*
1,1,$1+$1,$4,$5*
1,1,$1+$1,$6,$7*
1,1,$1+$1,$8,$9*
0 Add four rect primitives between the rounded corners*
20,1,$1+$1,$2,$3,$4,$5,0*
20,1,$1+$1,$4,$5,$6,$7,0*
20,1,$1+$1,$6,$7,$8,$9,0*
20,1,$1+$1,$8,$9,$2,$3,0*%
G04 Aperture macros list end*
%ADD10C,0.300000*%
%ADD11RoundRect,0.225000X-0.225000X-0.250000X0.225000X-0.250000X0.225000X0.250000X-0.225000X0.250000X0*%
%ADD12RoundRect,0.225000X0.225000X0.250000X-0.225000X0.250000X-0.225000X-0.250000X0.225000X-0.250000X0*%
%ADD13R,1.800000X1.200000*%
%ADD14R,0.490000X1.160000*%
%ADD15R,0.490000X1.180000*%
%ADD16RoundRect,0.200000X-0.200000X-0.275000X0.200000X-0.275000X0.200000X0.275000X-0.200000X0.275000X0*%
%ADD17R,2.200000X0.400000*%
%ADD18RoundRect,0.200000X0.200000X0.275000X-0.200000X0.275000X-0.200000X-0.275000X0.200000X-0.275000X0*%
%ADD19RoundRect,0.100000X-0.100000X0.225000X-0.100000X-0.225000X0.100000X-0.225000X0.100000X0.225000X0*%
%ADD20RoundRect,0.250000X0.450000X-0.262500X0.450000X0.262500X-0.450000X0.262500X-0.450000X-0.262500X0*%
%ADD21RoundRect,0.200000X-0.275000X0.200000X-0.275000X-0.200000X0.275000X-0.200000X0.275000X0.200000X0*%
%ADD22R,0.700000X1.200000*%
%ADD23R,0.760000X1.200000*%
%ADD24R,0.800000X1.200000*%
%ADD25O,1.500000X0.270000*%
%ADD26O,0.270000X1.500000*%
%ADD27C,12.100000*%
%ADD28C,12.100016*%
%ADD29C,12.100148*%
%ADD30R,1.200000X1.800000*%
%ADD31RoundRect,0.225000X0.250000X-0.225000X0.250000X0.225000X-0.250000X0.225000X-0.250000X-0.225000X0*%
%ADD32R,3.000000X5.500000*%
%ADD33RoundRect,0.225000X-0.250000X0.225000X-0.250000X-0.225000X0.250000X-0.225000X0.250000X0.225000X0*%
G04 APERTURE END LIST*
D10*
X135236036Y-130146168D02*
X135236036Y-129146168D01*
X135236036Y-129289025D02*
X135307465Y-129217597D01*
X135307465Y-129217597D02*
X135450322Y-129146168D01*
X135450322Y-129146168D02*
X135664608Y-129146168D01*
X135664608Y-129146168D02*
X135807465Y-129217597D01*
X135807465Y-129217597D02*
X135878894Y-129360454D01*
X135878894Y-129360454D02*
X135878894Y-130146168D01*
X135878894Y-129360454D02*
X135950322Y-129217597D01*
X135950322Y-129217597D02*
X136093179Y-129146168D01*
X136093179Y-129146168D02*
X136307465Y-129146168D01*
X136307465Y-129146168D02*
X136450322Y-129217597D01*
X136450322Y-129217597D02*
X136521751Y-129360454D01*
X136521751Y-129360454D02*
X136521751Y-130146168D01*
X137878894Y-130146168D02*
X137878894Y-129360454D01*
X137878894Y-129360454D02*
X137807465Y-129217597D01*
X137807465Y-129217597D02*
X137664608Y-129146168D01*
X137664608Y-129146168D02*
X137378894Y-129146168D01*
X137378894Y-129146168D02*
X137236036Y-129217597D01*
X137878894Y-130074740D02*
X137736036Y-130146168D01*
X137736036Y-130146168D02*
X137378894Y-130146168D01*
X137378894Y-130146168D02*
X137236036Y-130074740D01*
X137236036Y-130074740D02*
X137164608Y-129931882D01*
X137164608Y-129931882D02*
X137164608Y-129789025D01*
X137164608Y-129789025D02*
X137236036Y-129646168D01*
X137236036Y-129646168D02*
X137378894Y-129574740D01*
X137378894Y-129574740D02*
X137736036Y-129574740D01*
X137736036Y-129574740D02*
X137878894Y-129503311D01*
X138593179Y-129146168D02*
X138593179Y-130146168D01*
X138593179Y-129289025D02*
X138664608Y-129217597D01*
X138664608Y-129217597D02*
X138807465Y-129146168D01*
X138807465Y-129146168D02*
X139021751Y-129146168D01*
X139021751Y-129146168D02*
X139164608Y-129217597D01*
X139164608Y-129217597D02*
X139236037Y-129360454D01*
X139236037Y-129360454D02*
X139236037Y-130146168D01*
X140593180Y-130146168D02*
X140593180Y-128646168D01*
X140593180Y-130074740D02*
X140450322Y-130146168D01*
X140450322Y-130146168D02*
X140164608Y-130146168D01*
X140164608Y-130146168D02*
X140021751Y-130074740D01*
X140021751Y-130074740D02*
X139950322Y-130003311D01*
X139950322Y-130003311D02*
X139878894Y-129860454D01*
X139878894Y-129860454D02*
X139878894Y-129431882D01*
X139878894Y-129431882D02*
X139950322Y-129289025D01*
X139950322Y-129289025D02*
X140021751Y-129217597D01*
X140021751Y-129217597D02*
X140164608Y-129146168D01*
X140164608Y-129146168D02*
X140450322Y-129146168D01*
X140450322Y-129146168D02*
X140593180Y-129217597D01*
X141307465Y-130146168D02*
X141307465Y-129146168D01*
X141307465Y-129431882D02*
X141378894Y-129289025D01*
X141378894Y-129289025D02*
X141450323Y-129217597D01*
X141450323Y-129217597D02*
X141593180Y-129146168D01*
X141593180Y-129146168D02*
X141736037Y-129146168D01*
X142807465Y-130074740D02*
X142664608Y-130146168D01*
X142664608Y-130146168D02*
X142378894Y-130146168D01*
X142378894Y-130146168D02*
X142236036Y-130074740D01*
X142236036Y-130074740D02*
X142164608Y-129931882D01*
X142164608Y-129931882D02*
X142164608Y-129360454D01*
X142164608Y-129360454D02*
X142236036Y-129217597D01*
X142236036Y-129217597D02*
X142378894Y-129146168D01*
X142378894Y-129146168D02*
X142664608Y-129146168D01*
X142664608Y-129146168D02*
X142807465Y-129217597D01*
X142807465Y-129217597D02*
X142878894Y-129360454D01*
X142878894Y-129360454D02*
X142878894Y-129503311D01*
X142878894Y-129503311D02*
X142164608Y-129646168D01*
X143736036Y-130146168D02*
X143593179Y-130074740D01*
X143593179Y-130074740D02*
X143521750Y-129931882D01*
X143521750Y-129931882D02*
X143521750Y-128646168D01*
X144950322Y-130074740D02*
X144807464Y-130146168D01*
X144807464Y-130146168D02*
X144521750Y-130146168D01*
X144521750Y-130146168D02*
X144378893Y-130074740D01*
X144378893Y-130074740D02*
X144307464Y-130003311D01*
X144307464Y-130003311D02*
X144236036Y-129860454D01*
X144236036Y-129860454D02*
X144236036Y-129431882D01*
X144236036Y-129431882D02*
X144307464Y-129289025D01*
X144307464Y-129289025D02*
X144378893Y-129217597D01*
X144378893Y-129217597D02*
X144521750Y-129146168D01*
X144521750Y-129146168D02*
X144807464Y-129146168D01*
X144807464Y-129146168D02*
X144950322Y-129217597D01*
X146236036Y-130146168D02*
X146236036Y-129360454D01*
X146236036Y-129360454D02*
X146164607Y-129217597D01*
X146164607Y-129217597D02*
X146021750Y-129146168D01*
X146021750Y-129146168D02*
X145736036Y-129146168D01*
X145736036Y-129146168D02*
X145593178Y-129217597D01*
X146236036Y-130074740D02*
X146093178Y-130146168D01*
X146093178Y-130146168D02*
X145736036Y-130146168D01*
X145736036Y-130146168D02*
X145593178Y-130074740D01*
X145593178Y-130074740D02*
X145521750Y-129931882D01*
X145521750Y-129931882D02*
X145521750Y-129789025D01*
X145521750Y-129789025D02*
X145593178Y-129646168D01*
X145593178Y-129646168D02*
X145736036Y-129574740D01*
X145736036Y-129574740D02*
X146093178Y-129574740D01*
X146093178Y-129574740D02*
X146236036Y-129503311D01*
X146950321Y-130146168D02*
X146950321Y-129146168D01*
X146950321Y-129431882D02*
X147021750Y-129289025D01*
X147021750Y-129289025D02*
X147093179Y-129217597D01*
X147093179Y-129217597D02*
X147236036Y-129146168D01*
X147236036Y-129146168D02*
X147378893Y-129146168D01*
X148521750Y-130146168D02*
X148521750Y-128646168D01*
X148521750Y-130074740D02*
X148378892Y-130146168D01*
X148378892Y-130146168D02*
X148093178Y-130146168D01*
X148093178Y-130146168D02*
X147950321Y-130074740D01*
X147950321Y-130074740D02*
X147878892Y-130003311D01*
X147878892Y-130003311D02*
X147807464Y-129860454D01*
X147807464Y-129860454D02*
X147807464Y-129431882D01*
X147807464Y-129431882D02*
X147878892Y-129289025D01*
X147878892Y-129289025D02*
X147950321Y-129217597D01*
X147950321Y-129217597D02*
X148093178Y-129146168D01*
X148093178Y-129146168D02*
X148378892Y-129146168D01*
X148378892Y-129146168D02*
X148521750Y-129217597D01*
X149236035Y-130003311D02*
X149307464Y-130074740D01*
X149307464Y-130074740D02*
X149236035Y-130146168D01*
X149236035Y-130146168D02*
X149164607Y-130074740D01*
X149164607Y-130074740D02*
X149236035Y-130003311D01*
X149236035Y-130003311D02*
X149236035Y-130146168D01*
X150593179Y-130146168D02*
X150593179Y-129360454D01*
X150593179Y-129360454D02*
X150521750Y-129217597D01*
X150521750Y-129217597D02*
X150378893Y-129146168D01*
X150378893Y-129146168D02*
X150093179Y-129146168D01*
X150093179Y-129146168D02*
X149950321Y-129217597D01*
X150593179Y-130074740D02*
X150450321Y-130146168D01*
X150450321Y-130146168D02*
X150093179Y-130146168D01*
X150093179Y-130146168D02*
X149950321Y-130074740D01*
X149950321Y-130074740D02*
X149878893Y-129931882D01*
X149878893Y-129931882D02*
X149878893Y-129789025D01*
X149878893Y-129789025D02*
X149950321Y-129646168D01*
X149950321Y-129646168D02*
X150093179Y-129574740D01*
X150093179Y-129574740D02*
X150450321Y-129574740D01*
X150450321Y-129574740D02*
X150593179Y-129503311D01*
X151521750Y-130146168D02*
X151378893Y-130074740D01*
X151378893Y-130074740D02*
X151307464Y-129931882D01*
X151307464Y-129931882D02*
X151307464Y-128646168D01*
X152093178Y-129146168D02*
X152093178Y-130646168D01*
X152093178Y-129217597D02*
X152236036Y-129146168D01*
X152236036Y-129146168D02*
X152521750Y-129146168D01*
X152521750Y-129146168D02*
X152664607Y-129217597D01*
X152664607Y-129217597D02*
X152736036Y-129289025D01*
X152736036Y-129289025D02*
X152807464Y-129431882D01*
X152807464Y-129431882D02*
X152807464Y-129860454D01*
X152807464Y-129860454D02*
X152736036Y-130003311D01*
X152736036Y-130003311D02*
X152664607Y-130074740D01*
X152664607Y-130074740D02*
X152521750Y-130146168D01*
X152521750Y-130146168D02*
X152236036Y-130146168D01*
X152236036Y-130146168D02*
X152093178Y-130074740D01*
X153450321Y-130146168D02*
X153450321Y-128646168D01*
X154093179Y-130146168D02*
X154093179Y-129360454D01*
X154093179Y-129360454D02*
X154021750Y-129217597D01*
X154021750Y-129217597D02*
X153878893Y-129146168D01*
X153878893Y-129146168D02*
X153664607Y-129146168D01*
X153664607Y-129146168D02*
X153521750Y-129217597D01*
X153521750Y-129217597D02*
X153450321Y-129289025D01*
X155450322Y-130146168D02*
X155450322Y-129360454D01*
X155450322Y-129360454D02*
X155378893Y-129217597D01*
X155378893Y-129217597D02*
X155236036Y-129146168D01*
X155236036Y-129146168D02*
X154950322Y-129146168D01*
X154950322Y-129146168D02*
X154807464Y-129217597D01*
X155450322Y-130074740D02*
X155307464Y-130146168D01*
X155307464Y-130146168D02*
X154950322Y-130146168D01*
X154950322Y-130146168D02*
X154807464Y-130074740D01*
X154807464Y-130074740D02*
X154736036Y-129931882D01*
X154736036Y-129931882D02*
X154736036Y-129789025D01*
X154736036Y-129789025D02*
X154807464Y-129646168D01*
X154807464Y-129646168D02*
X154950322Y-129574740D01*
X154950322Y-129574740D02*
X155307464Y-129574740D01*
X155307464Y-129574740D02*
X155450322Y-129503311D01*
X156164607Y-130003311D02*
X156236036Y-130074740D01*
X156236036Y-130074740D02*
X156164607Y-130146168D01*
X156164607Y-130146168D02*
X156093179Y-130074740D01*
X156093179Y-130074740D02*
X156164607Y-130003311D01*
X156164607Y-130003311D02*
X156164607Y-130146168D01*
X157164608Y-128646168D02*
X157307465Y-128646168D01*
X157307465Y-128646168D02*
X157450322Y-128717597D01*
X157450322Y-128717597D02*
X157521751Y-128789025D01*
X157521751Y-128789025D02*
X157593179Y-128931882D01*
X157593179Y-128931882D02*
X157664608Y-129217597D01*
X157664608Y-129217597D02*
X157664608Y-129574740D01*
X157664608Y-129574740D02*
X157593179Y-129860454D01*
X157593179Y-129860454D02*
X157521751Y-130003311D01*
X157521751Y-130003311D02*
X157450322Y-130074740D01*
X157450322Y-130074740D02*
X157307465Y-130146168D01*
X157307465Y-130146168D02*
X157164608Y-130146168D01*
X157164608Y-130146168D02*
X157021751Y-130074740D01*
X157021751Y-130074740D02*
X156950322Y-130003311D01*
X156950322Y-130003311D02*
X156878893Y-129860454D01*
X156878893Y-129860454D02*
X156807465Y-129574740D01*
X156807465Y-129574740D02*
X156807465Y-129217597D01*
X156807465Y-129217597D02*
X156878893Y-128931882D01*
X156878893Y-128931882D02*
X156950322Y-128789025D01*
X156950322Y-128789025D02*
X157021751Y-128717597D01*
X157021751Y-128717597D02*
X157164608Y-128646168D01*
X159093179Y-130146168D02*
X158236036Y-130146168D01*
X158664607Y-130146168D02*
X158664607Y-128646168D01*
X158664607Y-128646168D02*
X158521750Y-128860454D01*
X158521750Y-128860454D02*
X158378893Y-129003311D01*
X158378893Y-129003311D02*
X158236036Y-129074740D01*
D11*
%TO.C,C14*%
X186594442Y-122410210D03*
X188144442Y-122410210D03*
%TD*%
D12*
%TO.C,C4*%
X168208349Y-118253643D03*
X166658349Y-118253643D03*
%TD*%
D13*
%TO.C,b_up1*%
X202951133Y-104665534D03*
X210951133Y-104665534D03*
X202951133Y-109165534D03*
X210951133Y-109165534D03*
%TD*%
D11*
%TO.C,C16*%
X186498159Y-120535261D03*
X188048159Y-120535261D03*
%TD*%
D14*
%TO.C,U1*%
X159275688Y-102255065D03*
X158325688Y-102255065D03*
X157375688Y-102255065D03*
D15*
X157375688Y-104555065D03*
X159275688Y-104555065D03*
%TD*%
D16*
%TO.C,R10*%
X174123734Y-129933381D03*
X175773734Y-129933381D03*
%TD*%
D11*
%TO.C,C12*%
X175911855Y-126779815D03*
X177461855Y-126779815D03*
%TD*%
D17*
%TO.C,U5*%
X174559466Y-111035534D03*
X174559466Y-110335534D03*
X174559466Y-109635534D03*
X174559466Y-108935534D03*
X174559466Y-108235534D03*
X174559466Y-107535534D03*
X174559466Y-106835534D03*
X174559466Y-106135534D03*
X174559466Y-105435534D03*
X174559466Y-104735534D03*
X174559466Y-104035534D03*
X174559466Y-103335534D03*
X174559466Y-102635534D03*
%TD*%
D11*
%TO.C,C11*%
X178216650Y-124571621D03*
X179766650Y-124571621D03*
%TD*%
D18*
%TO.C,R11*%
X171355995Y-129935313D03*
X169705995Y-129935313D03*
%TD*%
D19*
%TO.C,U3*%
X149064155Y-95624097D03*
X148414155Y-95624097D03*
X147764155Y-95624097D03*
X147764155Y-97524097D03*
X148414155Y-97524097D03*
X149064155Y-97524097D03*
%TD*%
D20*
%TO.C,R4*%
X153498188Y-103060065D03*
X153498188Y-101235065D03*
%TD*%
D21*
%TO.C,R2*%
X142831133Y-89980534D03*
X142831133Y-91630534D03*
%TD*%
D11*
%TO.C,C13*%
X181710179Y-116398550D03*
X183260179Y-116398550D03*
%TD*%
D20*
%TO.C,R3*%
X153498188Y-106885065D03*
X153498188Y-105060065D03*
%TD*%
D12*
%TO.C,C8*%
X179766650Y-121651621D03*
X178216650Y-121651621D03*
%TD*%
D16*
%TO.C,R9*%
X183488159Y-120535261D03*
X185138159Y-120535261D03*
%TD*%
%TO.C,R13*%
X158034256Y-121286002D03*
X159684256Y-121286002D03*
%TD*%
D11*
%TO.C,C15*%
X186482004Y-118016635D03*
X188032004Y-118016635D03*
%TD*%
D13*
%TO.C,b_left1*%
X210951133Y-113132201D03*
X218951133Y-113132201D03*
X210951133Y-117632201D03*
X218951133Y-117632201D03*
%TD*%
D11*
%TO.C,C5*%
X178216650Y-123111621D03*
X179766650Y-123111621D03*
%TD*%
D13*
%TO.C,b_right1*%
X194951133Y-113132201D03*
X202951133Y-113132201D03*
X194951133Y-117632201D03*
X202951133Y-117632201D03*
%TD*%
D16*
%TO.C,R12*%
X158028042Y-119787400D03*
X159678042Y-119787400D03*
%TD*%
D11*
%TO.C,C17*%
X161038042Y-119787400D03*
X162588042Y-119787400D03*
%TD*%
D16*
%TO.C,R6*%
X183584442Y-122410210D03*
X185234442Y-122410210D03*
%TD*%
D22*
%TO.C,J1*%
X142574466Y-88210000D03*
D23*
X140554466Y-88210000D03*
D24*
X139324466Y-88210000D03*
D22*
X141574466Y-88210000D03*
D23*
X143594466Y-88210000D03*
D24*
X144824466Y-88210000D03*
%TD*%
D16*
%TO.C,R7*%
X183472004Y-118016635D03*
X185122004Y-118016635D03*
%TD*%
D11*
%TO.C,C2*%
X168613611Y-116553306D03*
X170163611Y-116553306D03*
%TD*%
%TO.C,C18*%
X161044256Y-121286002D03*
X162594256Y-121286002D03*
%TD*%
D25*
%TO.C,U4*%
X176240878Y-125284125D03*
X176240878Y-124784125D03*
X176240878Y-124284125D03*
X176240878Y-123784125D03*
X176240878Y-123284125D03*
X176240878Y-122784125D03*
X176240878Y-122284125D03*
X176240878Y-121784125D03*
X176240878Y-121284125D03*
X176240878Y-120784125D03*
X176240878Y-120284125D03*
X176240878Y-119784125D03*
D26*
X174740878Y-118284125D03*
X174240878Y-118284125D03*
X173740878Y-118284125D03*
X173240878Y-118284125D03*
X172740878Y-118284125D03*
X172240878Y-118284125D03*
X171740878Y-118284125D03*
X171240878Y-118284125D03*
X170740878Y-118284125D03*
X170240878Y-118284125D03*
X169740878Y-118284125D03*
X169240878Y-118284125D03*
D25*
X167740878Y-119784125D03*
X167740878Y-120284125D03*
X167740878Y-120784125D03*
X167740878Y-121284125D03*
X167740878Y-121784125D03*
X167740878Y-122284125D03*
X167740878Y-122784125D03*
X167740878Y-123284125D03*
X167740878Y-123784125D03*
X167740878Y-124284125D03*
X167740878Y-124784125D03*
X167740878Y-125284125D03*
D26*
X169240878Y-126784125D03*
X169740878Y-126784125D03*
X170240878Y-126784125D03*
X170740878Y-126784125D03*
X171240878Y-126784125D03*
X171740878Y-126784125D03*
X172240878Y-126784125D03*
X172740878Y-126784125D03*
X173240878Y-126784125D03*
X173740878Y-126784125D03*
X174240878Y-126784125D03*
X174740878Y-126784125D03*
%TD*%
D11*
%TO.C,C10*%
X157473188Y-106860065D03*
X159023188Y-106860065D03*
%TD*%
D27*
%TO.C,U6*%
X167753529Y-90002380D03*
D28*
X180853529Y-90002380D03*
D29*
X193953529Y-90002380D03*
D27*
X207053529Y-90002380D03*
%TD*%
D30*
%TO.C,b_b1*%
X146357799Y-127848868D03*
X146357799Y-119848868D03*
X150857799Y-127848868D03*
X150857799Y-119848868D03*
%TD*%
D13*
%TO.C,b_down1*%
X210951133Y-126098868D03*
X202951133Y-126098868D03*
X210951133Y-121598868D03*
X202951133Y-121598868D03*
%TD*%
D16*
%TO.C,R5*%
X178700179Y-116398550D03*
X180350179Y-116398550D03*
%TD*%
D31*
%TO.C,C9*%
X155748188Y-106747565D03*
X155748188Y-105197565D03*
%TD*%
D19*
%TO.C,U2*%
X145600255Y-95624097D03*
X144950255Y-95624097D03*
X144300255Y-95624097D03*
X144300255Y-97524097D03*
X144950255Y-97524097D03*
X145600255Y-97524097D03*
%TD*%
D21*
%TO.C,R8*%
X172740878Y-128357482D03*
X172740878Y-130007482D03*
%TD*%
D11*
%TO.C,C6*%
X174173724Y-128478655D03*
X175723724Y-128478655D03*
%TD*%
D32*
%TO.C,L1*%
X159428188Y-111060065D03*
X154768188Y-111060065D03*
%TD*%
D30*
%TO.C,b_a1*%
X146357799Y-110915534D03*
X146357799Y-102915534D03*
X150857799Y-110915534D03*
X150857799Y-102915534D03*
%TD*%
D12*
%TO.C,C3*%
X167740878Y-126518684D03*
X166190878Y-126518684D03*
%TD*%
D33*
%TO.C,C1*%
X155860751Y-101557657D03*
X155860751Y-103107657D03*
%TD*%
D21*
%TO.C,R1*%
X141331133Y-89980534D03*
X141331133Y-91630534D03*
%TD*%
M02*

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,207 @@
%TF.GenerationSoftware,KiCad,Pcbnew,9.0.0*%
%TF.CreationDate,2025-03-23T23:41:23-05:00*%
%TF.ProjectId,stm32card,73746d33-3263-4617-9264-2e6b69636164,rev?*%
%TF.SameCoordinates,Original*%
%TF.FileFunction,Drillmap*%
%TF.FilePolarity,Positive*%
%FSLAX45Y45*%
G04 Gerber Fmt 4.5, Leading zero omitted, Abs format (unit mm)*
G04 Created by KiCad (PCBNEW 9.0.0) date 2025-03-23 23:41:23*
%MOMM*%
%LPD*%
G01*
G04 APERTURE LIST*
%ADD10C,0.050000*%
%ADD11C,1.600000*%
%ADD12C,0.200000*%
G04 APERTURE END LIST*
D10*
X13756447Y-13233553D02*
X21646447Y-13233553D01*
X13756447Y-13233553D02*
G75*
G02*
X13256447Y-12733553I3J500003D01*
G01*
X13256447Y-8653553D02*
X13256447Y-12733553D01*
X21646447Y-8153553D02*
G75*
G02*
X22146447Y-8653553I3J-499997D01*
G01*
X22146447Y-12733553D02*
X22146447Y-8653553D01*
X21646447Y-8153553D02*
X13756447Y-8153553D01*
X13256447Y-8653553D02*
G75*
G02*
X13756447Y-8153547I500003J3D01*
G01*
X22146447Y-12733553D02*
G75*
G02*
X21646447Y-13233547I-499997J3D01*
G01*
D11*
X15825353Y-9000238D02*
G75*
G02*
X15665353Y-9000238I-80000J0D01*
G01*
X15665353Y-9000238D02*
G75*
G02*
X15825353Y-9000238I80000J0D01*
G01*
X21815353Y-9000238D02*
G75*
G02*
X21655353Y-9000238I-80000J0D01*
G01*
X21655353Y-9000238D02*
G75*
G02*
X21815353Y-9000238I80000J0D01*
G01*
D12*
X13514723Y-13547537D02*
X13514723Y-13347537D01*
X13514723Y-13347537D02*
X13562342Y-13347537D01*
X13562342Y-13347537D02*
X13590914Y-13357061D01*
X13590914Y-13357061D02*
X13609961Y-13376109D01*
X13609961Y-13376109D02*
X13619485Y-13395156D01*
X13619485Y-13395156D02*
X13629009Y-13433251D01*
X13629009Y-13433251D02*
X13629009Y-13461823D01*
X13629009Y-13461823D02*
X13619485Y-13499918D01*
X13619485Y-13499918D02*
X13609961Y-13518966D01*
X13609961Y-13518966D02*
X13590914Y-13538013D01*
X13590914Y-13538013D02*
X13562342Y-13547537D01*
X13562342Y-13547537D02*
X13514723Y-13547537D01*
X13714723Y-13547537D02*
X13714723Y-13414204D01*
X13714723Y-13452299D02*
X13724247Y-13433251D01*
X13724247Y-13433251D02*
X13733771Y-13423728D01*
X13733771Y-13423728D02*
X13752819Y-13414204D01*
X13752819Y-13414204D02*
X13771866Y-13414204D01*
X13838533Y-13547537D02*
X13838533Y-13414204D01*
X13838533Y-13347537D02*
X13829009Y-13357061D01*
X13829009Y-13357061D02*
X13838533Y-13366585D01*
X13838533Y-13366585D02*
X13848057Y-13357061D01*
X13848057Y-13357061D02*
X13838533Y-13347537D01*
X13838533Y-13347537D02*
X13838533Y-13366585D01*
X13962342Y-13547537D02*
X13943295Y-13538013D01*
X13943295Y-13538013D02*
X13933771Y-13518966D01*
X13933771Y-13518966D02*
X13933771Y-13347537D01*
X14067104Y-13547537D02*
X14048057Y-13538013D01*
X14048057Y-13538013D02*
X14038533Y-13518966D01*
X14038533Y-13518966D02*
X14038533Y-13347537D01*
X14295676Y-13547537D02*
X14295676Y-13347537D01*
X14295676Y-13347537D02*
X14362342Y-13490394D01*
X14362342Y-13490394D02*
X14429009Y-13347537D01*
X14429009Y-13347537D02*
X14429009Y-13547537D01*
X14609961Y-13547537D02*
X14609961Y-13442775D01*
X14609961Y-13442775D02*
X14600438Y-13423728D01*
X14600438Y-13423728D02*
X14581390Y-13414204D01*
X14581390Y-13414204D02*
X14543295Y-13414204D01*
X14543295Y-13414204D02*
X14524247Y-13423728D01*
X14609961Y-13538013D02*
X14590914Y-13547537D01*
X14590914Y-13547537D02*
X14543295Y-13547537D01*
X14543295Y-13547537D02*
X14524247Y-13538013D01*
X14524247Y-13538013D02*
X14514723Y-13518966D01*
X14514723Y-13518966D02*
X14514723Y-13499918D01*
X14514723Y-13499918D02*
X14524247Y-13480870D01*
X14524247Y-13480870D02*
X14543295Y-13471347D01*
X14543295Y-13471347D02*
X14590914Y-13471347D01*
X14590914Y-13471347D02*
X14609961Y-13461823D01*
X14705200Y-13414204D02*
X14705200Y-13614204D01*
X14705200Y-13423728D02*
X14724247Y-13414204D01*
X14724247Y-13414204D02*
X14762342Y-13414204D01*
X14762342Y-13414204D02*
X14781390Y-13423728D01*
X14781390Y-13423728D02*
X14790914Y-13433251D01*
X14790914Y-13433251D02*
X14800438Y-13452299D01*
X14800438Y-13452299D02*
X14800438Y-13509442D01*
X14800438Y-13509442D02*
X14790914Y-13528489D01*
X14790914Y-13528489D02*
X14781390Y-13538013D01*
X14781390Y-13538013D02*
X14762342Y-13547537D01*
X14762342Y-13547537D02*
X14724247Y-13547537D01*
X14724247Y-13547537D02*
X14705200Y-13538013D01*
X14886152Y-13528489D02*
X14895676Y-13538013D01*
X14895676Y-13538013D02*
X14886152Y-13547537D01*
X14886152Y-13547537D02*
X14876628Y-13538013D01*
X14876628Y-13538013D02*
X14886152Y-13528489D01*
X14886152Y-13528489D02*
X14886152Y-13547537D01*
X14886152Y-13423728D02*
X14895676Y-13433251D01*
X14895676Y-13433251D02*
X14886152Y-13442775D01*
X14886152Y-13442775D02*
X14876628Y-13433251D01*
X14876628Y-13433251D02*
X14886152Y-13423728D01*
X14886152Y-13423728D02*
X14886152Y-13442775D01*
M02*

View File

@ -0,0 +1,12 @@
M48
; DRILL file {KiCad 9.0.0} date 2025-03-23T23:41:23-0500
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-03-23T23:41:23-05:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.0
; #@! TF.FileFunction,NonPlated,1,2,NPTH
FMAT,2
METRIC
%
G90
G05
M30

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,60 @@
M48
; DRILL file {KiCad 9.0.0} date 2025-03-23T23:41:23-0500
; FORMAT={-:-/ absolute / metric / decimal}
; #@! TF.CreationDate,2025-03-23T23:41:23-05:00
; #@! TF.GenerationSoftware,Kicad,Pcbnew,9.0.0
; #@! TF.FileFunction,Plated,1,2,PTH
FMAT,2
METRIC
; #@! TA.AperFunction,Plated,PTH,ViaDrill
T1C0.300
; #@! TA.AperFunction,Plated,PTH,ComponentDrill
T2C0.600
%
G90
G05
T1
X139.331Y-89.556
X141.331Y-92.806
X142.831Y-92.806
X144.824Y-89.556
X144.95Y-94.781
X147.753Y-98.349
X148.774Y-94.828
X153.494Y-99.132
X156.829Y-119.787
X156.851Y-121.286
X158.326Y-103.383
X160.239Y-106.86
X165.118Y-126.519
X165.339Y-118.241
X168.509Y-129.935
X169.058Y-124.581
X170.164Y-115.257
X173.979Y-125.381
X174.304Y-85.366
X174.304Y-94.999
X174.846Y-121.979
X176.171Y-106.136
X176.2Y-102.636
X176.2Y-104.036
X176.965Y-128.479
X177.517Y-116.399
X181.016Y-123.112
X182.194Y-122.41
X182.291Y-120.535
X182.307Y-118.017
X187.404Y-85.366
X187.404Y-94.999
X200.504Y-85.366
X200.504Y-94.999
T2
X137.754Y-84.63G85X137.754Y-84.03
G05
X137.754Y-88.43G85X137.754Y-87.83
G05
X146.394Y-84.63G85X146.394Y-84.03
G05
X146.394Y-88.43G85X146.394Y-87.83
G05
M30

View File

@ -0,0 +1,127 @@
{
"Header": {
"GenerationSoftware": {
"Vendor": "KiCad",
"Application": "Pcbnew",
"Version": "9.0.0"
},
"CreationDate": "2025-03-23T23:43:45-05:00"
},
"GeneralSpecs": {
"ProjectId": {
"Name": "stm32card",
"GUID": "73746d33-3263-4617-9264-2e6b69636164",
"Revision": "rev?"
},
"Size": {
"X": 88.95,
"Y": 50.85
},
"LayerNumber": 2,
"BoardThickness": 1.6,
"Finish": "None"
},
"DesignRules": [
{
"Layers": "Outer",
"PadToPad": 0.2,
"PadToTrack": 0.2,
"TrackToTrack": 0.2,
"MinLineWidth": 0.2,
"TrackToRegion": 0.5,
"RegionToRegion": 0.5
}
],
"FilesAttributes": [
{
"Path": "stm32card-F_Cu.gtl",
"FileFunction": "Copper,L1,Top",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-B_Cu.gbl",
"FileFunction": "Copper,L2,Bot",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-F_Paste.gtp",
"FileFunction": "SolderPaste,Top",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-B_Paste.gbp",
"FileFunction": "SolderPaste,Bot",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-F_Silkscreen.gto",
"FileFunction": "Legend,Top",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-B_Silkscreen.gbo",
"FileFunction": "Legend,Bot",
"FilePolarity": "Positive"
},
{
"Path": "stm32card-F_Mask.gts",
"FileFunction": "SolderMask,Top",
"FilePolarity": "Negative"
},
{
"Path": "stm32card-B_Mask.gbs",
"FileFunction": "SolderMask,Bot",
"FilePolarity": "Negative"
},
{
"Path": "stm32card-Edge_Cuts.gm1",
"FileFunction": "Profile",
"FilePolarity": "Positive"
}
],
"MaterialStackup": [
{
"Type": "Legend",
"Name": "Top Silk Screen"
},
{
"Type": "SolderPaste",
"Name": "Top Solder Paste"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Top Solder Mask"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "F.Cu"
},
{
"Type": "Dielectric",
"Thickness": 1.51,
"Material": "FR4",
"Name": "F.Cu/B.Cu",
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
},
{
"Type": "Copper",
"Thickness": 0.035,
"Name": "B.Cu"
},
{
"Type": "SolderMask",
"Thickness": 0.01,
"Name": "Bottom Solder Mask"
},
{
"Type": "SolderPaste",
"Name": "Bottom Solder Paste"
},
{
"Type": "Legend",
"Name": "Bottom Silk Screen"
}
]
}