Skip to content

Implement embedded_hal_timer::Timer#998

Draft
jannic wants to merge 1 commit into
rp-rs:mainfrom
jannic:embedded-hal-timer
Draft

Implement embedded_hal_timer::Timer#998
jannic wants to merge 1 commit into
rp-rs:mainfrom
jannic:embedded-hal-timer

Conversation

@jannic
Copy link
Copy Markdown
Member

@jannic jannic commented May 24, 2026

Open questions:

  • Naming
  • Should we feature-gate this behind some unstable feature for now?
  • This doesn't detect overflows of the u64 tick counter. Most likely not an issue in practice, for microsecond ticks. But it should at least be documented.
  • Needs a MSRV bump because embedded-hal-timer requires edition2024. (See failing CI)

Before merging this, it should also be implemented for rp235x-hal.

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