chore: update

This commit is contained in:
anjingyu 2024-10-16 13:32:47 +08:00
parent 8df85b9ec5
commit 8aae745bad
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# 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=8000
# CONFIG_ESP_MAIN_TASK_STACK_SIZE=16000
# 32 KB
CONFIG_ESP_MAIN_TASK_STACK_SIZE=32768
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=32768
# Use this to set FreeRTOS kernel tick frequency to 1000 Hz (100 Hz by default).
# This allows to use 1 ms granularity for thread sleeps (10 ms by default).