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

fix nostd build #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix nostd build #19

wants to merge 1 commit into from

Conversation

IGBC
Copy link

@IGBC IGBC commented Sep 18, 2023

Hi, this is a simple PR that fixes a couple of missing imports, and an include gate in the prelude for the scheduler and task modules, which were preventing the crate from building in no_std mode.

Please excuse the tortured git diff, it appears our systems use different line endings and git was configured to upload files in the crlf format when you created the repo. Making git honour that on Unix is pretty much impossible, so you might want to just cherry pick the lines that have actually changed.

If continued no_std support is planned going forward it might be worth adding a CI job to check it continues to compile for no_std.

Many thanks.

  • SEGFAULT / IGBC

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