esp-idf/components/ethernet
morris 161a506f00 ethernet: enlarge ethernet task stack size
1. In original driver, the stack size for emac driver task "emacT" is only 2048 Bytes, which also can not be changed by user.
2. Each time when invoking "emac_start" function, it will reset emac registers, the driver should reconfig some important registers again.
2018-09-07 10:16:34 +08:00
..
eth_phy Set direction of SMI pins MDC and MDIO correctly. 2018-02-11 16:11:14 +08:00
include ethernet: support esp_eth_deinit 2018-08-28 12:18:48 +08:00
test ethernet: support esp_eth_deinit 2018-08-28 12:18:48 +08:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
emac_common.h ethernet: enlarge ethernet task stack size 2018-09-07 10:16:34 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c emac:optimise tcpip_adapter and fix emac_dev.c 2018-08-20 19:52:48 +08:00
emac_dev.h driver, ethernet: fix non-static inline functions 2018-08-29 12:49:15 +08:00
emac_main.c ethernet: enlarge ethernet task stack size 2018-09-07 10:16:34 +08:00
Kconfig ethernet: enlarge ethernet task stack size 2018-09-07 10:16:34 +08:00