OVMS3-idf/components/ethernet
shangke 5ddf6daa98 feature/ethernet_driver: update ethernet driver
1. The transmitting mode of the packets from LWIP to MAC is changed from synchronous to asynchronous.
2. The receive buf mode : support pointer mode and copy mode.
3. Add get phy status func used to config mac register.
2016-12-26 14:50:49 +08:00
..
include feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
component.mk ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_common.h feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
emac_desc.h ethernet: add first version of ethernet driver 2016-12-01 19:17:48 +08:00
emac_dev.c feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
emac_dev.h feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
emac_main.c feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
Kconfig feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00