Skip to content

Commit 5ebc00c

Browse files
committed
Upgrade to KiCad version 7.0
1 parent 7afcf22 commit 5ebc00c

File tree

2 files changed

+8
-18
lines changed

2 files changed

+8
-18
lines changed

KM217-WiFi/KM217-WiFi.kicad_pro

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,26 +63,20 @@
6363
"rule_severities": {
6464
"annular_width": "error",
6565
"clearance": "error",
66-
"connection_width": "warning",
6766
"copper_edge_clearance": "error",
68-
"copper_sliver": "warning",
6967
"courtyards_overlap": "error",
7068
"diff_pair_gap_out_of_range": "error",
7169
"diff_pair_uncoupled_length_too_long": "error",
7270
"drill_out_of_range": "error",
7371
"duplicate_footprints": "warning",
7472
"extra_footprint": "warning",
75-
"footprint": "error",
7673
"footprint_type_mismatch": "error",
7774
"hole_clearance": "error",
7875
"hole_near_hole": "error",
7976
"invalid_outline": "error",
80-
"isolated_copper": "warning",
8177
"item_on_disabled_layer": "error",
8278
"items_not_allowed": "error",
8379
"length_out_of_range": "error",
84-
"lib_footprint_issues": "warning",
85-
"lib_footprint_mismatch": "warning",
8680
"malformed_courtyard": "error",
8781
"microvia_drill_out_of_range": "error",
8882
"missing_courtyard": "ignore",
@@ -92,14 +86,9 @@
9286
"padstack": "error",
9387
"pth_inside_courtyard": "ignore",
9488
"shorting_items": "error",
95-
"silk_edge_clearance": "warning",
9689
"silk_over_copper": "warning",
9790
"silk_overlap": "error",
9891
"skew_out_of_range": "error",
99-
"solder_mask_bridge": "error",
100-
"starved_thermal": "error",
101-
"text_height": "warning",
102-
"text_thickness": "warning",
10392
"through_hole_pad_without_hole": "error",
10493
"too_many_vias": "error",
10594
"track_dangling": "warning",
@@ -108,6 +97,7 @@
10897
"unconnected_items": "error",
10998
"unresolved_variable": "error",
11099
"via_dangling": "warning",
100+
"zone_has_empty_net": "error",
111101
"zones_intersect": "error"
112102
},
113103
"rules": {
@@ -440,7 +430,7 @@
440430
"net_settings": {
441431
"classes": [
442432
{
443-
"bus_width": 6,
433+
"bus_width": 6.0,
444434
"clearance": 0.2,
445435
"diff_pair_gap": 0.25,
446436
"diff_pair_via_gap": 0.25,
@@ -454,11 +444,11 @@
454444
"track_width": 0.25,
455445
"via_diameter": 0.8,
456446
"via_drill": 0.4,
457-
"wire_width": 6
447+
"wire_width": 6.0
458448
}
459449
],
460450
"meta": {
461-
"version": 3
451+
"version": 2
462452
},
463453
"net_colors": null,
464454
"netclass_assignments": null,

KM217-WiFi/KM217-WiFi.kicad_sch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5374,10 +5374,10 @@
53745374
(property "Reference" "C7" (id 0) (at 26.035 142.8749 0)
53755375
(effects (font (size 1.27 1.27)) (justify right))
53765376
)
5377-
(property "Value" "" (id 1) (at 26.035 145.4149 0)
5377+
(property "Value" "100u/16V" (id 1) (at 26.035 145.4149 0)
53785378
(effects (font (size 1.27 1.27)) (justify right))
53795379
)
5380-
(property "Footprint" "" (id 2) (at 28.575 143.51 0)
5380+
(property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.4_Nichicon" (id 2) (at 28.575 143.51 0)
53815381
(effects (font (size 1.27 1.27)) hide)
53825382
)
53835383
(property "Datasheet" "~" (id 3) (at 28.575 143.51 0)
@@ -7932,10 +7932,10 @@
79327932
(property "Reference" "C8" (id 0) (at 108.585 142.8749 0)
79337933
(effects (font (size 1.27 1.27)) (justify right))
79347934
)
7935-
(property "Value" "" (id 1) (at 108.585 145.4149 0)
7935+
(property "Value" "100u/16V" (id 1) (at 108.585 145.4149 0)
79367936
(effects (font (size 1.27 1.27)) (justify right))
79377937
)
7938-
(property "Footprint" "" (id 2) (at 106.045 143.51 0)
7938+
(property "Footprint" "Capacitor_SMD:CP_Elec_6.3x5.4_Nichicon" (id 2) (at 106.045 143.51 0)
79397939
(effects (font (size 1.27 1.27)) hide)
79407940
)
79417941
(property "Datasheet" "~" (id 3) (at 106.045 143.51 0)

0 commit comments

Comments
 (0)