summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/builtin_open.c
Commit message (Collapse)AuthorAge
* extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky2016-02-15
|
* stmhal/file: Recast as "FatFs file" class, to support other VFS types.Paul Sokolovsky2016-02-07
Move definition of mp_builtin_open_obj to a separate module, then file.c becomes more or less compartmentalized FatFs file class, which can be used together with file class implementations for other (V)FSes.