anchao commented on a change in pull request #4955:
URL: https://github.com/apache/incubator-nuttx/pull/4955#discussion_r765478546
##########
File path: arch/arm/src/armv7-m/nvic.h
##########
@@ -586,6 +586,55 @@
#define NVIC_SYSHCON_BUSFAULTENA (1 << 17) /* Bit 17: BusFault enabled
*/
#define NVIC_SYSHCON_USGFAULTENA (1 << 18) /* Bit 18: UsageFault
enabled */
+/* SCB Configurable Fault Status Register Definitions */
+
+#define NVIC_CFAULTS_MEMFAULTSR_MASK (0xff) /* Memory Manage Fault
Status Register Mask */
Review comment:
Done
--
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]