Skip to content

Commit 0dcaa4c

Browse files
FRASTMcarlescufi
authored andcommitted
boards: arm: stm32f746 with all mpu regions when testing in userspace
Disable the quadspi mpu region of the nucleo_f746zg when testing the samples/userspace/shared_mem or tests/kernel/mem_protect/userspace The stm32f7 cortex M7 has 8 MPU regions and the one for quadspi prevents the testcase to PASS. Signed-off-by: Francois Ramu <[email protected]>
1 parent f027b55 commit 0dcaa4c

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright 2023 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/*
8+
* Disable quadspi MPU region for testing
9+
* on this stm32f7 target
10+
* else one region is missing among 8 MPU regions
11+
*/
12+
13+
/delete-node/ &quadspi_memory;
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/*
2+
* Copyright 2023 STMicroelectronics
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/*
8+
* Disable quadspi MPU region for testing
9+
* on this stm32f7 target
10+
* else one region is missing among 8 MPU regions
11+
*/
12+
13+
/delete-node/ &quadspi_memory;

0 commit comments

Comments
 (0)