Skip to content

Commit 28bd478

Browse files
Vge0rgekartben
authored andcommitted
tests: arm_thread_swap: Add overlay for nRF54H20
Disable the IPC communication between the domains for the arm_thread_swap test since it is not needed and it causes a flash oveflow for the no opmitization test case. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent fdede6a commit 28bd478

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/* SPDX-License-Identifier: Apache-2.0 */
2+
3+
&cpusec_cpuapp_ipc {
4+
status = "disabled";
5+
};
6+
7+
&cpusec_bellboard {
8+
status = "disabled";
9+
};

0 commit comments

Comments
 (0)