Skip to content

Add API to iterate arrays of registers#65

Open
thejpster wants to merge 4 commits intoknurling-rs:mainfrom
thejpster:array-lengths
Open

Add API to iterate arrays of registers#65
thejpster wants to merge 4 commits intoknurling-rs:mainfrom
thejpster:array-lengths

Conversation

@thejpster
Copy link
Copy Markdown

@thejpster thejpster commented Apr 5, 2026

  1. Updates error outputs to match rustc 1.94.0 (4a4ef493e 2026-03-02)
  2. Bump MSRV to 1.85 to avoid issues with dependencies
  3. Renames <foo>_array_len to len_<foo> for inner MMIO arrays (breaking change)
  4. Adds len_<foo> for arrays of registers

As generated on rustc 1.94.0 (4a4ef493e 2026-03-02)
Minimum to get edition 2024, which some dependencies require.
More consistent with read_<foo> and write_<foo>.

This is a breaking change.
@thejpster thejpster marked this pull request as ready for review April 5, 2026 17:20
This was just a missing API which made it hard to use arrays of registers.
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.

1 participant