We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5941713 commit 6fb42bbCopy full SHA for 6fb42bb
tests/kernel/mem_protect/mem_protect/src/mem_protect.h
@@ -101,6 +101,8 @@ static inline void set_fault_valid(bool valid)
101
#define MEM_REGION_ALLOC (4096)
102
#elif defined(CONFIG_ARC)
103
#define MEM_REGION_ALLOC (Z_ARC_MPU_ALIGN)
104
+#elif defined(CONFIG_ARM64)
105
+#define MEM_REGION_ALLOC (4096)
106
#elif defined(CONFIG_ARM)
107
#define MEM_REGION_ALLOC (Z_THREAD_MIN_STACK_ALIGN)
108
#elif defined(CONFIG_RISCV)
0 commit comments