We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dca95 commit 1615120Copy full SHA for 1615120
hw/bsp/imxrt/family.c
@@ -258,6 +258,7 @@ void _exit(int __status) {
258
//--------------------------------------------------------------------
259
// MPU configuration
260
261
+#if 0 // TODO move to per board specific
262
#if __CORTEX_M == 7
263
static void BOARD_ConfigMPU(void) {
264
#if defined(__CC_ARM) || defined(__ARMCC_VERSION)
@@ -636,3 +637,4 @@ void BOARD_ConfigMPU(void) {
636
637
LMEM->PCCCR |= LMEM_PCCCR_ENCACHE_MASK;
638
}
639
#endif
640
+#endif
0 commit comments