mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-07 17:08:49 +00:00
feat(esp_eth): removed disable of C5 and P4 from examples .build-test-rules
Updated examples to be able to build for C5 and P4. Added Ethernet support for static_ip example.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C6 | ESP32-H2 | ESP32-S2 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
| Supported Targets | ESP32 | ESP32-C2 | ESP32-C3 | ESP32-C5 | ESP32-C6 | ESP32-H2 | ESP32-P4 | ESP32-S2 | ESP32-S3 |
|
||||
| ----------------- | ----- | -------- | -------- | -------- | -------- | -------- | -------- | -------- | -------- |
|
||||
|
||||
# Multiple Ethernet Example
|
||||
(See the README.md file in the upper level 'examples' directory for more information about examples.)
|
||||
@@ -66,12 +66,12 @@ I (2315) wifi:pm start, type: 1
|
||||
|
||||
I (2325) wifi:AP's beacon interval = 102400 us, DTIM period = 3
|
||||
I (3125) esp_netif_handlers: example_connect: sta ip: 192.168.2.15, mask: 255.255.255.0, gw: 192.168.2.1
|
||||
I (3125) example_connect: Interface desciption example_connect: sta
|
||||
I (3125) example_connect: Interface description example_connect: sta
|
||||
I (3135) example_connect: Interface "example_connect: sta" got IPv4 address: 192.168.2.15
|
||||
I (3625) example_connect: Interface "example_connect: sta" got IPv6 address: fe80:0000:0000:0000:32ae:a4ff:fec6:b4f8, type: ESP_IP6_ADDR_IS_LINK_LOCAL
|
||||
I (4825) example_connect: Ethernet Link Up
|
||||
I (5625) esp_netif_handlers: example_connect: eth ip: 192.168.32.148, mask: 255.255.252.0, gw: 192.168.32.3
|
||||
I (5625) example_connect: Interface desciption example_connect: eth
|
||||
I (5625) example_connect: Interface description example_connect: eth
|
||||
I (5635) example_connect: Interface "example_connect: eth" got IPv4 address: 192.168.32.148
|
||||
I (6625) example_connect: Interface "example_connect: eth" got IPv6 address: fe80:0000:0000:0000:32ae:a4ff:fec6:b4fb, type: ESP_IP6_ADDR_IS_LINK_LOCAL
|
||||
I (6625) example_connect: Connected to example_connect: eth
|
||||
|
||||
Reference in New Issue
Block a user