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

cortex_m: Add core peripherals #295

Merged
merged 7 commits into from
Nov 25, 2024

Conversation

tact1m4n3
Copy link
Contributor

@tact1m4n3 tact1m4n3 commented Nov 25, 2024

Add cortex-m core peripherals

  • I added NVIC, SCB, SysTick and MPU to all cortex-m cpus.
    ** There are some comments missing in cortex-m3 and cortex-m4 in some registers.
    ** In cortex-m33 some registers are still u32. The same for some in cortex-m3 and cortex-m4.
  • Minimal refactoring in build.zig.

Copy link
Contributor

@mattnite mattnite left a comment

Choose a reason for hiding this comment

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

Great work! Thank you

@mattnite mattnite merged commit 06de880 into ZigEmbeddedGroup:main Nov 25, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants