how can i turn off vfs filesystem? #9801
-
a question about how can i turn off vfs filesystem in micropython firmware. i'll try disable vfs and just useing freeze mpy files. but all test it's failed. I try from nucleo_stm32f411 board configure file .h to disable needless modules. now build is complete got 230kb firmware file. but my mcu just have 128kb space. i'll just need runing ws2812 lib and pwm. the vfs filesystem can be delete? so how to delete that ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Have you tried this? |
Beta Was this translation helpful? Give feedback.
-
What have you tried so far? i.e. have you tried disabling |
Beta Was this translation helpful? Give feedback.
What have you tried so far? i.e. have you tried disabling
MICROPY_VFS
and related options? What tests fail (note that many tests do depend on the filesystem, because they test filesystem features).