what filesystem used by micropython

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
User avatar
fkeujjpdc
Posts: 13
Joined: Thu Mar 23, 2017 3:17 am
Location: china

what filesystem used by micropython

Post by fkeujjpdc » Sat Apr 01, 2017 3:29 am

hi,what filesystem used by micropython,in windows and unix port it seems used standard library. but i can't find stm port filesystem.


User avatar
mattyt
Posts: 410
Joined: Mon Jan 23, 2017 6:39 am

Re: what filesystem used by micropython

Post by mattyt » Sat Apr 01, 2017 10:17 am

Timely! I was just reading this interview with Damien:

http://hackaday.com/2013/11/27/intervie ... n-project/

where he mentioned that the MicroPython FAT implementation is closely based on FatFs by ChaN:

http://elm-chan.org/fsw/ff/00index_e.html

Just in case you're interested... :)

User avatar
fkeujjpdc
Posts: 13
Joined: Thu Mar 23, 2017 3:17 am
Location: china

Re: what filesystem used by micropython

Post by fkeujjpdc » Wed Apr 05, 2017 1:08 am

i got it,thanks :D

Post Reply