Replies: 2 comments 3 replies
-
If the VFS includes the FAT driver, you can always reformat the file system.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
@Mars-CN have you seen https://docs.micropython.org/en/latest/reference/filesystem.html#fat |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When developing MicroPython, I found that the file system it uses does not seem to be FATFS.
Now I hope to use Freetype in the MicroPython environment, and Freetype must be FATFS when loading files, and I cannot modify the source code.
So, can the file system of MicroPython be switched to FATFS?
Beta Was this translation helpful? Give feedback.
All reactions