We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6306887 commit 7743b15Copy full SHA for 7743b15
2 files changed
unix/Makefile
@@ -213,7 +213,7 @@ minimal:
213
BUILD=build-minimal PROG=micropython_minimal FROZEN_DIR= \
214
MICROPY_PY_BTREE=0 MICROPY_PY_FFI=0 MICROPY_PY_SOCKET=0 MICROPY_PY_THREAD=0 \
215
MICROPY_PY_TERMIOS=0 MICROPY_PY_USSL=0 \
216
- MICROPY_USE_READLINE=0 MICROPY_FATFS=0
+ MICROPY_USE_READLINE=0
217
218
# build interpreter with nan-boxing as object model
219
nanbox:
unix/mpconfigport.mk
@@ -8,9 +8,6 @@ MICROPY_FORCE_32BIT = 0
8
# 1 - use MicroPython version of readline
9
MICROPY_USE_READLINE = 1
10
11
-# Whether to enable FatFs VFS
12
-MICROPY_FATFS = 1
13
-
14
# btree module using Berkeley DB 1.xx
15
MICROPY_PY_BTREE = 1
16
0 commit comments