index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
2019-04-16
extmod/modurandom: Add init method to seed the Yasmarang generator.
Léa Saviot
2019-04-11
extmod/modlwip: Abort TCP conns that didn't close cleanly in a while.
Damien George
2019-04-03
extmod/modlwip: Use correct listening socket object in accept callback.
Damien George
2019-04-01
extmod/modlwip: Free any stored incoming bufs/connections on TCP error.
Damien George
2019-04-01
extmod/modlwip: Protect socket.accept with lwIP concurrency lock.
Damien George
2019-04-01
extmod/modlwip: Handle case of accept callback called with null PCB.
Damien George
2019-04-01
extmod/modlwip: Handle case of connection closing while on accept queue.
Damien George
2019-04-01
stm32: Make default USB_VCP stream go through uos.dupterm for main REPL.
Andrew Leech
2019-03-26
extmod/vfs_fat: Fallback to FAT32 if standard FAT16/SFD format fails.
Andrew Leech
2019-03-13
extmod/moduselect: Adjust select_select and poll_register to use size_t.
Wolf Vollprecht
2019-03-12
extmod/modlwip: Fix case where concurrency lock isn't released on error.
Damien George
2019-03-05
extmod/vfs_fat: Update for new oofatfs version.
Damien George
2019-02-28
extmod/modwebrepl: Fix logic to handle a put of file of size 0.
Damien George
2019-02-27
extmod/modlwip: Don't require a port to define concurrency macros.
Damien George
2019-02-26
extmod/modlwip: Add concurrency protection macros.
Damien George
2019-02-18
extmod/modlwip: Fix bug when polling listening socket with backlog=1.
Damien George
2019-02-15
extmod/modlwip: Change #ifdef to #if for check of MICROPY_PY_LWIP.
Damien George
2019-02-14
extmod/moduwebsocket: Refactor `websocket` to `uwebsocket`.
Yonatan Goldschmidt
2019-02-12
extmod: Convert legacy uppercase macro names to lowercase.
Damien George
2019-02-07
extmod/moduhashlib: Include implementation of sha256 only when required.
Yonatan Goldschmidt
2019-01-31
py/warning: Support categories for warnings.
Paul Sokolovsky
2019-01-31
extmod/modlwip: Add support for polling UDP sockets for writability.
Damien George
2019-01-27
extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include.
Paul Sokolovsky
2019-01-27
extmod/moduzlib: Update for uzlib 2.9.2.
Paul Sokolovsky
2019-01-27
extmod/uzlib: Update uzlib to v2.9.2.
Paul Sokolovsky
2018-12-22
py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.
Damien George
2018-12-10
extmod/moductypes: Add aliases for native C types.
Paul Sokolovsky
2018-12-10
extmod/moductypes: Implement __int__ for PTR.
Paul Sokolovsky
2018-12-03
extmod/modlwip: Fix read-polling of listening socket with a backlog.
Damien George
2018-12-01
extmod/modlwip: Implement TCP listen/accept backlog.
Damien George
2018-10-23
extmod/moductypes: Make sizeof() accept "layout" parameter.
Paul Sokolovsky
2018-10-17
extmod/modonewire: Fix reset timings to match 1-wire specs.
Damien George
2018-10-13
extmod/moductypes: Accept OrderedDict as a structure description.
Paul Sokolovsky
2018-10-05
extmod/moductypes: Remove BITFIELD from aggregate types enum.
Paul Sokolovsky
2018-09-12
extmod/moduhashlib: Add md5 implementation using mbedtls.
Damien George
2018-09-12
extmod/moduhashlib: Use newer message digest API for mbedtls >=2.7.0.
Damien George
2018-09-11
extmod/moduhashlib: Add md5 implementation, using axTLS.
Paul Sokolovsky
2018-09-08
py/py.mk: Build axtls library directly from its source files.
Damien George
2018-08-14
extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.
Damien George
2018-08-14
extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.
Damien George
2018-07-20
extmod/modussl: Support polling in ussl objects by passing through ioctl
Damien George
2018-07-20
extmod/modlwip: Deregister all lwIP callbacks when closing a socket.
Damien George
2018-07-11
extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.
Damien George
2018-07-10
extmod/vfs_posix: Support ilistdir with no (or empty) argument.
Damien George
2018-07-08
extmod: Fix to support compiling with object representation D.
Damien George
2018-07-03
extmod/vfs: Support opening a file descriptor (int) with VfsPosix.
Damien George
2018-07-02
extmod/modure: Add ure.sub() function and method, and tests.
Damien George
2018-07-02
extmod/modure: Add match.span(), start() and end() methods, and tests.
Damien George
2018-07-02
extmod/modure: Add match.groups() method, and tests.
Damien George
2018-06-27
extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.
Damien George
[next]