mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 04:15:21 +02:00
3ba63a520c
This commit adds an option to enclose all FreeRTOS task functions within a wrapper function. In the case that a task function returns, the wrapper function will log an error and abort the application immediately. Closes #2269 Closes #2300