update sdkconfig.defaults
This commit is contained in:
parent
d173b95966
commit
567afb7cea
|
|
@ -1,17 +1,12 @@
|
||||||
# UART console @115200 on UART0
|
# This file was generated using idf.py save-defconfig. It can be edited manually.
|
||||||
CONFIG_ESP_CONSOLE_UART_DEFAULT=y
|
# Espressif IoT Development Framework (ESP-IDF) 6.0.0 Project Minimal Configuration
|
||||||
CONFIG_ESP_CONSOLE_UART_NUM=0
|
#
|
||||||
CONFIG_ESP_CONSOLE_UART_BAUDRATE=115200
|
# default:
|
||||||
|
CONFIG_IDF_TARGET="esp32c5"
|
||||||
# Logging: INFO by default (quiet enough but useful)
|
CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y
|
||||||
CONFIG_LOG_DEFAULT_LEVEL_INFO=y
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
||||||
CONFIG_LOG_DEFAULT_LEVEL=3
|
|
||||||
|
|
||||||
# Make backtraces visible and reboot automatically on panic
|
|
||||||
CONFIG_ESP_SYSTEM_PANIC_PRINT_REBOOT=y
|
|
||||||
|
|
||||||
# Give the main task a bit more room (iperf + console parsing)
|
|
||||||
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
|
||||||
|
|
||||||
# Slightly smaller binaries without hurting you
|
|
||||||
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
||||||
|
CONFIG_ESP_SYSTEM_EVENT_TASK_STACK_SIZE=6144
|
||||||
|
CONFIG_ESP_MAIN_TASK_STACK_SIZE=8192
|
||||||
|
CONFIG_ESP_WIFI_CSI_ENABLED=y
|
||||||
|
CONFIG_FREERTOS_HZ=10000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue