-
Notifications
You must be signed in to change notification settings - Fork 17
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
Release/v0.13.0 #114
base: master
Are you sure you want to change the base?
Release/v0.13.0 #114
Conversation
Co-authored-by: Fabian <f.vioel@gmail.com>
Generic add/sub
…ther than reference
…ric_ Duration and Rate handling - removed impl of Duration and Rate from `Generic` types
Great to see this getting released! |
add support for defmt
Manual Ord & Eq for Fraction
On my machine
|
Fixed generic comparison where the destination integer is larger
@burrbull That sounds like a timing issue if the tests are run multithreaded. Using the |
Any news on when this might get released? I can't upgrade rtic to 1.0 without the changes in this branch. |
RTIC 1.0 depends on |
According to this: rtic-rs/rtic#578 that is not the case |
Both work :) |
It's been a year since this PR was opened and 8 months since the last comment, how's progress going on this release? Is there anywhere that needs additional assistance I or others may be able to provide to get this to the finish line? Particularly I'm in need of the change for the |
Features
sub-unity units (milli, micro, etc)(pushing to later release)Changes