Commit Graph

4 Commits (7e16b0044e9e44778f04897343cdc1f631b84d29)

Author SHA1 Message Date
Mingjie Shen c7ea9c1550
ESP8266: Fix accessing uninitialized variable 2024-03-07 20:36:17 -05:00
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
Rajkumar Kanagaraj 354bfaa840 Update header reference 2020-07-23 06:15:13 -07:00
Lingkai Dong 6e9dcc3f93 Move WiFi drivers from components to connectivity/drivers 2020-07-03 17:37:43 +01:00