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 <georgios.vasilakis@nordicsemi.no>
This commit is contained in:
parent
fdede6a3f1
commit
28bd478a0b
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
/* SPDX-License-Identifier: Apache-2.0 */
|
||||
|
||||
&cpusec_cpuapp_ipc {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&cpusec_bellboard {
|
||||
status = "disabled";
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue