esp_netif: update default DHCP IP addresses to be in line with old interface, added loopback implementation, explicit esp-netif init, sanity checks for parameters added

This commit is contained in:
David Cermak
2019-09-02 11:22:09 +02:00
parent b834c99148
commit ba13275c6b
21 changed files with 887 additions and 352 deletions
-9
View File
@@ -102,15 +102,6 @@ typedef struct {
.on_lowlevel_deinit_done = NULL, \
}
/**
* @brief Default esp-netif driver related configuration
*
*/
#define ESP_NETIF_DRIVER_DEFAULT_ETH _g_eth_driver_ifconfig
struct esp_netif_driver_ifconfig;
extern const struct esp_netif_driver_ifconfig *_g_eth_driver_ifconfig;
/**
* @brief Install Ethernet driver
*