8000 WIP esp8266: Use minimal manifest for 512k build. · micropython/micropython@7885d49 · GitHub
[go: up one dir, main page]

Skip to cont 8000 ent

Commit 7885d49

Browse files
committed
WIP esp8266: Use minimal manifest for 512k build.
1 parent 578f7a2 commit 7885d49

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
MICROPY_PY_BTREE = 0
22
MICROPY_VFS_FAT = 0
33
LD_FILES = boards/esp8266_512k.ld
4+
FROZEN_MANIFEST = boards/manifest_minimal.py
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
freeze('$(PORT_DIR)/modules', (
2+
'_boot.py', 'flashbdev.py', 'inisetup.py', 'port_diag.py',
3+
'webrepl.py', 'webrepl_setup.py', 'websocket_helper.py'
4+
))
5+
freeze('$(MPY_DIR)/tools', ('upip.py', 'upip_utarfile.py'))

0 commit comments

Comments
 (0)
0