esp-idf/components/freertos/esp_additions
Sudeep Mohanty 9bb8f0e38d freertos-smp: Fixed stack overflow on esp32s3 with FreeRTOS SMP
The following changes have been made in this commit:
1. configMINIMAL_STACK_SIZE is now defined as CONFIG_FREERTOS_IDLE_TASK_STACKSIZE.
2. Removed configIDLE_TASK_STACK_SIZE config as it was redundant.
3. Updates the order of allocating the TCB and stack memory to avoid the
   stack memory overriding the TCB memory when the stack grows downwards.
4. CONFIG_FREERTOS_IDLE_TASK_STACKSIZE is now incorporated into the
   FreeRTOSConfig_smp.h to configure the IDLE0 stack size.
2022-11-07 09:59:02 +01:00
..
include/freertos freertos-smp: Fixed stack overflow on esp32s3 with FreeRTOS SMP 2022-11-07 09:59:02 +01:00
private_include freertos: Adds new APIs to set/get and restore base priority 2022-09-01 07:07:08 +00:00
freertos_v8_compat.c freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00