aboutsummaryrefslogtreecommitdiff
path: root/esp8266/Makefile
diff options
context:
space:
mode:
authorDamien George2016-04-14 12:33:54 +0100
committerDamien George2016-04-14 12:44:26 +0100
commitdf3b1741b6f6aebece2d6ae7d4800baf9c163e36 (patch)
tree5758b0e152e70461095eacc356146ca1c5c704a4 /esp8266/Makefile
parent674bf1bc81ab358d167965f06e5c51f86027b050 (diff)
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.
Diffstat (limited to 'esp8266/Makefile')
-rw-r--r--esp8266/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \