-
Notifications
You must be signed in to change notification settings - Fork 197
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
Is it possible to impl embedded-storage
for nvs?
#405
Comments
It's absolutely possible, if someone finds the time to tackle it we are open for PR's and are happy to help reviewing it. |
I would like to help with the issue. But it seems someone's already working on it? |
this library is designed to be used with |
It might still be quite possible to implement the
The question is a bit "why bother", when:
|
Yeah, I agree that esp-idf has done almost everything for users. The only case that I think implementing |
I agree. It is also not that hard to implement at least the blocking I don't have time to do this ATM, but if you feel you need an |
embedded-storage
is a widely used storage trait in Rust embedded world. Is it possible to implement this trait fornvs
? If that,nvs
could be compatible with a lot of external drivers that requiresembedded-storage
The text was updated successfully, but these errors were encountered: