Skip to content

Commit

Permalink
Merge branch 'bugfix/increase_timer_task_depth_v5.3' into 'release/v5.3'
Browse files Browse the repository at this point in the history
fix(nimble): Increase Timer stack size for nimble application (v5.3)

See merge request espressif/esp-idf!32269
  • Loading branch information
rahult-github committed Jul 25, 2024
2 parents 14135f9 + 436b31b commit e78cd20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
CONFIG_BTDM_CTRL_MODE_BTDM=n
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000
1 change: 1 addition & 0 deletions examples/bluetooth/nimble/blehr/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
CONFIG_BTDM_CTRL_MODE_BTDM=n
CONFIG_BT_BLUEDROID_ENABLED=n
CONFIG_BT_NIMBLE_ENABLED=y
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000
1 change: 1 addition & 0 deletions examples/bluetooth/nimble/power_save/sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
CONFIG_FREERTOS_HZ=1000
# Minimum number of ticks to enter sleep mode for
CONFIG_FREERTOS_IDLE_TIME_BEFORE_SLEEP=3
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000

0 comments on commit e78cd20

Please sign in to comment.