Skip to content

Commit 3f9a78e

Browse files
mniestrojnashif
authored andcommitted
samples: sockets: http_get: increase main thread stack size
After commit eeb15aa ("timer: hpet: enable 64 bit mode for better usages") was applied, main thread stack usage on qemu_x86 platform increased from 984 to 1040 bytes. Default stack size, which is 1024, is no longer enough. Change that to 1536 to make sure this sample runs correctly on qemu_x86. Signed-off-by: Marcin Niestroj <[email protected]>
1 parent a6f8fc3 commit 3f9a78e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/net/sockets/http_get/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# General config
2+
CONFIG_MAIN_STACK_SIZE=1536
23
CONFIG_NEWLIB_LIBC=y
34

45
# Networking config

0 commit comments

Comments
 (0)