Commit 0abf6f83 authored by Damien George's avatar Damien George

esp8266/boards/GENERIC_512K: Add custom manifest without FS modules.

The 512k build does not have a filesystem so there is no reason to include
the filesystem-related modules.  This commit provides a custom manifest.py
for this board which no longer includes: _boot.py, flashbdev.py,
inisetup.py, upip.py, upip_utarfile.py.  This cuts the build down by about
9k of flash.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent ef168348
freeze("$(PORT_DIR)/modules", ("apa102.py", "neopixel.py", "ntptime.py", "port_diag.py"))
freeze("$(MPY_DIR)/drivers/dht", "dht.py")
freeze("$(MPY_DIR)/drivers/onewire")
include("$(MPY_DIR)/extmod/webrepl/manifest.py")
LD_FILES = boards/esp8266_512k.ld
FROZEN_MANIFEST ?= $(BOARD_DIR)/manifest.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment