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
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
moduos.c
Age
Commit message (
Expand
)
Author
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-05-10
ports: Add ilistdir in uos module.
Damien George
2017-02-13
esp8266/moduos: Populate release field of uname in case it was GC'd.
Damien George
2017-01-27
esp8266: Change to use new generic VFS sub-system.
Damien George
2017-01-27
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2016-10-07
esp8266: Use mp_raise_OSError helper function.
Damien George
2016-10-03
esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard.
Damien George
2016-09-27
esp8266: Add uos.statvfs() to get filesystem status.
Alex March
2016-09-22
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-08-26
esp8266/modous: Add os.umount method to unmount a filesystem.
Radomir Dopieralski
2016-07-16
esp8266/moduos: Add rmdir() function.
Paul Sokolovsky
2016-05-31
esp8266/moduos.c: Add stat() to the module uos of esp8266.
Robert HH
2016-05-29
esp8266/moduos: Add chdir() and getcwd() functions.
Paul Sokolovsky
2016-05-16
esp8266/moduos.c: Addition of the rename method to module uos.
Robert HH
2016-05-10
esp8266: Convert to use new MP_Exxx errno symbols.
Damien George
2016-04-17
esp8266/moduos: Add dupterm_notify() function.
Paul Sokolovsky
2016-04-14
esp8266/moduos: Add uos.mkdir function.
Damien George
2016-04-10
esp8266/main: mp_builtin_open(): Implement, using vfs_proxy_call().
Paul Sokolovsky
2016-03-29
esp8266: Enable uos.dupterm() method.
Paul Sokolovsky
2016-03-29
esp8266: Implement os.urandom function.
Damien George
2016-03-28
esp8266: Allow to build without FatFs support again.
Paul Sokolovsky
2016-03-28
esp8266/moduos: Add os.remove(), proxying to VFS object.
Paul Sokolovsky
2016-03-28
esp8266/moduos: Factor out VFS method proxy helper.
Paul Sokolovsky
2016-03-28
esp8266/moduos: Add listdir() proxy for MP_STATE_PORT(fs_user_mount)[0].
Paul Sokolovsky
2016-03-28
esp8266/moduos: Use mp_rom_map_elem_t for static const dictionary.
Damien George
2016-03-27
esp8266: Enable FatFs support.
Paul Sokolovsky
2015-05-26
esp8266: Add uos module
Josef Gajdusek