From cbffd0aadd71723365ddd3823ae1c12f4dbacad9 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 18 Jun 2016 00:58:57 +0300 Subject: unix: Disable FatFs VFS for normal build, keep enabled for coverage. It's enabled mostly for unit testing, and we do that in full with coverage build. --- unix/mpconfigport_coverage.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'unix/mpconfigport_coverage.h') diff --git a/unix/mpconfigport_coverage.h b/unix/mpconfigport_coverage.h index e5d5fd7a47..f9a6fbd9dd 100644 --- a/unix/mpconfigport_coverage.h +++ b/unix/mpconfigport_coverage.h @@ -31,3 +31,7 @@ #define MICROPY_PY_URANDOM_EXTRA_FUNCS (1) #define MICROPY_PY_IO_BUFFEREDWRITER (1) +#undef MICROPY_FSUSERMOUNT +#undef MICROPY_VFS_FAT +#define MICROPY_FSUSERMOUNT (1) +#define MICROPY_VFS_FAT (1) -- cgit v1.2.3