mbed-os/connectivity/drivers/wifi
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
..
COMPONENT_WHD Fixup license issues. 2021-07-06 15:40:48 -07:00
TARGET_STM STM32: new EMW3080B wifi driver 2021-09-30 14:18:58 +02:00
TARGET_WICED CMake: Update mbed os, unittest CMake and add CMAKE_CROSSCOMPILING guard 2021-05-11 02:49:03 -07:00
esp8266-driver ESP8266: Fix serial flow control inconsistency on reconnect 2022-03-07 18:30:36 +08:00
CMakeLists.txt Add <"WHD" IN_LIST MBED_TARGET_LABELS> condition to Cypress boards and wifi driver cmake files 2021-12-10 13:14:29 +01:00