Skip to content

Commit

Permalink
fix(nimble): Increase Timer stack size for nimble application
Browse files Browse the repository at this point in the history
  • Loading branch information
rahult-github authored and shreeyash committed Jul 22, 2024
1 parent 6159750 commit c6fbdc5
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 c6fbdc5

Please sign in to comment.