summaryrefslogtreecommitdiff
path: root/extmod/modos.c
AgeCommit message (Expand)Author
2024-12-20extmod/vfs: Guard mutating fs functions with MICROPY_VFS_WRITABLE.Damien George
2024-07-20extmod/modos: Include os.sep entry if MICROPY_VFS is enabled.Damien George
2024-05-27extmod/modos: Only sync FAT filesystems using disk_ioctl.Damien George
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2024-02-07extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.Damien George
2023-12-18extmod/modos: Factor os.dupterm_notify() function to common extmod code.Damien George
2023-11-30nrf: Convert os module to use extmod version.Damien George
2023-06-08all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins.Jim Mussared
2023-06-08all: Rename *umodule*.c to remove the "u" prefix.Jim Mussared