-
-
Notifications
You must be signed in to change notification settings - Fork 178
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
Mount and ESP32 System.IO.Filesystem support #2096
Mount and ESP32 System.IO.Filesystem support #2096
Conversation
Add Sdcard mount Created VFS version of IO.Filesystem for ESP32
…f-interpreter into filesystem-sdcard
Hi @AdrianSoundy, I'm nanoFramework bot. A human will be reviewing it shortly. 😉 |
Automated fixes for code style.
@AdrianSoundy there are issues with the code style on the source files. Make sure to follow the project code style. Check the details here on how it works and the tools required to help you with that. |
…5-40f2-4e4a-b942-5ab094422072' into filesystem-sdcard
Automated fixes for code style.
@AdrianSoundy there are issues with the code style on the source files. Make sure to follow the project code style. Check the details here on how it works and the tools required to help you with that. |
…c-09a5-4f3b-88bf-62d4bf41d90a' into filesystem-sdcard
Automated fixes for code style.
@AdrianSoundy there are issues with the code style on the source files. Make sure to follow the project code style. Check the details here on how it works and the tools required to help you with that. |
…e-2528-4104-8723-e5f0ed6f27a7' into filesystem-sdcard
Sorry i did squash and rebase changes but somehow ended up with 2 branches of same name that got merged and ending up with all the commits. I can redo this PR if required. |
***NO_CI***
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.
LGTM! Thanks for taking care of this. 👍🏻
I've reverted changes on a couple of files (mostly typos in comments) that were out of scope for this PR.
No need for that! Reviewed and waiting to be merged. 😃 |
(cherry picked from commit 5dbbbbe)
Description
Added native support for System.IO.Filesystem SD card mounting
Updated System.IO.Filesystem to make it usable for ESP32
Made System.IO.Filesystem standalone in preparation being built without Windows.devices.Storage
Also some comment typos in esp32 ADC controller
Motivation and Context
How Has This Been Tested?
Manual testing with ESP32
Tested mounting and all methods in System.IO.Filesystem for ESP32
Types of changes
Checklist: