Commit 07b2731d authored by Grant Ramsay's avatar Grant Ramsay Committed by Carles Cufi
Browse files

shell: Increase the default shell stack size for 64bit



The default stack size is too small on 64bit.
Some standard shell commands cause stack overflow

Signed-off-by: default avatarGrant Ramsay <gramsay@enphaseenergy.com>
parent 3b7bcfa4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ endif
config SHELL_STACK_SIZE
	int "Shell thread stack size"
	default 3168 if OPENTHREAD_SHELL && OPENTHREAD_JOINER
	default 3072 if 64BIT
	default 2616 if OPENTHREAD_SHELL
	default 2048 if MULTITHREADING
	default 0 if !MULTITHREADING