micropython/unix
Robert HH ee009d713a extmod/vfs_fat.c: Add vfs.stat().
The call to stat() returns a 10 element tuple consistent to the os.stat()
call. At the moment, the only relevant information returned are file
type and file size.
2016-05-31 13:03:12 +03:00
..
.gitignore
Makefile extmod/vfs_fat.c: Add vfs.stat(). 2016-05-31 13:03:12 +03:00
alloc.c
coverage.c
fatfs_port.c
file.c
gccollect.c
input.c
input.h
main.c
modffi.c
modjni.c
modmachine.c
modos.c
modsocket.c
modtermios.c
modtime.c
moduselect.c
mpconfigport.h py/objstr: Implement str.center(). 2016-05-22 00:13:44 +03:00
mpconfigport.mk unix/mpconfigport.mk: Document MICROPY_STANDALONE make-level option. 2016-05-28 20:38:14 +03:00
mpconfigport_coverage.h
mpconfigport_fast.h
mpconfigport_freedos.h
mpconfigport_minimal.h
mpconfigport_nanbox.h
mphalport.h
qstrdefsport.h
unix_mphal.c unix/unix_mphal: Implement mp_hal_ticks_us(). 2016-05-21 02:16:35 +03:00