esp-idf/components/freertos/port/riscv
Angus Gratton f5c6595cb4 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-04-06 02:43:24 +00:00
..
include/freertos freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-04-06 02:43:24 +00:00
port.c freertos: Fix delay between interrupt request and trigger on RISC-V 2021-03-10 12:14:21 +08:00
portasm.S freerots: fix rtos_int_exit writing outside ISR stack 2021-01-26 11:18:39 +00:00