Skip to content

Commit 436b31b

Browse files
rahult-githubShreeyash-17
authored andcommitted
fix(nimble): Increase Timer stack size for nimble application
1 parent e0991fa commit 436b31b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

examples/bluetooth/nimble/ble_htp/htp_prph/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
1010
CONFIG_BTDM_CTRL_MODE_BTDM=n
1111
CONFIG_BT_BLUEDROID_ENABLED=n
1212
CONFIG_BT_NIMBLE_ENABLED=y
13+
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000

examples/bluetooth/nimble/blehr/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ CONFIG_BTDM_CTRL_MODE_BR_EDR_ONLY=n
1010
CONFIG_BTDM_CTRL_MODE_BTDM=n
1111
CONFIG_BT_BLUEDROID_ENABLED=n
1212
CONFIG_BT_NIMBLE_ENABLED=y
13+
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000

examples/bluetooth/nimble/power_save/sdkconfig.defaults

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
1919
CONFIG_FREERTOS_HZ=1000
2020
# Minimum number of ticks to enter sleep mode for
2121
CONFIG_FREERTOS_IDLE_TIME_BEFORE_SLEEP=3
22+
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=4000

0 commit comments

Comments
 (0)