samples: Bluetooth: Mesh: add main stack for mesh provisioner
The current main stack size is not enough for any platform. This commit stack size was checked for nrf52840 and nrf5340. Everything works. Signed-off-by: Aleksandr Khromykh <aleksandr.khromykh@nordicsemi.no>
This commit is contained in:
parent
c5ee143d77
commit
7a32e1d84b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#CONFIG_INIT_STACKS=y
|
||||
CONFIG_MAIN_STACK_SIZE=1408
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
# The Bluetooth API should not be used from a preemptive thread:
|
||||
CONFIG_MAIN_THREAD_PRIORITY=-2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue