mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 03:45:50 +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``.
|
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
|
gpio
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
@@ -350,7 +350,7 @@ MIPI DSI No
|
|||||||
Timers Yes
|
Timers Yes
|
||||||
SPIRAM / PSRAM Yes
|
SPIRAM / PSRAM Yes
|
||||||
Watchdog Yes MWDT0/1 and RWDT
|
Watchdog Yes MWDT0/1 and RWDT
|
||||||
Ethernet No
|
Ethernet Yes
|
||||||
Brownout No
|
Brownout No
|
||||||
Debug Probe No
|
Debug Probe No
|
||||||
================= ======= ==================================
|
================= ======= ==================================
|
||||||
|
|||||||
Reference in New Issue
Block a user