Skip to content

Commit f55b91e

Browse files
committed
Enable OPI/OPI ESP32-S3 SDK support for KSZ8851SNL Ethernet MAC+PHY.
1 parent 84f1bd4 commit f55b91e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tools/sdk/esp32s3/lib/libesp_eth.a

323 KB
Binary file not shown.

tools/sdk/esp32s3/opi_opi/include/sdkconfig.h

+1
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
#define CONFIG_ETH_USE_SPI_ETHERNET 1
333333
#define CONFIG_ETH_SPI_ETHERNET_DM9051 1
334334
#define CONFIG_ETH_SPI_ETHERNET_W5500 1
335+
#define CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL 1
335336
#define CONFIG_ESP_EVENT_POST_FROM_ISR 1
336337
#define CONFIG_ESP_EVENT_POST_FROM_IRAM_ISR 1
337338
#define CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS 1

tools/sdk/esp32s3/sdkconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ CONFIG_ETH_WAKE_ON_LAN=y
10141014
CONFIG_ETH_USE_SPI_ETHERNET=y
10151015
CONFIG_ETH_SPI_ETHERNET_DM9051=y
10161016
CONFIG_ETH_SPI_ETHERNET_W5500=y
1017-
# CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL is not set
1017+
CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL=y
10181018
# CONFIG_ETH_USE_OPENETH is not set
10191019
# end of Ethernet
10201020

0 commit comments

Comments
 (0)