esp-idf/components/freertos/include/freertos
Angus Gratton 280baea4f7 freertos: Increase minimum task stack size when stack smashing checker is enabled
Fixes issue with DPORT init task, this task uses minimum stack size and may not be
enough if stack smashing detection is set to Overall mode.

Also reworks the way we calculate minimum stack to allow for adding multiple
contributing factors.

Closes https://github.com/espressif/esp-idf/issues/6403
2021-03-19 13:22:10 +08:00
..
croutine.h Initial public version 2016-08-17 23:08:22 +08:00
deprecated_definitions.h Fix remaining -Wstrict-prototypes warnings 2019-08-01 16:28:56 +07:00
event_groups.h fix typo 2018-01-03 10:50:50 +11:00
FreeRTOS.h components/esp_common: added esp_macros.h that aims to hold useful macros 2020-01-03 14:42:49 -03:00
FreeRTOSConfig.h freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-19 13:22:10 +08:00
list.h FreeRTOS: Use C11 _Static_assert to verify static "dummy" structs at compile time 2016-11-23 10:22:19 +11:00
mpu_wrappers.h Initial public version 2016-08-17 23:08:22 +08:00
portable.h fix bug that semaphore may schedule out in Critical Section 2019-10-28 18:43:35 +08:00
portbenchmark.h Initial public version 2016-08-17 23:08:22 +08:00
portmacro.h freertos/portmux: increase portmux timeouts to avoid crashing when using debug feature 2020-08-11 11:34:05 -03:00
porttrace.h Initial public version 2016-08-17 23:08:22 +08:00
projdefs.h essl: new component to communicate with esp serial slave devices 2019-12-03 22:58:41 +08:00
queue.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
semphr.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
StackMacros.h Initial public version 2016-08-17 23:08:22 +08:00
task.h Fixed error in return type of xTaskCreateStatic* 2020-01-09 14:01:20 +08:00
timers.h docs: add FreeRTOS API docs 2017-12-07 12:01:14 +08:00
xtensa_api.h esp32: SEGGER SystemView Tracing Support 2017-06-27 20:52:43 +03:00
xtensa_config.h Initial public version 2016-08-17 23:08:22 +08:00
xtensa_context.h freertos: Rename CORE_ID_PRO/CORE_ID_APP macros to CORE_ID_REGVAL_xxx 2019-08-12 11:12:34 +10:00
xtensa_rtos.h xtensa: remove unused header files 2018-05-31 02:21:36 +00:00
xtensa_timer.h freertos: fix error when including xtensa-timer.h from other components 2017-10-18 14:37:22 +08:00