Skip to content

Commit

Permalink
[nrf fromlist] tests: arm_thread_swap: Add overlay for nRF54H20
Browse files Browse the repository at this point in the history
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.

Upstream PR #: 80929

Signed-off-by: Georgios Vasilakis <[email protected]>
  • Loading branch information
Vge0rge committed Nov 21, 2024
1 parent 42ac643 commit f134485
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* SPDX-License-Identifier: Apache-2.0 */

&cpusec_cpuapp_ipc {
status = "disabled";
};

&cpusec_bellboard {
status = "disabled";
};

0 comments on commit f134485

Please sign in to comment.