Skip to content

Commit

Permalink
Update Zephyr MSDK Hal based on MSDK PR: analogdevicesinc/msdk#1302
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 18, 2024
1 parent cda95b7 commit d297cb6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion MAX/Source/MAX32657/max32xxx_system.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
2 changes: 1 addition & 1 deletion MAX/msdk_sha
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2ee5899f60b059591d1ffe74db6c40f4d97a5c8
f74f03559d62ca81c948ae36667a2eefef586eca

0 comments on commit d297cb6

Please sign in to comment.