]> granicus.if.org Git - esp-idf/commit
freertos: Bump default idle task stack size to 1536 bytes
authorAngus Gratton <angus@espressif.com>
Thu, 17 May 2018 02:14:26 +0000 (10:14 +0800)
committerAngus Gratton <gus@projectgus.com>
Thu, 17 May 2018 02:37:24 +0000 (10:37 +0800)
commit4719bab2f3d28a4f42c0a966b103d23958b8474d
tree44ccc9ab766323effd77bf5c8d5da383f88ba676
parentf147a8d73dc8eff31e7ebe64736cbadb519827a6
freertos: Bump default idle task stack size to 1536 bytes

In situations where idle task runs a lot of idle hooks or cleanup code
(due to pthread local storage, etc) it can use more than 1KB of stack.

(I think the trigger is if a context switch happens at the right point
in the TLS cleanup).

Also removes an sdkconfig.default which accidentally set all config items,
including this stack size.
components/freertos/Kconfig
examples/peripherals/i2s_adc_dac/sdkconfig.default [deleted file]