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
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
2018-03-12
extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple.
Tom Collins
2018-03-10
drivers/bus: Pull out software SPI implementation to dedicated driver.
Damien George
2018-03-02
extmod/machine_spi: Make SPI protocol structure public.
Damien George
2018-02-28
extmod/vfs_fat_diskio: Use a C-stack-allocated bytearray for block buf.
Damien George
2018-02-23
extmod/vfs_fat: Remove declaration of mp_builtin_open_obj.
Damien George
2018-02-23
extmod/vfs_fat: Make fat_vfs_open_obj wrapper public, not its function.
Damien George
2018-02-23
extmod/vfs_fat: Merge remaining vfs_fat_misc.c code into vfs_fat.c.
Damien George
2018-02-23
extmod/vfs_fat: Move ilistdir implementation from misc to main file.
Damien George
2018-02-15
extmod/modujson: Implement ujson.dump() function.
Damien George
2018-01-31
extmod/vfs_fat_file: Implement SEEK_CUR for non-zero offset.
Ayke van Laethem
2017-12-14
extmod/modframebuf: Add 8-bit greyscale format (GS8).
Damien George
2017-12-14
extmod/modframebuf: Add 2-bit color format (GS2_HMSB).
Petr Viktorin
2017-12-13
extmod/modure: Add cast to workaround bug in MSVC.
Damien George
2017-12-13
extmod/modussl_mbedtls: Clean up mbedtls state when error during setup.
Damien George
2017-12-11
extmod/modure: Convert alloca() to use new scoped allocation API.
Damien George
2017-12-11
extmod/machine_signal: Change VLA to use new scoped allocation API.
Damien George
2017-11-24
extmod/modlwip: Commit TCP out data to lower layers if buffer gets full.
Damien George
2017-11-24
extmod/modussl_axtls: Implement key and cert kw args to wrap_socket.
Damien George
2017-11-24
py/runtime: Add MP_BINARY_OP_CONTAINS as reverse of MP_BINARY_OP_IN.
Damien George
2017-11-20
extmod/vfs_fat: Mount FatFS on creation so VFS methods can be used.
Damien George
2017-11-16
py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.
Damien George
2017-11-16
extmod/vfs: Use existing qstr for forward-slash string object.
Damien George
2017-11-12
extmod/moduhashlib: Enable SHA1 hashing when using "mbedtls" library.
Christopher Cooper
2017-11-02
extmod/modussl_axtls: Typo fix in comment.
Paul Sokolovsky
2017-11-02
extmod/modussl_axtls: socket_read: Handle EAGAIN.
Paul Sokolovsky
2017-10-30
extmod/modussl_mbedtls: Allow to compile with unix coverage build.
Damien George
2017-10-30
extmod/modussl: Add finaliser support for ussl objects.
Eric Poulsen
2017-10-27
extmod/vfs: Replace VLA in proxy func with small, static sized array.
Damien George
2017-10-24
all: Use NULL instead of "" when calling mp_raise exception helpers.
Damien George
2017-10-19
extmod/uos_dupterm: Swallow any errors from dupterm closing the stream.
Damien George
2017-10-13
extmod/uos_dupterm: Update uos.dupterm() and helper funcs to have index.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-10-03
extmod/modure: Add stack overflow checking when executing a regex.
Paul Sokolovsky
2017-10-02
extmod/re1.5: Upgrade to v0.8.2, adds hook for stack overflow checking.
Paul Sokolovsky
2017-09-24
extmod/re1.5: Update to 0.8.1.
Paul Sokolovsky
2017-09-12
extmod/machine_pinbase: Put PinBase singleton in ROM.
Damien George
2017-09-06
extmod/modussl_mbedtls: Allow to compile with MBEDTLS_DEBUG_C disabled.
Damien George
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
[prev]
[next]