Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CMSIS): Enabling instruction cache. #1302

Merged
merged 3 commits into from
Dec 18, 2024
Merged

Conversation

kevin-gillespie
Copy link
Contributor

@kevin-gillespie kevin-gillespie commented Dec 17, 2024

Description

Enabling the instruction cache in the Zephyr startup.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.

@github-actions github-actions bot added the Zephyr MSDK Zephyr related change. label Dec 17, 2024
void max32xx_system_init(void) {}
void max32xx_system_init(void)
{
MXC_ICC_Enable();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe a comment /* Enable instruction cache */

@sihyung-maxim sihyung-maxim merged commit f74f035 into main Dec 18, 2024
11 checks passed
@sihyung-maxim sihyung-maxim deleted the fix/max32657-cache branch December 18, 2024 19:34
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Zephyr MSDK Zephyr related change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants