mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Documentation: Describe ESP32-P4 Ethernet support
This commit describes ethernet support on ESP32-P4 SoC and its ESP32-P4-Function-EV-Board v1.5.2. Signed-off-by: Tiago Medicci Serrano <tiago.medicci@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
c63c061a52
commit
20c38d050b
@@ -210,6 +210,19 @@ efuse
|
||||
|
||||
Enables the eFuse driver (supports virtual eFuses). Access via ``/dev/efuse``.
|
||||
|
||||
ethernet
|
||||
--------
|
||||
|
||||
Enables using the in-chip ethernet MAC controller attached to the board's PHY pins.
|
||||
This example enables the DHCP client and the ping tool to test the Ethernet connection, which
|
||||
should be working out of the box when the ethernet cable is connected to the board::
|
||||
|
||||
nsh> ifconfig
|
||||
eth0 Link encap:Ethernet HWaddr 30:ed:a0:ec:f1:60 at RUNNING mtu 1500
|
||||
inet addr:10.0.10.50 DRaddr:10.0.10.1 Mask:255.255.255.0
|
||||
|
||||
It also provides the iperf tool to test the Ethernet connection.
|
||||
|
||||
gpio
|
||||
----
|
||||
|
||||
|
||||
@@ -350,7 +350,7 @@ MIPI DSI No
|
||||
Timers Yes
|
||||
SPIRAM / PSRAM Yes
|
||||
Watchdog Yes MWDT0/1 and RWDT
|
||||
Ethernet No
|
||||
Ethernet Yes
|
||||
Brownout No
|
||||
Debug Probe No
|
||||
================= ======= ==================================
|
||||
|
||||
Reference in New Issue
Block a user