Skip to content

Commit 69de1c1

Browse files
authored
Seperate SPI buses for MCU and ESP flash (#46)
1 parent df5f9d2 commit 69de1c1

File tree

3 files changed

+344
-245
lines changed

3 files changed

+344
-245
lines changed

schematic/pslab-mini.kicad_pro

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,11 @@
270270
"erc": {
271271
"erc_exclusions": [
272272
[
273-
"multiple_net_names|4572000|393700|dd78c255-cca9-4765-a944-e9392d10246b|a775844a-5488-4860-a727-0cd3dbb2683c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c",
273+
"multiple_net_names|4572000|393700|4c4dea2f-08e6-485d-98e7-7adc7024bbb7|155b6dbc-67eb-4450-8da6-e70c55a94478|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c",
274274
""
275275
],
276276
[
277-
"multiple_net_names|863600|1397000|a895e22a-eaed-47f6-96ed-7889a347109c|af31ba7e-a404-4fb9-bfd5-5cd73e04e2f3|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c",
277+
"multiple_net_names|863600|1397000|ca7a9af1-d796-44f4-bb67-65163ec04217|af31ba7e-a404-4fb9-bfd5-5cd73e04e2f3|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c|/93806d35-978a-41c3-895f-33e46b0d2e7c",
278278
""
279279
]
280280
],
@@ -527,39 +527,45 @@
527527
{
528528
"name": "50_IMP",
529529
"pcb_color": "rgba(0, 0, 0, 0.000)",
530-
"priority": 0,
530+
"priority": 1,
531531
"schematic_color": "rgb(0, 0, 194)"
532532
},
533533
{
534534
"name": "ESP_SPI",
535535
"pcb_color": "rgba(0, 0, 0, 0.000)",
536-
"priority": 2,
536+
"priority": 3,
537+
"schematic_color": "rgb(0, 132, 132)"
538+
},
539+
{
540+
"name": "ESP_SPI2",
541+
"pcb_color": "rgba(0, 0, 0, 0.000)",
542+
"priority": 0,
537543
"schematic_color": "rgb(0, 132, 132)"
538544
},
539545
{
540546
"name": "ESP_UART",
541547
"pcb_color": "rgba(0, 0, 0, 0.000)",
542-
"priority": 1,
548+
"priority": 2,
543549
"schematic_color": "rgb(0, 132, 132)"
544550
},
545551
{
546552
"name": "Ground",
547553
"pcb_color": "rgba(0, 0, 0, 0.000)",
548-
"priority": 3,
554+
"priority": 4,
549555
"schematic_color": "rgb(0, 0, 0)"
550556
},
551557
{
552558
"name": "Power",
553559
"pcb_color": "rgba(0, 0, 0, 0.000)",
554-
"priority": 4,
560+
"priority": 5,
555561
"schematic_color": "rgb(194, 0, 0)"
556562
},
557563
{
558564
"diff_pair_gap": 0.1,
559565
"diff_pair_width": 0.18,
560566
"name": "USB_Data",
561567
"pcb_color": "rgba(0, 0, 0, 0.000)",
562-
"priority": 5,
568+
"priority": 6,
563569
"schematic_color": "rgb(132, 0, 132)"
564570
}
565571
],
@@ -589,6 +595,15 @@
589595
"/ESP_FLASH_WP": [
590596
"ESP_SPI"
591597
],
598+
"/ESP_SPI2_CLK": [
599+
"ESP_SPI2"
600+
],
601+
"/ESP_SPI2_MISO": [
602+
"ESP_SPI2"
603+
],
604+
"/ESP_SPI2_MOSI": [
605+
"ESP_SPI2"
606+
],
592607
"/ESP_SPI_CLK": [
593608
"ESP_SPI"
594609
],

0 commit comments

Comments
 (0)