mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-07 21:56:35 +03:00
Map logical /dev/console fds to the primary sink fd for select. This avoids probing UART1/UART2 for stdout/stderr and keeps UART select state consistent. Add stdio regression checks for logical fd mapping and symmetric uart_end_select teardown.