Skip to content

Commit

Permalink
Add ESP32P4 support to RMII PHYs drivers and prevent warning from eth…
Browse files Browse the repository at this point in the history
…ernet_init Kconfig.
  • Loading branch information
bogdankolendovskyy committed Apr 29, 2024
1 parent 2ca2628 commit eb00b84
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion adin1200/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "0.9.0"
version: "0.9.1"
targets:
- esp32
- esp32p4
description: ADIN1200 Ethernet PHY Driver
url: https://github.com/espressif/esp-eth-drivers/tree/master/adin1200
dependencies:
Expand Down
5 changes: 2 additions & 3 deletions ethernet_init/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ menu "Ethernet Configuration"
Goto https://www.microchip.com for more information about them.

config ETHERNET_PHY_LAN867X
# bool "LAN867x"
bool "LAN867x"
# TODO: un-hide this option once processing of Matches and Rules is fixed in IDF Component Manager and so LAN867x component can be conditionally included.
bool
default n
depends on !ETHERNET_INTERNAL_SUPPORT
help
The LAN8670/1/2 is a high-performance 10BASE-T1S single-pair Ethernet PHY transceiver for 10 Mbit/s half-duplex networking over a single pair of conductors
Goto https://www.microchip.com for more information about them.
Expand Down
3 changes: 2 additions & 1 deletion ksz8863/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "0.2.4"
version: "0.2.5"
targets:
- esp32
- esp32p4
description: KSZ8863 Ethernet Driver
url: https://github.com/espressif/esp-eth-drivers/tree/master/ksz8863
dependencies:
Expand Down
3 changes: 2 additions & 1 deletion lan867x/idf_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: "0.9.0"
version: "0.9.1"
targets:
- esp32
- esp32p4
description: LAN867x Ethernet PHY Driver
url: https://github.com/espressif/esp-eth-drivers/tree/master/lan867x
dependencies:
Expand Down

0 comments on commit eb00b84

Please sign in to comment.