8 Commits (d1bf0eeb0fb0c485da076075a15ffdfd5fb68303)

Author SHA1 Message Date
Damien George 8159dcc276 extmod/modos: Include os.sep entry if MICROPY_VFS is enabled. 4 months ago
Damien George c0a25a69eb extmod/modos: Only sync FAT filesystems using disk_ioctl. 5 months ago
Angus Gratton decf8e6a8b all: Remove the "STATIC" macro and just use "static" instead. 8 months ago
Damien George e7020463f1 extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes. 1 year ago
Damien George 395886caa3 extmod/modos: Factor os.dupterm_notify() function to common extmod code. 11 months ago
Damien George 22d9116c8c nrf: Convert os module to use extmod version. 11 months ago
Jim Mussared 2eba98f1e0 all: Use MP_REGISTER_EXTENSIBLE_MODULE for overrideable built-ins. 1 year ago
Jim Mussared 45ac651d1a all: Rename *umodule*.c to remove the "u" prefix. 2 years ago
Jim Mussared f5f9edf645 all: Rename UMODULE to MODULE in preprocessor/Makefile vars. 2 years ago
Jim Mussared 1bf2dcb15e all: Rename mp_umodule*, mp_module_umodule* to remove the "u" prefix. 2 years ago
Jim Mussared 30628d1bb7 all: Rename MP_QSTR_umodule to MP_QSTR_module everywhere. 2 years ago
robert-hh 5a991b4290 extmod/moduos: Move os.sync() into extmod/moduos.c. 1 year ago
Damien George efe23aca71 all: Remove third argument to MP_REGISTER_MODULE. 2 years ago
Jim Mussared 4eab44a1ec extmod: Make extmod modules use MP_REGISTER_MODULE. 3 years ago
Damien George 2b409ef8a4 unix/moduos: Convert module to use extmod version. 3 years ago
Damien George ade2720e55 esp8266/moduos: Convert module to use extmod version. 3 years ago
Damien George 11b77263ef stm32/moduos: Convert module to use extmod version. 3 years ago
Damien George 818be10bb5 zephyr/moduos: Convert module to use extmod version. 3 years ago
Damien George 1c53d85162 esp32/moduos: Convert module to use extmod version. 3 years ago
Damien George 926b554daf extmod/moduos: Create general uos module to be used by all ports. 3 years ago
iabdalkader 5db278f1dd rp2/mphalport: Add optional dupterm support. 3 years ago
robert-hh 6f06dcaee5 rp2/moduos: Implement uos.urandom(). 4 years ago
Damien George 469345e728 rp2: Add new port to Raspberry Pi RP2 microcontroller. 4 years ago
Damien George 69661f3343 all: Reformat C and Python source code with tools/codeformat.py. 5 years ago
Damien George 4be316fb07 esp32/moduos: Enable uos.VfsLfs2 for littlefs filesystems. 5 years ago
Damien George 98b05e3614 esp32: Add support for and enable uos.dupterm(). 7 years ago
Damien George bc08c884a2 esp32: Add new port to Espressif ESP32 SoC. 8 years ago
Damien George 4601759bf5 py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str. 7 years ago
Damien George 01dd7804b8 ports: Make new ports/ sub-directory and move all ports there. 7 years ago
Alexander Steffen 55f33240f3 all: Use the name MicroPython consistently in comments 7 years ago
Damien George f1609bc843 ports: Add ilistdir in uos module. 8 years ago
Damien George 39100dc377 esp8266/moduos: Populate release field of uname in case it was GC'd. 8 years ago
Damien George f9ecd484bb esp8266: Change to use new generic VFS sub-system. 8 years ago
Damien George 32a1138b9f extmod: Rename vfs_fat_file.h to vfs_fat.h. 8 years ago
Damien George 23a568240d esp8266: Use mp_raise_OSError helper function. 8 years ago
Damien George bd87375202 esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard. 8 years ago
Alex March 4fb72fe624 esp8266: Add uos.statvfs() to get filesystem status. 8 years ago
Damien George 93c4a6a3f7 all: Remove 'name' member from mp_obj_module_t struct. 8 years ago
Radomir Dopieralski d29ca28288 esp8266/modous: Add os.umount method to unmount a filesystem. 8 years ago
Paul Sokolovsky bcd0e9a7fa esp8266/moduos: Add rmdir() function. 8 years ago
Robert HH 4f3fbf09cc esp8266/moduos.c: Add stat() to the module uos of esp8266. 9 years ago
Paul Sokolovsky 12401f337e esp8266/moduos: Add chdir() and getcwd() functions. 9 years ago
Robert HH a676a41cb7 esp8266/moduos.c: Addition of the rename method to module uos. 9 years ago
Damien George 4f2ba9fbdc esp8266: Convert to use new MP_Exxx errno symbols. 9 years ago
Paul Sokolovsky dde9abad16 esp8266/moduos: Add dupterm_notify() function. 9 years ago
Damien George 091dcaea2f esp8266/moduos: Add uos.mkdir function. 9 years ago
Paul Sokolovsky c734de490a esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call(). 9 years ago
Paul Sokolovsky 8fc5e56a6a esp8266: Enable uos.dupterm() method. 9 years ago
Damien George 6ca17c1922 esp8266: Implement os.urandom function. 9 years ago
Paul Sokolovsky b4070ee8a4 esp8266: Allow to build without FatFs support again. 9 years ago