Bluetooth: samples: Remove unnecessary main stack configuration
Remove unnecessary main stack configuration in bluetooth samples. The HCI power control sample does not need to set the main stack this low, and setting it causes restriction on what the application can change in menuconfig. A change in the entropy driver causes stack overflow. The HCI uart sample sets the main stack to the default size. Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
parent
82daea910b
commit
bd97359a53
|
@ -1,7 +1,6 @@
|
|||
CONFIG_BT=y
|
||||
CONFIG_BT_DEBUG_LOG=y
|
||||
CONFIG_BT_PERIPHERAL=y
|
||||
CONFIG_MAIN_STACK_SIZE=512
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=768
|
||||
CONFIG_BT_HRS=y
|
||||
CONFIG_BT_DEVICE_APPEARANCE=833
|
||||
|
|
|
@ -15,5 +15,4 @@ CONFIG_BT_MAX_CONN=16
|
|||
CONFIG_BT_TINYCRYPT_ECC=n
|
||||
CONFIG_BT_CTLR_DTM_HCI=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=1024
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
||||
|
|
Loading…
Reference in a new issue