davids5 commented on a change in pull request #4702:
URL: https://github.com/apache/incubator-nuttx/pull/4702#discussion_r734698241
##########
File path: arch/arm/src/stm32/stm32_mpuinit.h
##########
@@ -72,4 +72,19 @@ void stm32_mpu_uheap(uintptr_t start, size_t size);
# define stm32_mpu_uheap(start,size)
#endif
+/****************************************************************************
+ * Name: stm32_mpu_early_reset
+ *
+ * Description:
+ * Resets the MPU to disabled.
+ *
+ ****************************************************************************/
+
+#ifdef CONFIG_ARM_MPU_EARLY_RESET
Review comment:
done in the process of simplification
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]