index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
Age
Commit message (
Expand
)
Author
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
2018-06-27
extmod/moducryptolib: Shorten exception messages to reduce code size.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Prefix all Python methods/objects with ucryptolib.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add an mbedTLS implementation for this module.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Refactor functions for clean interface with axTLS.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Optionally export MODE_* constants to Python.
Yonatan Goldschmidt
2018-06-27
extmod/moducryptolib: Add ucryptolib module with crypto functions.
Paul Sokolovsky
2018-06-18
extmod: Update to use new mp_get_stream helper.
Damien George
2018-06-16
extmod/vfs_fat_diskio: Factor disk ioctl code to reduce code size.
Damien George
2018-06-13
extmod/modussl_axtls: Fix __del__ to point to mp_stream_close_obj.
Damien George
2018-06-12
extmod/uos_dupterm: Use native C stream methods on dupterm object.
Damien George
2018-06-12
extmod/moduhashlib: Make function objects STATIC.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow using the sha256 implementation of mbedTLS.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Allow to disable the sha256 class.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Reorder funcs so that they are grouped by hash type.
Yonatan Goldschmidt
2018-06-12
extmod/moduhashlib: Prefix all Python methods and objects with uhashlib.
Yonatan Goldschmidt
2018-06-06
extmod/vfs: Introduce a C-level VFS protocol, with fast import_stat.
Damien George
2018-06-06
extmod/vfs: Add fast path for stating VfsPosix filesystem.
Damien George
2018-06-06
extmod: Add VfsPosix filesystem component.
Damien George
2018-06-06
extmod/vfs_fat: Rename FileIO/TextIO types to mp_type_vfs_fat_XXX.
Damien George
2018-06-06
extmod/vfs: Use u_rom_obj properly in argument structures.
Damien George
2018-05-31
extmod/modussl_mbedtls: Use mbedtls_entropy_func for CTR-DRBG entropy.
Damien George
2018-05-31
extmod/modussl_mbedtls: Populate sock member right away in wrap_socket.
Damien George
2018-05-21
extmod/modlwip: Allow to compile with MICROPY_PY_LWIP disabled.
Damien George
2018-05-17
extmod/modlwip: Set POLLHUP flag for sockets that are new.
Damien George
2018-05-17
extmod/modlwip: Update to work with lwIP v2.0.
Damien George
2018-05-04
extmod/modlwip: In ioctl handle case when socket is in an error state.
Damien George
2018-05-02
extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls.
Damien George
2018-05-02
extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import.
Damien George
2018-04-23
extmod/modlwip: Check if getaddrinfo() constraints are supported or not.
Damien George
2018-04-10
extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain.
armink
2018-04-10
py/stream: Switch stream close operation from method to ioctl.
Damien George
[next]