OVMS3-idf/examples/17_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
..
main feature/ethernet_driver: update ethernet driver 2016-12-26 14:50:49 +08:00
Makefile docs: fix example index 2016-12-02 16:02:20 +08:00
README.md docs: fix example index 2016-12-02 16:02:20 +08:00

ethernet Example

Init ethernet interface and enable it ,then you can ping it if it got ip address.

See the README.md file in the upper level 'examples' directory for more information about examples.