]> granicus.if.org Git - esp-idf/commit
ethernet: multi-call failure in esp_eth_init
authormorris <maoshengrong@espressif.com>
Fri, 9 Nov 2018 09:33:44 +0000 (17:33 +0800)
committermorris <maoshengrong@espressif.com>
Tue, 13 Nov 2018 08:38:45 +0000 (16:38 +0800)
commiteec6de57ff9fc69690dac5574da229c85ac1c6e3
treee19fda5294f8812dd10d6bf616a8f5192384687e
parentbd34ae040950fced818616d6e54c04a6ad3886d5
ethernet: multi-call failure in esp_eth_init

Because of incomplete state machine, ethernet driver will broken if esp_eth_init is called twice.
Detailed information here: https://ezredmine.espressif.cn:8765/issues/27332
components/ethernet/Kconfig
components/ethernet/emac_main.c