micropython: Enable filesystem support
This commit is contained in:
parent
9c299afe41
commit
7734566fbe
2 changed files with 2 additions and 1 deletions
1
Makefile
1
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 \
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b2273b5d22bc4d948b5333b2b82a7be66f62cefd
|
||||
Subproject commit a982035fdfd2dc12d375446472f0a2b1a99dd386
|
Loading…
Reference in a new issue