From 082efb4e9d2e6a0dc1b8b34401bc466b714bb6cb Mon Sep 17 00:00:00 2001 From: Przemyslaw Bida Date: Tue, 27 Jul 2021 15:40:03 +0200 Subject: [PATCH] hal_nordic: Adjust temperature sensor stack size. This commit extends size of stack used by IEEE 802.15.4 radio temperature sensor. This commit fixes stack overflow issue in echo_server sample for OpenThread. Signed-off-by: Przemyslaw Bida --- modules/hal_nordic/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hal_nordic/Kconfig b/modules/hal_nordic/Kconfig index 93e0801e88c..2e477ef2116 100644 --- a/modules/hal_nordic/Kconfig +++ b/modules/hal_nordic/Kconfig @@ -122,7 +122,7 @@ config NRF_802154_TEMPERATURE_UPDATE_PRIO config NRF_802154_TEMPERATURE_UPDATE_STACK_SIZE int "nRF 802.15.4 temperature update stack size" - default 128 + default 256 help Stack size of a thread updating current temperature for nRF 802.15.4 driver.