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 b8419e6 commit c9d3a01Copy full SHA for c9d3a01
include/zephyr/arch/arm/mpu/arm_mpu.h
@@ -25,7 +25,7 @@
25
#define Z_ARM_CPU_HAS_PMSAV8_MPU 0
26
#endif
27
28
-#if defined(CONFIG_ARMV8_M_MAINLINE)
+#if defined(CONFIG_ARMV7_M_ARMV8_M_MAINLINE) || defined(CONFIG_ARMV8_M_MAINLINE)
29
#define Z_ARM_MPU_MAX_REGIONS 16U
30
#else
31
#define Z_ARM_MPU_MAX_REGIONS 8U
0 commit comments