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

Add proper no_std support #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andyblarblar
Copy link

Hello! I was attempting to use this crate with no_std, and had issues compiling since num_traits still had the std feature enabled. Thankfully, enabling the libm feature allows this crate to continue using num_traits as is, now with actual no_std support. I've verified this compiles and runs properly on an stm32f7 with this fix.

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