Skip to content

Commit

Permalink
Increase default main task stack size to 16K
Browse files Browse the repository at this point in the history
User's `init` function is called in main task.
After initialisation this task is destroyed and Sming continues to run
either in `tiT` task or `Sming` task, depending on whether networking
is enabled.
  • Loading branch information
mikee47 committed Dec 12, 2024
1 parent 4a691cf commit 2c72289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sming/Arch/Esp32/Components/esp32/sdk/config/common
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CONFIG_BT_NIMBLE_MESH=n
CONFIG_ESP32_WIFI_SW_COEXIST_ENABLE=n

# Mandatory Sming framework changes
CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
CONFIG_ESP_TASK_WDT_TIMEOUT_S=8

# Required by HardwareSPI library
Expand Down

0 comments on commit 2c72289

Please sign in to comment.