micropython/extmod
Paul Sokolovsky 7d57037906 extmod/modlwip: Add ability to run callback on "recv" and "accept" events.
To use: .setsockopt(SOL_SOCKET, 20, lambda sock: print(sock)). There's a
single underlying callback slot. For normal sockets, it serves as data
received callback, for listening sockets - connection arrived callback.
2016-04-17 18:06:45 +03:00
..
crypto-algorithms
lwip-include
re1.5
uzlib
fsusermount.c extmod/fsusermount: In mount/mkfs, deregister VFS object on error. 2016-04-14 23:36:25 +01:00
fsusermount.h
machine_i2c.c extmod/machine_i2c: Implement I2C memory reading/writing. 2016-04-12 15:52:17 +01:00
machine_i2c.h extmod: Add generic machine.I2C class, with bit-bang I2C. 2016-04-12 14:06:54 +01:00
machine_mem.c
machine_mem.h
misc.h
modframebuf.c extmod: Add initial framebuf module. 2016-04-12 14:06:53 +01:00
modlwip.c extmod/modlwip: Add ability to run callback on "recv" and "accept" events. 2016-04-17 18:06:45 +03:00
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
moduos_dupterm.c extmod/moduos_dupterm: Don't swallow exceptions in dupterm's read()/write(). 2016-04-13 16:34:11 +03:00
modurandom.c
modure.c
modussl.c
moduzlib.c
modwebsocket.c extmod/modwebsocket: Another case to propagate EOF. 2016-04-13 22:17:09 +03:00
modwebsocket.h extmod/modwebsocket.h: Split websocket-related defines for reuse. 2016-04-10 13:42:51 +03:00
vfs_fat.c
vfs_fat_diskio.c
vfs_fat_ffconf.c
vfs_fat_file.c
vfs_fat_file.h
vfs_fat_lexer.c
vfs_fat_misc.c