micropython/extmod
Paul Sokolovsky 10bde6933e extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions. 2016-11-02 02:50:48 +03:00
..
crypto-algorithms
lwip-include
re1.5
uzlib extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
fsusermount.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
fsusermount.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
machine_i2c.c extmod/machine_i2c: Use writes not reads in i2c.scan(). 2016-10-11 15:30:46 +11:00
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
machine_pulse.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
machine_spi.c extmod/machine_spi: Add optional support for fast software SPI. 2016-10-04 13:46:40 +11:00
machine_spi.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
misc.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
modbtree.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modframebuf.c
modlwip.c extmod/modlwip: Use mp_raise_OSError helper function. 2016-10-07 13:47:57 +11:00
modubinascii.c extmod/modubinascii: Fix crc32() function on 32-bit platforms. 2016-09-21 21:40:18 +03:00
modubinascii.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
moductypes.c extmod/uctypes: Allow full 32-bit address range. 2016-09-21 21:37:08 +03:00
moduhashlib.c
moduheapq.c
modujson.c extmod/modujson: Fix nanbox build. 2016-10-13 12:09:18 +11:00
modurandom.c
modure.c
modussl_axtls.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modussl_mbedtls.c extmod/modussl_mbedtls: Add dummy setblocking() method. 2016-10-15 23:46:13 +03:00
moduzlib.c extmod: Use mp_raise_OSError helper function. 2016-10-07 13:52:14 +11:00
modwebrepl.c
modwebsocket.c
modwebsocket.h
uos_dupterm.c extmod/moduos_dupterm: Renamed to uos_dupterm. 2016-10-26 02:08:37 +03:00
utime_mphal.c extmod/utime_mphal: ticks_diff(): Optimize to avoid if conditions. 2016-11-02 02:50:48 +03:00
utime_mphal.h extmod/utime_mphal: Implement ticks_add(), add to all maintained ports. 2016-10-29 17:30:05 +03:00
vfs_fat.c extmod/vfs_fat: Add file and directory checks for remove and rmdir. 2016-10-11 16:03:52 +11:00
vfs_fat_diskio.c
vfs_fat_ffconf.c
vfs_fat_file.c extmod/vfs_fat_file: Make file.close() a no-op if file already closed. 2016-10-24 12:59:20 +11:00
vfs_fat_file.h py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 2016-10-21 16:26:01 +11:00
vfs_fat_lexer.c
vfs_fat_misc.c extmod/vfs_fat: Use mp_raise_OSError helper function. 2016-10-07 13:44:55 +11:00
virtpin.c
virtpin.h