mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
samples: lorawan: class_a: increase stack sizes
Increase main and system workqueue stack sizes to avoid overflows as the LoRaMac-node library is quite stack-hungry. Signed-off-by: Ilya Tagunov <tagunil@gmail.com>
This commit is contained in:
committed by
Carles Cufí
parent
05957b66cb
commit
33faca671d
@@ -5,3 +5,5 @@ CONFIG_LORA=y
|
||||
CONFIG_LORA_SX12XX=y
|
||||
CONFIG_LORAWAN=y
|
||||
CONFIG_LORAMAC_REGION_IN865=y
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
||||
Reference in New Issue
Block a user