Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions samples/userspace/shared_mem/boards/nucleo_f756zg.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/*
* Disable quadspi MPU region for testing
* on this stm32f7 target.
* Otherwise one region will be missing from the 8 MPU regions
*/

/delete-node/ &quadspi_memory;
13 changes: 13 additions & 0 deletions tests/kernel/mem_protect/userspace/boards/nucleo_f756zg.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*
* Copyright 2024 STMicroelectronics
*
* SPDX-License-Identifier: Apache-2.0
*/

/*
* Disable quadspi MPU region for testing
* on this stm32f7 target.
* Otherwise one region will be missing from the 8 MPU regions
*/

/delete-node/ &quadspi_memory;