-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
We need to handle PACs support for critical-section
#72
Labels
Milestone
Comments
michalfita
added
bug
Something isn't working
dependencies
Pull requests that update a dependency file
labels
Dec 22, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
Since Rust 1.60 it's possible to enable dependencies' features only for included dependencies. That's going to work for `rt` and `critical-section` and some other features in future.
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
It would be nice to have a tool that extracts all basic check from workflow to be run before commit. Not working on machine I normally burn for this stuff has downsides, as I rush things...
michalfita
added a commit
that referenced
this issue
Dec 23, 2023
michalfita
added a commit
that referenced
this issue
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Digging in changes to
svd2rust
and how other PACs did things I figured we needcritical-section
feature in HAL that would enablecritical-section
dependency in PACs. I'm adding this to PACs at the moment, the next step is to fix things here.To do this nicely we need breaking change is how
rt
feature is handled, to simplify things and avoid viscous cycle of bizarre feature names.The text was updated successfully, but these errors were encountered: