diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-29 00:52:52 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-29 00:52:52 +0300 |
| commit | 25d0f7d59d5d2c5cce206c9777aec0987810add4 (patch) | |
| tree | 44ccbbcd3854b2cadbbe51567fbe41fa1e48b64a /py/py.mk | |
| parent | 22050a3ed0d65956a94469d79a9dc853f384fe1e (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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 \ |
