-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
requires std? #14
Comments
|
Hey, thanks for your interest. You don't need |
I remembered... In this commit: nickray@cdcb99f I removed a workaround for fact that the bindgen build dependency (of The link to a I'll try and improve the docs on this. |
Thanks. I'll experiment a bit more when I get a bit further on the project |
I released 0.3.2: https://docs.rs/littlefs2/0.3.2/littlefs2/#no_std |
Great! That is a nice way to solve it.
…On Wed, Sep 29, 2021 at 11:01 PM Nicolas Stalder ***@***.***> wrote:
I release 0.3.2: https://docs.rs/littlefs2/0.3.2/littlefs2/#no_std
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://github.com/nickray/littlefs2/issues/14#issuecomment-930539943>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN365LSNBL5UMLFNBRIDDUEN5CNANCNFSM5EXUU4VA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi, just discovered this lib. Seems like something very useful for storing data on an sd card on a microcontroller. When I try to add this library to a
no_std
binary I get errors with memchr, does it require std with an allocator?The text was updated successfully, but these errors were encountered: