micropython/ports/esp8266/boards/GENERIC_512K
Damien George 0abf6f830c 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: Damien George <damien@micropython.org>
2021-05-26 21:41:40 +10:00
..
manifest.py esp8266/boards/GENERIC_512K: Add custom manifest without FS modules. 2021-05-26 21:41:40 +10:00
mpconfigboard.h esp8266: Add per-board configs, following other ports. 2019-10-10 16:32:25 +11:00
mpconfigboard.mk esp8266/boards/GENERIC_512K: Add custom manifest without FS modules. 2021-05-26 21:41:40 +10:00