mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4719bab2f3
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. |
||
---|---|---|
.. | ||
adc | ||
adc2 | ||
gpio | ||
i2c | ||
i2s | ||
i2s_adc_dac | ||
ledc | ||
mcpwm | ||
pcnt | ||
rmt_nec_tx_rx | ||
rmt_tx | ||
sigmadelta | ||
spi_master | ||
spi_slave | ||
timer_group | ||
touch_pad_interrupt | ||
touch_pad_read | ||
uart_async_rxtxtasks | ||
uart_echo | ||
uart_events | ||
README.md |