-
Notifications
You must be signed in to change notification settings - Fork 22
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
How about to release new version? #8
Comments
Can you elaborate on the Duration::ms() issue? Is this present in the 0.1.0 release or the latest master as well? I have just updated the master branch to be up to date with the latest changes to Rust. However, at the moment, I don't have an actual hardware test environment. I would also like to look into updating the project for FreeRTOS 9.0. These two issues would be blockers for a 0.2.0 release from me. |
I think this issue presents only in 0.1.0 version:
Let I use FreeRTOS v8.2.3. Regarding changes for 0.2.0: |
That same problem is present in the latest version. I've logged an issue (#10) for this. Note that such high switching frequencies really aren't typical for embedded projects, even 1000Hz is a bit of an anomaly, but the shim API should be flexible enough for this not to be a problem (even with frequencies above 1000Hz). In the meantime, you might want to try to use a tick rate of 500Hz. |
Ok, thank you for explanation. I'm just start digging into embedded programming, that |
Hello,
Thank you for such good crate. I tried version 0.1.0 from crates.io, basically all fine, but there is issue with Duration::ms(). As I see you made some fixes/modification since 0.1.0, would you like to publish new version to crates.io ?
Thanks in advance.
The text was updated successfully, but these errors were encountered: