aboutsummaryrefslogtreecommitdiff
path: root/stmhal/moduos.c
AgeCommit message (Expand)Author
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