tests: profiling_api: increase idle stack size

This test for some reason wants to validate that
k_stack_analyze() works when called from the idle thread,
but with a default idle stack size of 256 this just results
in crashes.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2019-08-08 16:01:36 -07:00 committed by Anas Nashif
commit 7819a5a9a8

View file

@ -9,6 +9,7 @@ CONFIG_TEST_HW_STACK_PROTECTION=n
CONFIG_SYS_POWER_MANAGEMENT=y CONFIG_SYS_POWER_MANAGEMENT=y
CONFIG_SYS_POWER_SLEEP_STATES=y CONFIG_SYS_POWER_SLEEP_STATES=y
CONFIG_SYS_PM_POLICY_APP=y CONFIG_SYS_PM_POLICY_APP=y
CONFIG_IDLE_STACK_SIZE=2048
# to check isr # to check isr
CONFIG_IRQ_OFFLOAD=y CONFIG_IRQ_OFFLOAD=y