zephyr/subsys/bluetooth
Joakim Andersson 15dfec4df6 Bluetooth: host: Fix ECC thread stack size too small
Fix ECC thread stack size which is to small to account for the worst
case scenario. When an interrupt happens at the point where the ECC
thread is at the highest stack size usage pushing the thread context
to service the ISR causes a stack overflow.

Increase the ECC thread stack size by atleast the size of the basic
stack frame of 32 bytes aligned on 8 byte for ARM architectures.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2021-04-21 16:57:14 +03:00
..
audio Bluetooth: Audio: Audio Input Control Service and client 2021-04-12 11:47:00 -04:00
common bluetooth: Allow immediate logging with software-based LL 2020-09-04 18:48:32 +02:00
controller Bluetooth: controller: nRF21540 FEM support for nRF52x Series 2021-04-21 15:04:12 +02:00
host Bluetooth: host: Fix ECC thread stack size too small 2021-04-21 16:57:14 +03:00
mesh bluetooth: Add cast to forward declared struct 2021-04-19 10:59:23 -04:00
services bluetooth: Add cast to forward declared struct 2021-04-19 10:59:23 -04:00
shell Bluetooth: shell: Fix null check in cmd_conn_phy_update 2021-04-21 01:21:05 +03:00
CMakeLists.txt Bluetooth: Audio: Volume Offset Control Service and Client 2021-03-22 13:05:56 -04:00
Kconfig Bluetooth: remove CONFIG_BT_CTLR_TO_HOST_UART_DEV_NAME 2021-03-29 16:33:51 +02:00