esp-idf/components/freertos/port/riscv
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
..
include/freertos freertos: Increase minimum task stack size when stack smashing checker is enabled 2021-03-04 17:44:36 +11:00
port.c Merge branch 'bugfix/asserts_disabled' into 'master' 2021-03-03 08:20:54 +00:00
portasm.S core: fix cases where riscv SP were not 16 byte aligned 2021-02-19 11:26:21 +08:00