This commit is contained in:
2022-10-14 11:37:48 +02:00
parent 9e3969dfc5
commit 49d8d4269d
31 changed files with 9098 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
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