summaryrefslogtreecommitdiff
path: root/extmod
AgeCommit message (Expand)Author
2016-11-03extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.Paul Sokolovsky
2016-11-02extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.Paul Sokolovsky
2016-10-30extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().Paul Sokolovsky
2016-10-30extmod/utime_mphal: Allow ticks functions period be configurable by a port.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.Paul Sokolovsky
2016-10-29extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.Paul Sokolovsky
2016-10-29extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.Paul Sokolovsky
2016-10-26extmod/moduos_dupterm: Renamed to uos_dupterm.Paul Sokolovsky
2016-10-24extmod/vfs_fat_file: Make file.close() a no-op if file already closed.Damien George
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-10-19extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.Alex March
2016-10-15extmod/modussl_mbedtls: Add dummy setblocking() method.Paul Sokolovsky
2016-10-14extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.Paul Sokolovsky
2016-10-14extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.Paul Sokolovsky
2016-10-13extmod/modujson: Fix nanbox build.Damien George
2016-10-13extmod/modujson: Implement ujson.load() to load JSON from a stream.Damien George
2016-10-11extmod/vfs_fat: Add file and directory checks for remove and rmdir.Alex March
2016-10-11extmod/machine_i2c: Use writes not reads in i2c.scan().Radomir Dopieralski
2016-10-11extmod/uzlib: Update to upstream v2.1.Paul Sokolovsky
2016-10-07extmod/vfs_fat_file: Use MP_Exxx errno constants.Damien George
2016-10-07extmod: Use mp_raise_OSError helper function.Damien George
2016-10-07extmod/modlwip: Use mp_raise_OSError helper function.Damien George
2016-10-07extmod/vfs_fat: Use mp_raise_OSError helper function.Damien George
2016-10-04extmod/machine_spi: Add optional support for fast software SPI.Damien George
2016-10-04extmod/machine_spi: Use delay_half, not baudrate, for internal timing.Damien George
2016-10-03extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.Damien George
2016-10-03extmod/machine_spi: Simplify SPI xfer function to only take one buf len.Damien George
2016-09-28extmod/machine_i2c: Add support for the addrsize parameter in mem xfers.Radomir Dopieralski
2016-09-27extmod/vfs_fat: Add fat_vfs_statvfs(), reused from stmhal.Alex March
2016-09-24extmod/uzlib/: Update uzlib to v2.0.3.Paul Sokolovsky
2016-09-24extmod/moduzlib: DecompIO: Add support for gzip-formatted streams.Paul Sokolovsky
2016-09-24extmod/uzlib: Add tinfgzip.c (gzip header parsing) from upstream.Paul Sokolovsky
2016-09-23extmod/modussl_mbedtls: Add server_hostname param for wrap_socket().Paul Sokolovsky
2016-09-22extmod/machine_i2c: Add clock stretching support.Radomir Dopieralski
2016-09-22extmod/modussl_mbedtls: Use 2-component include paths.Paul Sokolovsky
2016-09-22extmod/modussl_mbedtls: Implement key= and cert= args to wrap_socket().Paul Sokolovsky
2016-09-21extmod/modubinascii: Fix crc32() function on 32-bit platforms.Pavol Rusnak
2016-09-21extmod/uctypes: Allow full 32-bit address range.Stefan Agner
2016-09-21extmod/modussl_mbedtls: Initial implementation of mbedTLS ussl module.Paul Sokolovsky
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-09-05extmod/framebuf: Add the xstep!=0 case to scroll() method.Radomir Dopieralski
2016-09-04extmod/moduzlib: Support wbits arg to DecompIO.Paul Sokolovsky
2016-09-04extmod/modframebuf: Include font from stmhal directory explicitly.Damien George
2016-09-03extmod/moduzlib: Use mperrno.h for error constants.Paul Sokolovsky
2016-09-03extmod/moduzlib: Implement zlib stream decompressor class, DecompIO.Paul Sokolovsky
2016-09-02extmod/modframebuf: Fix fill and scroll when height not divisible by 8.Radomir Dopieralski
2016-09-01extmod: Add machine_spi with generic SPI C-protocol and helper methods.Damien George
2016-08-27extmod/modframebuf: Fix pixel accessor to return a 1-bit result.Damien George
2016-08-26esp8266/modous: Add os.umount method to unmount a filesystem.Radomir Dopieralski
2016-08-24extmod/modubinascii: Make crc32() support configurable.Paul Sokolovsky