mbed-os/features
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
..
FEATURE_BLE Fix clock selection used by the softdevice on NRF5 based targets. 2016-07-28 22:47:59 +01:00
FEATURE_CLIENT Fix for https://github.com/ARMmbed/mbed-os-example-client/issues/44 2016-07-27 22:03:53 +03:00
FEATURE_COMMON_PAL Update client and nanostack to include mbed.h 2016-07-26 10:33:43 -05:00
FEATURE_UVISOR uVisor: Update to v0.20.0-alpha 2016-07-22 15:54:47 +00:00
frameworks Adding test frameworks and test sources 2016-07-20 12:41:26 -05:00
mbedtls Update mbed TLS to version 2.3.0 2016-07-23 00:13:43 -05:00
net Fixed issue with reconnecting the ethernet interface 2016-08-02 13:33:13 -05:00
storage/FEATURE_STORAGE Fix intermittent config store tests failures 2016-07-26 23:07:26 -05:00