Following how esp32 has been reworked, each variant now has a corresponding `mpconfigvariant_VARIANT.mk` file associated with it. The base variant also has a `mpconfigvariant.mk` file because it has options that none of the other variants use. Signed-off-by: Damien George <damien@micropython.org>
11 lines
206 B
Makefile
11 lines
206 B
Makefile
LD_FILES = boards/esp8266_ota.ld
|
|
|
|
MICROPY_PY_ESPNOW ?= 1
|
|
MICROPY_PY_BTREE ?= 1
|
|
MICROPY_VFS_LFS2 ?= 1
|
|
|
|
# Note: Implicitly uses the port manifest.
|
|
|
|
# Configure mpconfigboard.h.
|
|
CFLAGS += -DMICROPY_ESP8266_1M
|