circuitpython/ports/esp8266/boards/GENERIC_512K
Damien George eb7ae538f9 esp8266/boards/GENERIC_512K: Add custom minimal _boot.py.
Commit 0abf6f830c removed _boot.py from the
manifest for the GENERIC_512K board because the build does not include a
filesystem.  But the main code expects _boot.py to be there and prints an
error if it's not.  So add a custom _boot.py, which just sets the
gc.threshold().

Signed-off-by: Damien George <damien@micropython.org>
2021-06-18 14:13:18 +10:00
..
_boot.py esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 2021-06-18 14:13:18 +10:00
manifest.py esp8266/boards/GENERIC_512K: Add custom minimal _boot.py. 2021-06-18 14:13:18 +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