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

switch to atomic-polyfill-1.0.0 on AVR to get around old code in critical-section #313

Closed
wants to merge 4 commits into from

Conversation

mutantbob
Copy link

Should fix #312

@@ -37,10 +37,10 @@ atomic-polyfill = { version = "0.1.4" }
atomic-polyfill = { version = "0.1.4" }

[target.'cfg(target_arch = "avr")'.dependencies]
atomic-polyfill = { version = "0.1.8", optional = true }

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we release a patch heapless with just the atomic-polyfill update? This would allow us to release an updated heapless that still works with other heapless 0.7 releases.

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.

AVR Applications using the heapless crate fail to compile
3 participants