Skip to content

Conversation

@piotrfila
Copy link
Contributor

This is my attempt at making Mmio access-type aware. This could catch things like trying to write to a read-only register.

@piotrfila piotrfila marked this pull request as draft February 2, 2026 04:35
@github-actions
Copy link

github-actions bot commented Feb 2, 2026

Lint Results

Found 3 issues on changed lines in 2 files:

  • core/src/mmio.zig: 1 issue
  • tools/regz/src/format/embassy.zig: 2 issues

},
.nrf52 => {
CLOCK.TASKS_CAL.write_raw(1);
CLOCK.TASKS_CAL.raw(1);
Copy link
Collaborator

Choose a reason for hiding this comment

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

= 1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I'm sure I've missed more. It's still early WIP I just wanted to get CI coverage

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