zef
This commit is contained in:
16
part3_freertos/lab1-3_periodic_task/sdkconfig.defaults
Normal file
16
part3_freertos/lab1-3_periodic_task/sdkconfig.defaults
Normal 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
|
||||
Reference in New Issue
Block a user