mbed-os/connectivity/drivers/wifi/esp8266-driver/ESP8266
Chun-Chieh Li 0d2de99778 ESP8266: Fix serial flow control inconsistency on reconnect
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
2022-03-07 18:30:36 +08:00
..
ESP8266.cpp ESP8266: Fix serial flow control inconsistency on reconnect 2022-03-07 18:30:36 +08:00
ESP8266.h ESP8266: Fix serial flow control inconsistency on reconnect 2022-03-07 18:30:36 +08:00