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 <przemyslaw.bida@nordicsemi.no>
This commit is contained in:
Przemyslaw Bida 2021-07-27 15:40:03 +02:00 committed by Christopher Friedt
parent 081c2f801f
commit 082efb4e9d

View File

@ -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.