adding ST-Link Connector

This commit is contained in:
Dominik Kuhn 2023-09-27 10:07:15 +02:00
parent 1dc5fcd5d2
commit 477a7a8876
3 changed files with 9857 additions and 460 deletions

File diff suppressed because it is too large Load Diff

View File

@ -45,10 +45,16 @@
"silk_text_upright": false, "silk_text_upright": false,
"zones": { "zones": {
"45_degree_only": false, "45_degree_only": false,
"min_clearance": 0.508 "min_clearance": 0.254
} }
}, },
"diff_pair_dimensions": [], "diff_pair_dimensions": [
{
"gap": 0.0,
"via_gap": 0.0,
"width": 0.0
}
],
"drc_exclusions": [], "drc_exclusions": [],
"meta": { "meta": {
"version": 2 "version": 2
@ -112,8 +118,18 @@
"solder_mask_min_width": 0.0, "solder_mask_min_width": 0.0,
"use_height_for_length_calcs": true "use_height_for_length_calcs": true
}, },
"track_widths": [], "track_widths": [
"via_dimensions": [], 0.0,
0.2032,
0.254,
0.3048
],
"via_dimensions": [
{
"diameter": 0.0,
"drill": 0.0
}
],
"zones_allow_external_fillets": false, "zones_allow_external_fillets": false,
"zones_use_no_outline": true "zones_use_no_outline": true
}, },

File diff suppressed because it is too large Load Diff