17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
|
|
|
# disable watchdog for task
|
|
CONFIG_ESP_TASK_WDT=n
|
|
|
|
# 2 cores to perform freertos
|
|
CONFIG_FREERTOS_UNICORE=n
|
|
|
|
# stack size for hook functions
|
|
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=4096
|
|
|
|
# Trace facility to extract trace information
|
|
CONFIG_FREERTOS_USE_TRACE_FACILITY=y
|
|
CONFIG_FREERTOS_USE_STATS_FORMATTING_FUNCTIONS=y
|
|
CONFIG_FREERTOS_VTASKLIST_INCLUDE_COREID=y
|