Skip to content

Commit 35b0e9a

Browse files
committed
changelog: note eth SPI PHY managed-component gating for IDF 6
1 parent 9fc3989 commit 35b0e9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ remote_component = { name = "espressif/lan87xx", version = "1.*" }
2828
- WebSocket: `EspWebSocketClient::drop()` no longer panics when `esp_websocket_client_close` returns `ESP_FAIL` (e.g. after a network disconnection); errors are now logged instead of unwrapped
2929
- BT: Fixed panic when an A2DP sink disconnects from the ESP while streaming audio.
3030
- Thread: `scan`, `energy_scan` and the IPv6 receive callbacks no longer pass the wrong context pointer to OpenThread (the closure box instead of the `ThreadDriverInner`), fixing a type-confusion crash when the callbacks fire.
31+
- Ethernet: `mod eth` is enabled again on ESP-IDF 6.0+ when SPI Ethernet PHYs are provided as managed components (`espressif/w5500`, `espressif/dm9051`, `espressif/ksz8851snl`), not only via the removed in-tree `CONFIG_ETH_SPI_ETHERNET_*` Kconfig options
3132

3233
### Added
3334
- Compatibility with ESP-IDF V6.0, and some pre-release 6.0.x.

0 commit comments

Comments
 (0)