usr 240mhz
This commit is contained in:
parent
1c2b2be596
commit
e4dfba6180
1 changed files with 4 additions and 1 deletions
|
@ -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=40000
|
||||
|
||||
# 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).
|
||||
|
@ -8,3 +8,6 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=20000
|
|||
# Workaround for https://github.com/espressif/esp-idf/issues/7631
|
||||
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
|
||||
#CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
|
||||
|
||||
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
||||
CONFIG_DSP_MAX_FFT_SIZE_1024=y
|
||||
|
|
Loading…
Add table
Reference in a new issue