OVMS3-idf/components/ethernet
morris 3063a62e3e ethernet: fix some bugs in ethernet driver
1. create a new pbuf to squash linked pbuf
2. optimize emac driver by adding ESP_IRAM_ATTR
3. remove duplicated function declare in esp_eth.h
4. remove duplicated code in emac_setup_tx_desc
5. disable Promiscuous mode
2018-09-17 10:12:46 +08:00
..
eth_phy Set direction of SMI pins MDC and MDIO correctly. 2018-02-11 16:11:14 +08:00
include ethernet: fix some bugs in ethernet driver 2018-09-17 10:12:46 +08:00
test ethernet: support esp_eth_deinit 2018-08-28 12:18:48 +08:00
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +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 ethernet: fix some bugs in ethernet driver 2018-09-17 10:12:46 +08:00
emac_dev.h driver, ethernet: fix non-static inline functions 2018-08-29 12:49:15 +08:00
emac_main.c ethernet: fix some bugs in ethernet driver 2018-09-17 10:12:46 +08:00
Kconfig ethernet: enlarge ethernet task stack size 2018-09-07 10:16:34 +08:00