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
2016-09-28
extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.
Radomir Dopieralski
2016-09-27
extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.
Alex March
2016-09-24
extmod/uzlib/: Update uzlib to v2.0.3.
Paul Sokolovsky
2016-09-24
extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.
Paul Sokolovsky
2016-09-24
extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.
Paul Sokolovsky
2016-09-23
extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().
Paul Sokolovsky
2016-09-22
extmod/machine_i2c: Add clock stretching support.
Radomir Dopieralski
2016-09-22
extmod/modussl_mbedtls: Use 2-component include paths.
Paul Sokolovsky
2016-09-22
extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().
Paul Sokolovsky
2016-09-21
extmod/modubinascii: Fix crc32() function on 32-bit platforms.
Pavol Rusnak
2016-09-21
extmod/uctypes: Allow full 32-bit address range.
Stefan Agner
2016-09-21
extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.
Paul Sokolovsky
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-05
extmod/framebuf: Add the xstep!=0 case to scroll() method.
Radomir Dopieralski
2016-09-04
extmod/moduzlib: Support wbits arg to DecompIO.
Paul Sokolovsky
2016-09-04
extmod/modframebuf: Include font from stmhal directory explicitly.
Damien George
2016-09-03
extmod/moduzlib: Use mperrno.h for error constants.
Paul Sokolovsky
2016-09-03
extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.
Paul Sokolovsky
2016-09-02
extmod/modframebuf: Fix fill and scroll when height not divisible by 8.
Radomir Dopieralski
2016-09-01
extmod: Add machine_spi with generic SPI C-protocol and helper methods.
Damien George
2016-08-27
extmod/modframebuf: Fix pixel accessor to return a 1-bit result.
Damien George
2016-08-26
esp8266/modous: Add os.umount method to unmount a filesystem.
Radomir Dopieralski
2016-08-24
extmod/modubinascii: Make crc32() support configurable.
Paul Sokolovsky
2016-08-24
extmod/modubinascii: implement binascii.crc32
Pavol Rusnak
2016-08-24
extmod/modbtree: do CHECK_ERROR after __bt_seq()
Krzysztof Blazewicz
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.2.
Paul Sokolovsky
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.1.
Paul Sokolovsky
2016-08-17
extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API.
Paul Sokolovsky
2016-08-17
extmod/uzlib/: Update uzlib to v2.0.
Paul Sokolovsky
2016-08-16
extmod/modwebrepl: set_password(): Raise exception for too long password.
Paul Sokolovsky
2016-08-07
extmod/modwebrepl: Add GET_VER operation to query MicroPython version.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Use mp_rom_map_elem_t and friends.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Make compatible with non-default object models.
Paul Sokolovsky
2016-08-06
extmod/modwebsocket: Add readline method.
Paul Sokolovsky
2016-08-06
extmod/modbtree: open(): Add option kwargs.
Paul Sokolovsky
2016-08-05
extmod/modwebrepl: Make GET_FILE operation non-blocking.
Paul Sokolovsky
2016-08-05
extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk().
Paul Sokolovsky
2016-08-02
extmod/modbtree: Implement __contains__ operation.
Paul Sokolovsky
2016-07-31
extmod/modbtree: Switch to accepting stream object instead of filename.
Paul Sokolovsky
2016-07-30
py/stream: Add adapter methods with POSIX-compatible signatures.
Paul Sokolovsky
2016-07-24
extmod/modbtree: Check __bt_open() return value for error.
Paul Sokolovsky
2016-07-23
extmod/modwebrepl: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-23
extmod/modussl_axtls: Use mp_stream_close() method.
Paul Sokolovsky
2016-07-16
extmod/vfs_fat: Implement rmdir() method.
Paul Sokolovsky
2016-07-15
extmod/modussl_axtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-07-13
extmod/modussl_axtls: Further changes to allow alternative SSL modules.
Paul Sokolovsky
2016-07-13
extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs.
Paul Sokolovsky
2016-07-07
extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations.
Paul Sokolovsky
2016-07-04
extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm.
Paul Sokolovsky
2016-07-02
extmod/modbtree: Fixes for nanbox build.
Paul Sokolovsky
[next]