# Changelog ## [1.3.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v1.2.0...ethernet_init@v1.3.0) (2026-01-29) ### Features * **ethernet_init:** added new kconfig option to make default event handler optional ([3adb96f](https://github.com/espressif/esp-eth-drivers/commit/3adb96fdb805a8199a59d961353cd6a537c8aed0)) * **ethernet_init:** added new kconfig option to set Rx task priority ([3adb96f](https://github.com/espressif/esp-eth-drivers/commit/3adb96fdb805a8199a59d961353cd6a537c8aed0)) * **ethernet_init:** set default value of Rx task stack size to IDF default ([70aa40a](https://github.com/espressif/esp-eth-drivers/commit/70aa40a127f63904ca838946ee0bc170c8662021)) ### Bug Fixes * **ethernet_init:** fixed eth_event_handler ([01fc159](https://github.com/espressif/esp-eth-drivers/commit/01fc1595321d6153ba57a39d39a2ce05620e1844)) * **ethernet_init:** fixed MAC address configuration of SPI modules ([f9977c4](https://github.com/espressif/esp-eth-drivers/commit/f9977c4d855b30d4f5a6fd6350f5d1042492c218)) * **ethernet_init:** fixed RMII CLK loopback configuration on P4 ([b995438](https://github.com/espressif/esp-eth-drivers/commit/b995438347d1b902f067c6dd8f19dc2b6997b54c)) * **ethernet_init:** fixed SPI bus initialization - don't return error when already initialized ([3adb96f](https://github.com/espressif/esp-eth-drivers/commit/3adb96fdb805a8199a59d961353cd6a537c8aed0)) ## [1.2.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v1.1.0...ethernet_init@v1.2.0) (2025-11-11) ### Features * **ethernet_init:** streamlined conditional dependencies evaluation ([6645db3](https://github.com/espressif/esp-eth-drivers/commit/6645db345e638b50858e5672663f85e6e088c492)) ### Bug Fixes * **ethernet_init:** fixed build when no Ethernet selected ([da6ad85](https://github.com/espressif/esp-eth-drivers/commit/da6ad850b6901995aa0c4c2cd685f058cc26928e)) ## [1.1.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v1.0.0...ethernet_init@v1.1.0) (2025-10-17) ### Features * **ethernet_init:** added ETHERNET_INIT_OVERRIDE_DISABLE, ETHERNET_INIT_DEFAULT_ETH_DISABLED ([10ebd4c](https://github.com/espressif/esp-eth-drivers/commit/10ebd4c08d7a9a448576a1e2cd113101eec3a7b8)) * **ethernet_init:** added OPENETH, extended skdconfig default behavior ([10ebd4c](https://github.com/espressif/esp-eth-drivers/commit/10ebd4c08d7a9a448576a1e2cd113101eec3a7b8)) * **ethernet_init:** made Dependencies conditional ([10ebd4c](https://github.com/espressif/esp-eth-drivers/commit/10ebd4c08d7a9a448576a1e2cd113101eec3a7b8)) ### Bug Fixes * **ethernet_init:** fixed ethernet_deinit_all and add return ([10ebd4c](https://github.com/espressif/esp-eth-drivers/commit/10ebd4c08d7a9a448576a1e2cd113101eec3a7b8)) ## [1.0.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v0.7.0...ethernet_init@v1.0.0) (2025-09-24) ### Features * **eth_drivers:** migrated SPI ETH modules and PHY drivers ([952f637](https://github.com/espressif/esp-eth-drivers/commit/952f63745074569d5b27e4d44263c9055cb6fb64)) * **ethernet_init:** added dependency to use migrated drivers ([952f637](https://github.com/espressif/esp-eth-drivers/commit/952f63745074569d5b27e4d44263c9055cb6fb64)) ## [0.7.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v0.6.1...ethernet_init@v0.7.0) (2025-09-16) ### Features * **ethernet_init:** extended EMAC kconfig by detailed RMII GPIO configuration ([d314dd0](https://github.com/espressif/esp-eth-drivers/commit/d314dd059dc5ac12f2e30b44919ff06d2aec3c65)) ## [0.6.1](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v0.6.0...ethernet_init@v0.6.1) (2025-08-06) ### Bug Fixes * **ethernet_init:** fixed lan865x build issues on older IDFs ([8334c3e](https://github.com/espressif/esp-eth-drivers/commit/8334c3e9cc87618ddc49d0f6c00ef20f7e945ce9)) ## [0.6.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v0.5.0...ethernet_init@v0.6.0) (2025-07-18) ### Features * **ethernet_init:** added support of LAN865x ([7c4c19f](https://github.com/espressif/esp-eth-drivers/commit/7c4c19fe6a942afd2db56a44c064ad1a9ef4d8a2)) * **ethernet-init:** added option to select different SPI ETH modules at a time ([7c4c19f](https://github.com/espressif/esp-eth-drivers/commit/7c4c19fe6a942afd2db56a44c064ad1a9ef4d8a2)) ## [0.5.0](https://github.com/espressif/esp-eth-drivers/compare/ethernet_init@v0.4.0...ethernet_init@v0.5.0) (2025-05-06) ### Features * **ethernet_init:** Added 10BASE-T1S configuration and board specific config ([7c589f8](https://github.com/espressif/esp-eth-drivers/commit/7c589f8dcf5a9852922927a410c55a0f295c9ad7)) ### Bug Fixes * fixed formatting in all components ([9f0f356](https://github.com/espressif/esp-eth-drivers/commit/9f0f356a4b1402c6c19787619288e0f84310464a))
f4cf1724758441e4de9e5d1711d7d2251a8d0241
idf.py add-dependency "espressif/ethernet_init^1.3.0"