mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
3f8cfc5b1d
- Handle scheduler-suspended and ISR context in UART redirect path to prevent xSemaphoreTake crash during light sleep (C1) - Check uart_driver_install return value before setting inited flag (M1) - Always clean up SPI device handle in deinit even if acquire_bus fails (M4)