Bluetooth: controller: Increase RX prio stack size

Due to several changes in the way stacks are calculated, 320 bytes is no
longer enough for the controller-only build. After measuring usages of
up to 320 bytes (locally) and 376 (reported by Ricardo Salveti), the
stack size is increased by 128 bytes, up to 448 bytes.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2017-05-26 11:08:06 +02:00 committed by Johan Hedberg
commit d6513eeda3

View file

@ -116,7 +116,7 @@ config BLUETOOTH_CONTROLLER_SUBVERSION_NUMBER
config BLUETOOTH_CONTROLLER_RX_PRIO_STACK_SIZE
int
default 320
default 448
comment "BLE Controller features"