summaryrefslogtreecommitdiff
path: root/stmhal/moduos.c
AgeCommit message (Expand)Author
2017-05-10ports: Add ilistdir in uos module.Damien George
2017-05-06stmhal: Convert all module and method tables to use MP_ROM macros.Damien George
2017-03-31all: Use full path name when including mp-readline/timeutils/netutils.Damien George
2017-01-29stmhal/moduos: Remove duplicated chdir.Damien George
2017-01-27stmhal: Convert to use VFS sub-system and new ooFatFs component.Damien George
2017-01-27extmod: Rename vfs_fat_file.h to vfs_fat.h.Damien George
2016-12-02stmhal/moduos: Implement POSIX behaviour of rename, allow to overwrite.Damien George
2016-10-07stmhal: Use mp_raise_OSError helper function.Damien George
2016-10-05stmhal/moduos: Implement total-number-of-blocks field in statvfs.Damien George
2016-09-22all: Remove 'name' member from mp_obj_module_t struct.Damien George
2016-05-29stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1().Paul Sokolovsky
2016-02-28extmod/vfs_fat: Move listdir() method from stmhal for reuse.Paul Sokolovsky
2016-02-15extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-02-10stmhal: Add mount/umount/mkfs to os module.Damien George
2016-01-19stmhal: Add os.statvfsDave Hylands
2015-11-25extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky
2015-10-19stmhal: Implement os.dupterm (was pyb.repl_uart).Damien George
2015-07-27stmhal: Put fs_user_mount pointer in root ptr section of global state.Damien George
2015-05-13lib: Move time utility functions to common library.Josef Gajdusek
2015-05-12stmhal: Add os.rename function.Steve Zatz
2015-04-28py: Replace py-version.sh with makeversionhdr.py, written in Python.Damien George
2015-04-21stmhal: Implement os.uname() to get details of OS and hardware.Damien George
2015-03-04stmhal: Make os.sync use disk_ioctl exclusively; reuse os.sync in pyb.Damien George
2015-03-04stmhal: Include fatfs headers using lib/fatfs prefix.Damien George
2015-01-21py: Remove mp_obj_str_builder and use vstr instead.Damien George
2015-01-01stmhal: Prefix includes with py/; remove need for -I../py.Damien George
2014-12-27stmhal: Add ability to mount custom block device.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-10-12stmhal: Rename module files to keep consistency with module name.Damien George