From 9d7b871f589660cd81c5659f40fc2dbf06d44665 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Thu, 17 Mar 2016 23:06:47 +0800 Subject: esp8266: Store frozen modules in FlashROM. Requires special lexer to access their contents. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index e6f04d380..1ede2fe5b 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -55,6 +55,7 @@ SRC_C = \ main.c \ esp_mphal.c \ gccollect.c \ + lexerstr32.c \ uart.c \ modpyb.c \ modpybpin.c \ -- cgit v1.2.3