forked from espressif/esp-idf
Merge branch 'bugfix/serial_reader_linux_writes_correctly_4.4' into 'release/v4.4'
bugfix(tools): idf.py monitor now reads correctly on Linux (backport 4.4) See merge request espressif/esp-idf!21271
This commit is contained in:
@@ -267,6 +267,7 @@ class LinuxMonitor(Monitor):
|
|||||||
|
|
||||||
def serial_write(self, *args, **kwargs): # type: ignore
|
def serial_write(self, *args, **kwargs): # type: ignore
|
||||||
self.serial.stdin.write(*args, **kwargs)
|
self.serial.stdin.write(*args, **kwargs)
|
||||||
|
self.serial.stdin.flush()
|
||||||
|
|
||||||
def check_gdb_stub_and_run(self, line: bytes) -> None:
|
def check_gdb_stub_and_run(self, line: bytes) -> None:
|
||||||
return # fake function for linux target
|
return # fake function for linux target
|
||||||
|
Reference in New Issue
Block a user