Skip to content

Commit a54c1f5

Browse files
AdithyaBaglodyAnas Nashif
authored andcommitted
tests: mem_pool: Fixed memory pool test case failure on quark d2000.
Due to insufficient ISR stack memory the irq offload was corrupting the memory. GH-4766 Signed-off-by: Adithya Baglody <[email protected]>
1 parent 06facdc commit a54c1f5

File tree

1 file changed

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

1 file changed

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

0 commit comments

Comments
 (0)