Tomáš Rohlínek
|
299b93bc9e
|
fix(storage/vfs_console): stop new console opens from overwriting existing fds
|
2024-12-12 10:01:16 +01:00 |
|
Tomáš Rohlínek
|
c23dbefd45
|
fix(storage/vfs_console): remove possible infinite recursion
|
2024-06-10 16:07:49 +02:00 |
|
Guillaume Souchere
|
6e628a341a
|
fix(console): Fsync not propagated to secondary output
Calls to fsync need to also be propagated to secondary
output when CONFIG_ESP_CONSOLE_SECONDARY_USB_SERIAL_JTAG
is enabled.
Closes https://github.com/espressif/esp-idf/issues/13162
|
2024-04-11 13:01:34 +02:00 |
|
sonika.rathi
|
e162903615
|
fix(esp_vfs_console): add esp_vfs_console component
move vfs_console related init steps from vfs component to new esp_vfs_console component
|
2024-03-11 10:18:10 +01:00 |
|