circuitpython/ports/unix/variants/dev/mpconfigvariant.mk
2021-05-11 15:07:40 -07:00

10 lines
161 B
Makefile

PROG ?= micropython-dev
FROZEN_MANIFEST ?= $(VARIANT_DIR)/manifest.py
MICROPY_VFS_FAT = 1
MICROPY_VFS_LFS1 = 1
MICROPY_VFS_LFS2 = 1
MICROPY_PY_BLUETOOTH ?= 1