summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:47:57 (GMT)
committerDaniel Thompson <daniel@redfelineninja.org.uk>2020-02-09 19:47:57 (GMT)
commit7734566fbeaeb757d19fc49f6502c8596e164755 (patch)
treef07a36db0b9b846dea7cede9fb61d4f5bd70afdc /Makefile
parent9c299afe4136c9f0e1d222d1ef19421e75073318 (diff)
micropython: Enable filesystem support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ffed1fa..c2ff1b5 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ micropython:
$(RM) micropython/ports/nrf/build-$(BOARD)-s132/frozen_content.c
$(MAKE) -C micropython/ports/nrf \
BOARD=$(BOARD) SD=s132 \
+ MICROPY_VFS_LFS2=1 \
FROZEN_MANIFEST=$(PWD)/wasp/boards/$(BOARD)/manifest.py
python3 -m nordicsemi dfu genpkg \
--dev-type 0x0052 \