-
Notifications
You must be signed in to change notification settings - Fork 26
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 #58
Comments
At least I haven't looked into this, but I'm all for it.
That would be great. As long as it's not too intrusive. |
Is this still planned? |
Based on our last conversations about this some months back, my understanding was that you'd be looking into a solution that doesn't involve spin locks. Perhaps I misunderstood? 🤔 To answer the question, it still is planned. It's just a matter of finding the time for it. At some point I need to look into enabling nonstd in the whole zbus stack and it'll most likely involve adding nonstd in async-broadcast as well. |
Is it possible to go
no_std
likeasync-channel
? I am planning to use this crate on an esp32 (no_std + allocator)I have already a bittried, but I had some problems getting it up and running no_std. I am also willing to work on this and provide a PR.
Alternatively somebody knows a library that provides similar functionality like this crate but does support
no_std
?The text was updated successfully, but these errors were encountered: