The residency policy, is in reality, influences by other parameters for example constraints. It has been renamed to "DEFAULT" policy to make it more general. The "APP" policy has been renamed to "CUSTOM" to better represent its purpose. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_INIT_STACKS=y
|
|
CONFIG_PRINTK=y
|
|
CONFIG_THREAD_MONITOR=y
|
|
CONFIG_THREAD_STACK_INFO=y
|
|
CONFIG_TEST_HW_STACK_PROTECTION=n
|
|
# Disable HW Stack Protection (see #28664)
|
|
CONFIG_HW_STACK_PROTECTION=n
|
|
# to check idle thread
|
|
CONFIG_PM=y
|
|
CONFIG_PM_POLICY_CUSTOM=y
|
|
CONFIG_IDLE_STACK_SIZE=2048
|
|
# to check isr
|
|
CONFIG_IRQ_OFFLOAD=y
|