-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Support for "generic" attributes #196
Comments
I haven't had too much of a chance to think about this, but it might be kind of complicated to expose. Lets say we want two functions:
We need to get the
So if we have a way to do that, I can add this functionality. |
I see... so... what is missing is a "proxy" call in the VFS API to make the bridge, correct? |
pretty much. We basically need to translate/lookup the path to the esp_littlefs_context and relative path. E.g. |
There are the private |
@BrianPugh that looks like a good path forward. Understood those are private, still... 😉 |
Any chance to add an API to get/set attributes?
A simple byte will suffice to hold the simple (and usual ones) like hidden, read-only, system.
littlefs has this and I've noticed this already being used to store a time stamp.
The text was updated successfully, but these errors were encountered: