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

Timers can't sleep for >1 second #52

Open
jonas-schievink opened this issue Nov 1, 2019 · 1 comment
Open

Timers can't sleep for >1 second #52

jonas-schievink opened this issue Nov 1, 2019 · 1 comment

Comments

@jonas-schievink
Copy link
Contributor

The hal::timer::CountDown impl of the timers uses Hertz as the Time parameter, which is a newtype around u32. This makes the longest timeout duration 1 Hz or 1 second. It would be useful to support this.

@romixlab
Copy link

Same problem with watchdog

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

No branches or pull requests

2 participants