Skip to content

Commit 1615120

Browse files
committed
added mimxrt1064_evk to hil test pool
1 parent 69dca95 commit 1615120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hw/bsp/imxrt/family.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ void _exit(int __status) {
258258
//--------------------------------------------------------------------
259259
// MPU configuration
260260
//--------------------------------------------------------------------
261+
#if 0 // TODO move to per board specific
261262
#if __CORTEX_M == 7
262263
static void BOARD_ConfigMPU(void) {
263264
#if defined(__CC_ARM) || defined(__ARMCC_VERSION)
@@ -636,3 +637,4 @@ void BOARD_ConfigMPU(void) {
636637
LMEM->PCCCR |= LMEM_PCCCR_ENCACHE_MASK;
637638
}
638639
#endif
640+
#endif

0 commit comments

Comments
 (0)