mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-08 00:19:20 +00:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user