8f3167a962
Prior to e0905e85a7
it was possible to
disable btree support on build. This patch allows to configure btree
support on make again and also the two new introduced options for FAT and
LFS2 filesystems.
5 lines
77 B
Makefile
5 lines
77 B
Makefile
LD_FILES = boards/esp8266_1m.ld
|
|
|
|
MICROPY_PY_BTREE ?= 1
|
|
MICROPY_VFS_LFS2 ?= 1
|