patch: no_std support (libm, core::time, remove expect)#1
patch: no_std support (libm, core::time, remove expect)#1InushaDeSilva wants to merge 2 commits into
Conversation
|
Hey! We're using VQF on an embedded flight computer (Horizon-Aerospace/Flight-Computer) running on an STM32H745 (Cortex-M7, 480 MHz) with Embassy async. Great crate — the filter quality is excellent and the rest-detection/bias-estimation is exactly what we needed for our BMI088 IMU fusion pipeline. What this PR changesThe
Cargo.toml changes
Tested
Happy to adjust anything if you'd prefer a different approach. Thanks for the great crate! |
oxkitsune
left a comment
There was a problem hiding this comment.
Thanks! I'd prefer to keep using std math for the std version if possible.
|
Hey, thanks for the feedback! Both points have been addressed:
Also cleaned up clippy lints and formatting. Let me know if anything else needs adjusting! |
No description provided.