OVMS3-idf/components/ethernet
morris ed1771c7cc 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.

Closes https://github.com/espressif/esp-idf/issues/3025
2019-02-27 15:21:09 +08:00
..
eth_phy Set direction of SMI pins MDC and MDIO correctly. 2018-02-11 16:11:14 +08:00
include emac:add set_eth_mac api 2017-12-15 17:15:53 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-13 11:13:27 +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 2019-02-27 15:21:09 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c update emac_reg_v2.h 2018-04-25 14:54:09 +08:00
emac_dev.h update emac_reg_v2.h 2018-04-25 14:54:09 +08:00
emac_main.c ethernet: enlarge ethernet task stack size 2019-02-27 15:21:09 +08:00
Kconfig ethernet: enlarge ethernet task stack size 2019-02-27 15:21:09 +08:00