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>
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_SPI=y
|
|
CONFIG_GPIO=y
|
|
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
|