added mimxrt1064_evk to hil test pool

This commit is contained in:
hathach
2025-03-26 15:32:19 +07:00
parent 69dca9518c
commit 1615120bca

View File

@@ -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