esp-idf/components
Ivan Grokhotkov 73813c6bac freertos: ensure the interrupt stack is aligned
CONFIG_FREERTOS_ISR_STACKSIZE was set to 2100 when ELF core dump was
enabled, which resulted in a non-16-byte-aligned interrupt stack
offset. This triggered "is SP corrupted" check in the backtrace,
terminating the backtrace early.

Fix the default value, and make sure that the stack is always aligned,
regardless of the value of CONFIG_FREERTOS_ISR_STACKSIZE.
2020-09-04 20:45:38 +02:00
..
2020-05-22 16:39:44 +08:00
2020-05-18 16:51:45 +08:00
2019-11-29 18:05:24 +08:00
2020-08-12 15:02:29 +08:00
2020-04-30 14:05:36 +00:00