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
2016-11-03
extmod/utime_mphal: ticks_diff/ticks_add: Don't hardcode 32-bit types.
Paul Sokolovsky
2016-11-02
extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions.
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Fix implementation of new semantics of ticks_diff().
Paul Sokolovsky
2016-10-30
extmod/utime_mphal: Allow ticks functions period be configurable by a port.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Implement ticks_add(), add to all maintained ports.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: Add MP_THREAD_GIL_EXIT/ENTER warppers for sleep functions.
Paul Sokolovsky
2016-10-29
extmod/utime_mphal: ticks_diff(): switch arg order, return signed value.
Paul Sokolovsky
2016-10-26
extmod/moduos_dupterm: Renamed to uos_dupterm.
Paul Sokolovsky
2016-10-24
extmod/vfs_fat_file: Make file.close() a no-op if file already closed.
Damien George
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-19
extmod/vfs_fat_file: Check fatfs f_sync() and f_close() returns for errors.
Alex March
2016-10-15
extmod/modussl_mbedtls: Add dummy setblocking() method.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: sleep_us/ms(): Don't wait on negative argument.
Paul Sokolovsky
2016-10-14
extmod/utime_mphal: Factor out implementations in terms of mp_hal_* for reuse.
Paul Sokolovsky
2016-10-13
extmod/modujson: Fix nanbox build.
Damien George
2016-10-13
extmod/modujson: Implement ujson.load() to load JSON from a stream.
Damien George
2016-10-11
extmod/vfs_fat: Add file and directory checks for remove and rmdir.
Alex March
2016-10-11
extmod/machine_i2c: Use writes not reads in i2c.scan().
Radomir Dopieralski
2016-10-11
extmod/uzlib: Update to upstream v2.1.
Paul Sokolovsky
2016-10-07
extmod/vfs_fat_file: Use MP_Exxx errno constants.
Damien George
2016-10-07
extmod: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/modlwip: Use mp_raise_OSError helper function.
Damien George
2016-10-07
extmod/vfs_fat: Use mp_raise_OSError helper function.
Damien George
2016-10-04
extmod/machine_spi: Add optional support for fast software SPI.
Damien George
2016-10-04
extmod/machine_spi: Use delay_half, not baudrate, for internal timing.
Damien George
2016-10-03
extmod/machine_spi: Factor out software SPI code from esp8266 to extmod.
Damien George
2016-10-03
extmod/machine_spi: Simplify SPI xfer function to only take one buf len.
Damien George
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
[next]