aboutsummaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2019-02-07extmod/moduhashlib: Include implementation of sha256 only when required.Yonatan Goldschmidt
2019-01-31py/warning: Support categories for warnings.Paul Sokolovsky
2019-01-31extmod/modlwip: Add support for polling UDP sockets for writability.Damien George
2019-01-27extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include.Paul Sokolovsky
2019-01-27extmod/moduzlib: Update for uzlib 2.9.2.Paul Sokolovsky
2019-01-27extmod/uzlib: Update uzlib to v2.9.2.Paul Sokolovsky
2018-12-22py/mpconfig: Move MICROPY_VERSION macros to static ones in mpconfig.h.Damien George
2018-12-10extmod/moductypes: Add aliases for native C types.Paul Sokolovsky
2018-12-10extmod/moductypes: Implement __int__ for PTR.Paul Sokolovsky
2018-12-03extmod/modlwip: Fix read-polling of listening socket with a backlog.Damien George
2018-12-01extmod/modlwip: Implement TCP listen/accept backlog.Damien George
2018-10-23extmod/moductypes: Make sizeof() accept "layout" parameter.Paul Sokolovsky
2018-10-17extmod/modonewire: Fix reset timings to match 1-wire specs.Damien George
2018-10-13extmod/moductypes: Accept OrderedDict as a structure description.Paul Sokolovsky
2018-10-05extmod/moductypes: Remove BITFIELD from aggregate types enum.Paul Sokolovsky
2018-09-12extmod/moduhashlib: Add md5 implementation using mbedtls.Damien George
2018-09-12extmod/moduhashlib: Use newer message digest API for mbedtls >=2.7.0.Damien George
2018-09-11extmod/moduhashlib: Add md5 implementation, using axTLS.Paul Sokolovsky
2018-09-08py/py.mk: Build axtls library directly from its source files.Damien George
2018-08-14extmod/modussl_axtls: Use MP_ROM_PTR for objects in allowed args array.Damien George
2018-08-14extmod/modbtree: Update to work with new mp_stream_posix_XXX signatures.Damien George
2018-07-20extmod/modussl: Support polling in ussl objects by passing through ioctlDamien George
2018-07-20extmod/modlwip: Deregister all lwIP callbacks when closing a socket.Damien George
2018-07-11extmod/vfs_posix: Use DTTOIF if available to convert type in ilistdir.Damien George
2018-07-10extmod/vfs_posix: Support ilistdir with no (or empty) argument.Damien George
2018-07-08extmod: Fix to support compiling with object representation D.Damien George
2018-07-03extmod/vfs: Support opening a file descriptor (int) with VfsPosix.Damien George
2018-07-02extmod/modure: Add ure.sub() function and method, and tests.Damien George
2018-07-02extmod/modure: Add match.span(), start() and end() methods, and tests.Damien George
2018-07-02extmod/modure: Add match.groups() method, and tests.Damien George
2018-06-27extmod/moducryptolib: Don't include arpa/inet.h, it's not needed.Damien George
2018-06-27extmod/moducryptolib: Shorten exception messages to reduce code size.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add an mbedTLS implementation for this module.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Refactor functions for clean interface with axTLS.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Optionally export MODE_* constants to Python.Yonatan Goldschmidt
2018-06-27extmod/moducryptolib: Add ucryptolib module with crypto functions.Paul Sokolovsky
2018-06-18extmod: Update to use new mp_get_stream helper.Damien George
2018-06-16extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.Damien George
2018-06-13extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.Damien George
2018-06-12extmod/uos_dupterm: Use native C stream methods on dupterm object.Damien George
2018-06-12extmod/moduhashlib: Make function objects STATIC.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Allow to disable the sha256 class.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.Yonatan Goldschmidt
2018-06-12extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.Yonatan Goldschmidt
2018-06-06extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.Damien George
2018-06-06extmod/vfs: Add fast path for stating VfsPosix filesystem.Damien George
2018-06-06extmod: Add VfsPosix filesystem component.Damien George
2018-06-06extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.Damien George