aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/moduos_vfs.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-02-04unix/modos: Implement putenv and unsetenv to complement getenv.David Lechner
2019-10-30extmod/vfs_lfs: Allow compiling in VfsLfs1 and VfsLfs2 separately.Damien George
2019-10-29unix: Enable uos.VfsLfs1, uos.VfsLfs2 on coverage build.Damien George
2018-06-06unix/moduos_vfs: Add missing uos functions from traditional uos module.Damien George
2018-06-06unix: Support MICROPY_VFS_POSIX and enable it in coverage build.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George