esp-idf/components/freertos/port
Angus Gratton 9c73b80ee0 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-04 17:44:36 +11:00
..
riscv freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
xtensa freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
port_common.c core system: Fix warnings in compilation when assertions are disabled 2021-03-03 10:26:57 +11:00