Stack size for BL is not enough to execute backlog commands (#1226)

Specifically "Save, Reset SVM and run file as script thread" crashes the chip due to stack overflow
This commit is contained in:
giedriuslt
2024-05-12 19:55:22 +03:00
committed by GitHub
parent 6526cda4c4
commit 03d6824186

View File

@ -19,7 +19,7 @@
#elif PLATFORM_W600
#define HTTP_CLIENT_STACK_SIZE 8192
#else
#define HTTP_CLIENT_STACK_SIZE 2048
#define HTTP_CLIENT_STACK_SIZE 8192
#endif
#define CREATE_THREAD_PER_EACH_HTTP_CLIENT