diff options
| author | hathach <[email protected]> | 2025-03-26 15:32:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-03-26 15:32:19 +0700 |
| commit | 1615120bca3c482b7ba3b2d5620393354acf9c81 (patch) | |
| tree | 35346343dcba2d6a465588f2c8495fb1873eef83 | |
| parent | 69dca9518c516c48ad013ea00c11bbf1746ada9a (diff) | |
added mimxrt1064_evk to hil test pool
| -rw-r--r-- | hw/bsp/imxrt/family.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/imxrt/family.c b/hw/bsp/imxrt/family.c index eaaf83c03..7b89cc76d 100644 --- a/hw/bsp/imxrt/family.c +++ b/hw/bsp/imxrt/family.c @@ -258,6 +258,7 @@ void _exit(int __status) { //-------------------------------------------------------------------- // MPU configuration //-------------------------------------------------------------------- +#if 0 // TODO move to per board specific #if __CORTEX_M == 7 static void BOARD_ConfigMPU(void) { #if defined(__CC_ARM) || defined(__ARMCC_VERSION) @@ -636,3 +637,4 @@ void BOARD_ConfigMPU(void) { LMEM->PCCCR |= LMEM_PCCCR_ENCACHE_MASK; } #endif +#endif |
