Skip to content

Commit 637087c

Browse files
Andy Rossandrewboie
authored andcommitted
tests/kernel/mem_pool/mem_pool_api: Fix stack sizes
The (artificially small) ISR stack was overflowing on this test when CONFIG_DEBUG was enabled on qemu_x86. Really there's no reason to be restricting stack size at all in a memory pool test, just remove those settings and use the defaults, which are fine. Signed-off-by: Andy Ross <[email protected]>
1 parent aea3038 commit 637087c

File tree

1 file changed

+0
-2
lines changed
  • tests/kernel/mem_pool/mem_pool_api

1 file changed

+0
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
CONFIG_ZTEST=y
22
CONFIG_IRQ_OFFLOAD=y
3-
CONFIG_MAIN_STACK_SIZE=1024
4-
CONFIG_ISR_STACK_SIZE=512

0 commit comments

Comments
 (0)