aboutsummaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-29 00:52:52 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-29 00:52:52 +0300
commit25d0f7d59d5d2c5cce206c9777aec0987810add4 (patch)
tree44ccbbcd3854b2cadbbe51567fbe41fa1e48b64a /py/py.mk
parent22050a3ed0d65956a94469d79a9dc853f384fe1e (diff)
extmod/modwebrepl: Module to handle WebREPL protocol.
While just a websocket is enough for handling terminal part of WebREPL, handling file transfer operations requires demultiplexing and acting upon, which is encapsulated in _webrepl class provided by this module, which wraps a websocket object.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index 74aaf4510..5147c9950 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -178,6 +178,7 @@ PY_O_BASENAME = \
../extmod/modussl.o \
../extmod/modurandom.o \
../extmod/modwebsocket.o \
+ ../extmod/modwebrepl.o \
../extmod/modframebuf.o \
../extmod/fsusermount.o \
../extmod/vfs_fat.o \