OVMS3-idf/components/ethernet
morris a7db0e2291 ethernetif: fix potential memory leak
1. If L2_TO_L3_RX_BUF_MODE is not selected, we must assign l2_owner explictly before we call pbuf_free.
2. free intr resource in esp_eth_deinit

Closes https://github.com/espressif/esp-idf/issues/2670
2018-11-19 14:55:43 +08:00
..
eth_phy ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
include ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
test ethernetif: fix potential memory leak 2018-11-19 14:55:43 +08:00
CMakeLists.txt event: Implement event loop library 2018-10-26 13:14:19 +08:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
emac_common.h ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
emac_dev.h ethernet: fix infinite loop when init phy or reset mac 2018-09-20 10:09:38 +08:00
emac_main.c ethernet: fix some bugs in phy&mac driver 2018-11-19 14:55:43 +08:00
Kconfig Fix some typos related to ethernet documentation and Kconfig. Closes https://github.com/espressif/esp-idf/pull/2642 2018-10-28 21:12:09 +01:00