Skip to content

Commit

Permalink
Merge branch 'fix/esp32s3_timer_stack_overflow' into 'master'
Browse files Browse the repository at this point in the history
timmer: increase timer task stack size

See merge request ae_group/esp-college/esp-drone!35
  • Loading branch information
leeebo committed Mar 30, 2023
2 parents 84f94d9 + 6b5677e commit 3e8ffe3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ=240
CONFIG_ESP32_PHY_MAX_WIFI_TX_POWER=20
CONFIG_ESP32_PHY_MAX_TX_POWER=20

Expand All @@ -20,7 +17,7 @@ CONFIG_COMPILER_OPTIMIZATION_PERF=y
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_ENABLE=y
CONFIG_COMPILER_STACK_CHECK_MODE_NONE=y

CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3072
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4096
CONFIG_ESPTOOLPY_FLASHMODE_QIO=y
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y

0 comments on commit 3e8ffe3

Please sign in to comment.