Skip to content

Commit 5e39300

Browse files
committed
esp8266/mpconfigport_512k: Disable framebuf module for 512k build.
The 512k build recently overflowed because of the newly-enabled uselect module. uselect is arguable more important than framebuf for small devices so we disable framebuf to keep the 512k build within its limit.
1 parent 898d4c1 commit 5e39300

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

esp8266/mpconfigport_512k.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@
1717
#define MICROPY_PY_BUILTINS_SLICE_ATTRS (0)
1818
#undef MICROPY_PY_ALL_SPECIAL_METHODS
1919
#define MICROPY_PY_ALL_SPECIAL_METHODS (0)
20+
21+
#undef MICROPY_PY_FRAMEBUF
22+
#define MICROPY_PY_FRAMEBUF (0)

0 commit comments

Comments
 (0)