micropython/extmod
Damien George 1c6b442d32 extmod/modubinascii: Don't post-increment variable that won't be used. 2017-08-21 22:05:39 +10:00
..
crypto-algorithms
lwip-include all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
re1.5 extmod/re1.5: Workaround issue with mingw32-gcc 4.2.1. 2015-11-01 02:39:01 +03:00
uzlib extmod/uzlib: Update to upstream v2.1. 2016-10-11 07:13:23 +03:00
machine_i2c.c
machine_i2c.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_mem.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
machine_mem.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
machine_pinbase.c
machine_pinbase.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_pulse.c
machine_pulse.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_signal.c extmod/machine_signal: Fix parsing of invert arg when Pin is first arg. 2017-07-26 12:51:46 +10:00
machine_signal.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
machine_spi.c
machine_spi.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
misc.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
modbtree.c all: Don't include system errno.h when it's not needed. 2017-07-24 18:43:14 +10:00
modframebuf.c extmod: Use MP_ROM_INT for int values in an mp_rom_map_elem_t. 2017-07-31 13:00:34 +10:00
modlwip.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modonewire.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 2017-07-29 18:24:16 +03:00
modubinascii.c extmod/modubinascii: Don't post-increment variable that won't be used. 2017-08-21 22:05:39 +10:00
modubinascii.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
moductypes.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
moduhashlib.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
moduheapq.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modujson.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modurandom.c
modure.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
moduselect.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
modussl_axtls.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modussl_mbedtls.c extmod/modussl_mbedtls.c: Add ussl.getpeercert() method. 2017-08-16 15:01:00 +10:00
modutimeq.c
moduzlib.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
modwebrepl.c extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t. 2017-07-29 18:24:16 +03:00
modwebsocket.c all: Don't include system errno.h when it's not needed. 2017-07-24 18:43:14 +10:00
modwebsocket.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
uos_dupterm.c all: Don't include system errno.h when it's not needed. 2017-07-24 18:43:14 +10:00
utime_mphal.c py,extmod: Some casts and minor refactors to quiet compiler warnings. 2017-07-07 11:32:22 +10:00
utime_mphal.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
vfs.c extmod/vfs: Allow "buffering" and "encoding" args to VFS's open(). 2017-06-07 15:29:53 +10:00
vfs.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00
vfs_fat.c extmod,unix: For uos.stat interpret st_size member as an unsigned int. 2017-08-21 20:47:22 +10:00
vfs_fat.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
vfs_fat_diskio.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
vfs_fat_file.c all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00
vfs_fat_misc.c extmod/vfs_fat_misc: Remove dot-dirs filter since FatFS already does it. 2017-05-13 18:58:46 +10:00
vfs_reader.c
virtpin.c
virtpin.h all: Unify header guard usage. 2017-07-18 11:57:39 +10:00