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

no_std support #90

Merged
merged 1 commit into from
Dec 16, 2021
Merged

no_std support #90

merged 1 commit into from
Dec 16, 2021

Conversation

nazar-pc
Copy link
Member

@nazar-pc nazar-pc commented Dec 5, 2021

In order to switch enable no_std support I had to use libm for f32::log2() impl and use spin library for Mutex impl (and switched to parking_lot::Mutex in std since it is generally better than std and happens to have the same high-level API as spin, so less conditional code).

Mostly mechanical changes otherwise, CI was adjusted to run no_std tests.

Fixes #36

@darrenldl darrenldl merged commit c76b03f into rust-rse:master Dec 16, 2021
@nazar-pc nazar-pc deleted the no_std-support branch December 16, 2021 04:51
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.

no-std support
2 participants