From df3b1741b6f6aebece2d6ae7d4800baf9c163e36 Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 14 Apr 2016 12:33:54 +0100 Subject: esp8266: Separate 1-wire timing funcs from Python module to save iRAM. esponewire.c contains low-level timing-critical functions that go in iRAM. modonewire.c contains Python wrapper code. --- esp8266/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'esp8266/Makefile') diff --git a/esp8266/Makefile b/esp8266/Makefile index 483e8d59a..f36e283b1 100644 --- a/esp8266/Makefile +++ b/esp8266/Makefile @@ -60,6 +60,7 @@ SRC_C = \ lexerstr32.c \ uart.c \ esppwm.c \ + esponewire.c \ espneopixel.c \ intr.c \ modpyb.c \ -- cgit v1.2.3