mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
- 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)