mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-28 03:23:14 +00:00
969904cba6
FreeRTOS timer tests use quite a lot of stack, close to the limit on the ESP32. ESP32-S3 has larger coprocessor save area, so there is less space left for the actual stack, and the tests fail with a stack overflow. Increase the stack size to make the tests work reliably.