micropython/extmod
Damien George 7ecfbb8267 extmod/vfs: Allow "buffering" and "encoding" args to VFS's open().
These args are currently ignored but are parsed to make it easier to
write portable scripts between CPython and MicroPython.
2017-06-07 15:29:53 +10:00
..
crypto-algorithms extmod/crypto-algorithms/sha256: Remove non-standard memory.h header. 2017-04-27 15:01:01 +03:00
lwip-include
re1.5
uzlib
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c
machine_spi.h
misc.h
modbtree.c
modframebuf.c
modlwip.c extmod/modlwip: accept: Fix error code for non-blocking mode. 2017-06-04 13:45:37 +03:00
modubinascii.c
modubinascii.h
moductypes.c extmod/moductypes: Fix bigint handling for 32-bit ports. 2017-04-21 16:43:21 +03:00
moduhashlib.c
moduheapq.c
modujson.c
modurandom.c
modure.c
moduselect.c extmod/moduselect: Implement ipoll() method for alloc-free polling. 2017-04-29 13:05:44 +03:00
modussl_axtls.c
modussl_mbedtls.c
modutimeq.c
moduzlib.c
modwebrepl.c
modwebsocket.c various: Spelling fixes 2017-05-29 11:36:05 +03:00
modwebsocket.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c extmod/vfs: Allow "buffering" and "encoding" args to VFS's open(). 2017-06-07 15:29:53 +10:00
vfs.h extmod/vfs: Implement mp_vfs_ilistdir(). 2017-05-10 11:39:28 +10:00
vfs_fat.c extmod/vfs: Use MP_S_IFDIR, MP_S_IFREG consts instead of magic numbers. 2017-05-10 12:30:34 +10:00
vfs_fat.h extmod/vfs_fat: Replace listdir() with implementation of ilistdir(). 2017-05-10 11:39:28 +10:00
vfs_fat_diskio.c
vfs_fat_file.c
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