From d297cb6089d4ae9176dbd00f6382f081b394b00c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Dec 2024 19:35:51 +0000 Subject: [PATCH] Update Zephyr MSDK Hal based on MSDK PR: https://github.com/analogdevicesinc/msdk/pull/1302 --- MAX/Source/MAX32657/max32xxx_system.c | 7 ++++++- MAX/msdk_sha | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/MAX/Source/MAX32657/max32xxx_system.c b/MAX/Source/MAX32657/max32xxx_system.c index 9998ccfb..c7737976 100644 --- a/MAX/Source/MAX32657/max32xxx_system.c +++ b/MAX/Source/MAX32657/max32xxx_system.c @@ -17,8 +17,13 @@ ******************************************************************************/ #include "max32657.h" +#include "icc.h" /* * This function is called during boot up. */ -void max32xx_system_init(void) {} +void max32xx_system_init(void) +{ + /* Enable instruction cache */ + MXC_ICC_Enable(); +} diff --git a/MAX/msdk_sha b/MAX/msdk_sha index 8149769c..791c7103 100644 --- a/MAX/msdk_sha +++ b/MAX/msdk_sha @@ -1 +1 @@ -e2ee5899f60b059591d1ffe74db6c40f4d97a5c8 +f74f03559d62ca81c948ae36667a2eefef586eca