860 Commits (49dd9ba1a5e50c400a3cfd604dd884bf9fea628c)

Author SHA1 Message Date
Radomir Dopieralski 219245e10f extmod/machine_i2c: Add support for the addrsize parameter in mem xfers. 8 years ago
Alex March dcf14c1b18 extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal. 8 years ago
Paul Sokolovsky 67d52d8cb9 extmod/uzlib/: Update uzlib to v2.0.3. 8 years ago
Paul Sokolovsky 7b901d6fb7 extmod/moduzlib: DecompIO: Add support for gzip-formatted streams. 8 years ago
Paul Sokolovsky d8a4d9d67c extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream. 8 years ago
Paul Sokolovsky 46ab042230 extmod/modussl_mbedtls: Add server_hostname param for wrap_socket(). 8 years ago
Radomir Dopieralski ec078af985 extmod/machine_i2c: Add clock stretching support. 8 years ago
Paul Sokolovsky 080e4d44f3 extmod/modussl_mbedtls: Use 2-component include paths. 8 years ago
Paul Sokolovsky 5f0ecb72c2 extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket(). 8 years ago
Pavol Rusnak 7f5a541b84 extmod/modubinascii: Fix crc32() function on 32-bit platforms. 8 years ago
Stefan Agner b84e1231c9 extmod/uctypes: Allow full 32-bit address range. 8 years ago
Paul Sokolovsky 9ea2882317 extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Radomir Dopieralski 778729c597 extmod/framebuf: Add the xstep!=0 case to scroll() method. 8 years ago
Paul Sokolovsky 1bc5cb4312 extmod/moduzlib: Support wbits arg to DecompIO. 8 years ago
Damien George 47899a1ab8 extmod/modframebuf: Include font from stmhal directory explicitly. 8 years ago
Paul Sokolovsky f7c4611523 extmod/moduzlib: Use mperrno.h for error constants. 8 years ago
Paul Sokolovsky a6864a13c7 extmod/moduzlib: Implement zlib stream decompressor class, DecompIO. 8 years ago
Radomir Dopieralski 41ec22632d extmod/modframebuf: Fix fill and scroll when height not divisible by 8. 8 years ago
Damien George 0823c1baf8 extmod: Add machine_spi with generic SPI C-protocol and helper methods. 8 years ago
Damien George 531217a06b extmod/modframebuf: Fix pixel accessor to return a 1-bit result. 8 years ago
Radomir Dopieralski d29ca28288 esp8266/modous: Add os.umount method to unmount a filesystem. 8 years ago
Paul Sokolovsky c428367543 extmod/modubinascii: Make crc32() support configurable. 8 years ago
Pavol Rusnak 39799f7564
extmod/modubinascii: implement binascii.crc32 8 years ago
Krzysztof Blazewicz 5a5449d4eb extmod/modbtree: do CHECK_ERROR after __bt_seq() 8 years ago
Paul Sokolovsky 49dd532180 extmod/uzlib/: Update uzlib to v2.0.2. 8 years ago
Paul Sokolovsky 244332df9f extmod/uzlib/: Update uzlib to v2.0.1. 8 years ago
Paul Sokolovsky ed4ce196ed extmod/moduzlib: Refactor to new stream-compatible uzlib 2.0 API. 8 years ago
Paul Sokolovsky ff1c2b03a9 extmod/uzlib/: Update uzlib to v2.0. 8 years ago
Paul Sokolovsky d2cc7c720b extmod/modwebrepl: set_password(): Raise exception for too long password. 8 years ago
Paul Sokolovsky e15fb33e10 extmod/modwebrepl: Add GET_VER operation to query MicroPython version. 8 years ago
Paul Sokolovsky cbef0dba2e extmod/modwebsocket: Use mp_rom_map_elem_t and friends. 8 years ago
Paul Sokolovsky e0d49b7e1b extmod/modwebsocket: Make compatible with non-default object models. 8 years ago
Paul Sokolovsky a931c4eeec extmod/modwebsocket: Add readline method. 8 years ago
Paul Sokolovsky d79342d33e extmod/modbtree: open(): Add option kwargs. 8 years ago
Paul Sokolovsky ed500e4987 extmod/modwebrepl: Make GET_FILE operation non-blocking. 8 years ago
Paul Sokolovsky c16612ee87 extmod/modwebrepl: Factor out "GET" iteration to write_file_chunk(). 8 years ago
Paul Sokolovsky 3eb532e974 extmod/modbtree: Implement __contains__ operation. 8 years ago
Paul Sokolovsky 99061d1dcb extmod/modbtree: Switch to accepting stream object instead of filename. 8 years ago
Paul Sokolovsky 4f1b0292db py/stream: Add adapter methods with POSIX-compatible signatures. 8 years ago
Paul Sokolovsky 25df419c67 extmod/modbtree: Check __bt_open() return value for error. 8 years ago
Paul Sokolovsky 2dd21d9a68 extmod/modwebrepl: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky a53e0e59f3 extmod/modussl_axtls: Use mp_stream_close() method. 8 years ago
Paul Sokolovsky 0a6f599cf2 extmod/vfs_fat: Implement rmdir() method. 8 years ago
Paul Sokolovsky 780114e398 extmod/modussl_axtls: Add dummy setblocking() method. 8 years ago
Paul Sokolovsky 20283aec10 extmod/modussl_axtls: Further changes to allow alternative SSL modules. 8 years ago
Paul Sokolovsky e32d1e17bb extmod/modussl: Rename to modussl_axtls.c, to allow impl using other SSL libs. 8 years ago
Paul Sokolovsky a4c8a1ffe8 extmod/moduos_dupterm: Reuse dupterm_arr_obj for write operations. 8 years ago
Paul Sokolovsky 426112ce88 extmod/moduos_dupterm: Reserve buffer bytearray object for dupterm. 8 years ago
Paul Sokolovsky 417dc0c05d extmod/modbtree: Fixes for nanbox build. 8 years ago