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