-
Notifications
You must be signed in to change notification settings - Fork 16
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
Use esp-idf vfs #75
Use esp-idf vfs #75
Conversation
Erm... all the code in there is dummy'ed out, is that intentional? |
Sorry for lack of intro from irc .. this is not yet ready code |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewing my own code…
mount(), umount() and mkfs() are not supported (although mount() is used as trigger to mount the filesystem on /) → this is all intentional
open() is a bit verbose when the open fails.
we might want to lower this one day..
previous comments mentioned stubs. there shouldn't be any stubs anymore. |
This branch by @rnplus seems like a good way to bolt the esp-idf vfs under micropython in stead of its default vfs.