esp-idf/components/freertos
Ivan Grokhotkov f4ea9d4cea freertos: increase configMINIMAL_STACK_SIZE when building with -O0
FreeRTOS scheduler uses additional stack space, as in some functions
variables are placed onto the stack instead of registers.

This issue resulted in occasional stack overflows in dport task, when
compiling at -O0 optimization level.

- Increase the configMINIMAL_STACK_SIZE to 1kB.
- Enable the watchpoint at the end of stack in CI startup test for
  this optimization level.
2020-06-02 18:51:16 +02:00
..
include/freertos Fix usage example in xSemaphoreCreateBinaryStatic 2020-05-14 18:57:48 +08:00
test esp_ipc: Move to new component 2020-05-18 16:51:45 +08:00
xtensa freertos: increase configMINIMAL_STACK_SIZE when building with -O0 2020-06-02 18:51:16 +02:00
CMakeLists.txt
FreeRTOS-openocd.c
Kconfig coredump: Increases FreeRTOS ISR stack for ELF data format 2020-05-06 20:07:30 +03:00
component.mk
croutine.c
event_groups.c
license.txt
linker.lf
list.c
queue.c
sdkconfig.rename
stdint.readme
tasks.c
timers.c