mbed-os/features/net/FEATURE_IPV4/lwip-interface
Christopher Haster 06826a935d Fixed issue with reconnecting the ethernet interface
Previously the EthernetInterface class was unable to be connected
after being brought down. The core issue is that lwip was not designed
to be completely brought down due once initialized.

To work around this, the ethernet interface only initializes once and
leaves itself up after a disconnect call. The DHCP lease is still
released/acquired on disconnect/connect.
2016-08-02 13:33:13 -05:00
..
lwip Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
lwip-eth/arch Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
lwip-sys/arch Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
EthernetInterface.cpp Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
EthernetInterface.h Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
eth_arch.h Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
lwip_stack.c Fixed issue with reconnecting the ethernet interface 2016-08-02 13:33:13 -05:00
lwip_stack.h Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00
lwipopts.h Add 'features/net/FEATURE_IPV4/lwip-interface/' from commit '63e816f0858cf3de3678aea4deec941add516790' 2016-07-22 02:04:56 -05:00