diff options
| author | Paul Sokolovsky | 2016-02-06 21:02:34 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2016-02-07 01:25:28 +0200 |
| commit | 350ab0f570a2cc570ceb9facb38cbd9ce68057f3 (patch) | |
| tree | 79fa0793d7c074c65e4c4e48226113788ca31638 /stmhal/Makefile | |
| parent | 103fbaaf27621df4a7389098fc3ac46c5d6513f3 (diff) | |
stmhal/file: Recast as "FatFs file" class, to support other VFS types.
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.
Diffstat (limited to 'stmhal/Makefile')
| -rw-r--r-- | stmhal/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile index bd0066762..3cad7d1da 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -154,6 +154,7 @@ SRC_C = \ flash.c \ storage.c \ file.c \ + builtin_open.c \ sdcard.c \ diskio.c \ fatfs_port.c \ |
