From 7d409668c8e15527bfae5568166a65b82e1e7c0c Mon Sep 17 00:00:00 2001 From: philippe44 Date: Sun, 31 Oct 2021 18:24:23 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d71dae8..d8371876 100644 --- a/README.md +++ b/README.md @@ -398,7 +398,7 @@ The APLL of the esp32 is required for the audio codec, so we **need** a LAN8270 #### SPI (DM9051) Ethernet over SPI is supported as well and requires less GPIOs but is obvsiously slower. Another benefit is that SPI bus can be shared with the display, but it's also possible to have a dedicated SPI interface (the esp32 has 3 different SPI but SPI0 is reserved for external Flash/RAM). The "eth_config" parameter syntax becomes: ``` -model=dm9051,host=<-1|1|2>[,rst=],cs=,speed=,intr=[mosi=,miso=,clk=] +model=dm9051,host=<-1|1|2>,cs=,speed=,intr=[,rst=][,mosi=,miso=,clk=] ``` - To use the system SPI, shared with display (see spi_config) "host" must be set to -1. Any other value will reserve the SPI interface (careful of conflict with spi_config) - When not using system SPI, bi-directional transfer requires "mosi" for data out, "miso" for data in and "clk"