more stack slightly improved debugging

This commit is contained in:
2024-03-02 13:21:12 +01:00
parent 27bde9cc87
commit 34066ee463
3 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Rust often needs a bit of an extra main task stack size compared to C (the default is 3K)
CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000
CONFIG_ESP_MAIN_TASK_STACK_SIZE=25000
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granuality for thread sleeps (10 ms by default).