Skip to content

Commit

Permalink
hal_nordic: Adjust temperature sensor stack size.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Przemyslaw Bida authored and cfriedt committed Jul 31, 2021
1 parent 081c2f8 commit 082efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hal_nordic/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 082efb4

Please sign in to comment.