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:
parent
ab1075f0d9
commit
7819a5a9a8
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ CONFIG_TEST_HW_STACK_PROTECTION=n
|
|||
CONFIG_SYS_POWER_MANAGEMENT=y
|
||||
CONFIG_SYS_POWER_SLEEP_STATES=y
|
||||
CONFIG_SYS_PM_POLICY_APP=y
|
||||
CONFIG_IDLE_STACK_SIZE=2048
|
||||
|
||||
# to check isr
|
||||
CONFIG_IRQ_OFFLOAD=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue