From 577dd920c1c1991e6ddac33535efd37350210a41 Mon Sep 17 00:00:00 2001 From: Flavio Ceolin Date: Thu, 28 Jan 2021 15:48:31 -0800 Subject: [PATCH] tests: power_mgmt_soc: Increase idle stack size Test suite test_power_mgmt succeeded E: ***** USAGE FAULT ***** E: Illegal use of the EPSR E: r0/a1: 0x00000000 r1/a2: 0x00118598 r2/a3: 0x00118598 E: r3/a4: 0x00000000 r12/ip: 0x00000000 r14/lr: 0x000e246f E: xpsr: 0x60000000 E: Faulting instruction address (r15/pc): 0x00000014 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 E: Current thread: 0x00118598 (main) E: Halting system Fixes: #30192 Signed-off-by: Flavio Ceolin --- tests/subsys/power/power_mgmt_soc/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/subsys/power/power_mgmt_soc/prj.conf b/tests/subsys/power/power_mgmt_soc/prj.conf index 9133ac9c158609..2d3ce58717f932 100644 --- a/tests/subsys/power/power_mgmt_soc/prj.conf +++ b/tests/subsys/power/power_mgmt_soc/prj.conf @@ -3,3 +3,4 @@ CONFIG_ZTEST=y CONFIG_PM=y CONFIG_THREAD_NAME=y CONFIG_PM_DEBUG=y +CONFIG_IDLE_STACK_SIZE=640