mirror of https://github.com/ARMmbed/mbed-os.git
The commit will address the test failure of connectivity-netsocket-tests-tests-network-interface. In the test, serial channel will break with the sequence: ESP8266Interface::connect() > disconnect() > connect() In the first connect, both board's and ESP8266's serial flow control default to disabled, and then enabled. In the second connect, board's serial flow control keeps enabled but ESP8266's resets to disabled, causing inconsistency between two ends. The approach: Explicitly disable board's serial flow control on re-power or reset in (re-)connect |
||
---|---|---|
.. | ||
COMPONENT_WHD | ||
TARGET_STM | ||
TARGET_WICED | ||
esp8266-driver | ||
CMakeLists.txt |