micropython/ports/unix/variants/dev/mpconfigvariant.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
197 B
Makefile
Raw Normal View History

PROG ?= micropython-dev
2020-06-09 14:45:30 +08:00
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
MICROPY_ROM_TEXT_COMPRESSION = 1
MICROPY_VFS_FAT ?= 1
MICROPY_VFS_LFS1 ?= 1
MICROPY_VFS_LFS2 ?= 1
MICROPY_PY_BLUETOOTH ?= 1