index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
unix
/
modos.c
Commit message (
Expand
)
Author
Age
*
unix: Use mp_obj_str_get_str instead of mp_obj_str_get_data.
Damien George
2017-03-25
*
unix/modos: Remove VfsFat from uos module, it's now in uos_vfs module.
Damien George
2017-01-30
*
extmod: Remove MICROPY_FSUSERMOUNT and related files.
Damien George
2017-01-30
*
extmod: Rename vfs_fat_file.h to vfs_fat.h.
Damien George
2017-01-27
*
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-10-21
*
unix: Use common RAISE_ERRNO macro from mphalport.h.
Damien George
2016-10-07
*
unix: Use mp_raise_OSError helper function.
Damien George
2016-10-07
*
all: Remove 'name' member from mp_obj_module_t struct.
Damien George
2016-09-22
*
unix: Enable VfsFat support.
Paul Sokolovsky
2016-02-14
*
py: Change type signature of builtin funs that take variable or kw args.
Damien George
2016-01-11
*
extmod/moduos_dupterm: Make uos.dupterm() implementation reusable.
Paul Sokolovsky
2016-01-01
*
unix: Implement uos.dupterm(). Conditional on MICROPY_PY_OS_DUPTERM.
Paul Sokolovsky
2015-12-28
*
unix: Change define logic of _DIRENT_HAVE_D_INO to match other macros.
Damien George
2015-12-16
*
unix/modos: Fix silly bugs in ilistdir tuple creation.
Damien George
2015-12-16
*
unix/modos: Allow to configure use of d_ino using _DIRENT_HAVE_D_INO.
Damien George
2015-12-16
*
uos: Add errno() function to get/set errno value.
Paul Sokolovsky
2015-12-16
*
unix/modos: Implement ilistdir().
Paul Sokolovsky
2015-12-14
*
unix: Rename "_os" module to "uos" for consistency with baremetal ports.
Paul Sokolovsky
2015-12-12
*
py: Wrap all obj-ptr conversions in MP_OBJ_TO_PTR/MP_OBJ_FROM_PTR.
Damien George
2015-11-29
*
py: Add MP_ROM_* macros and mp_rom_* types and use them.
Damien George
2015-11-29
*
unix/modos: Remove duplicate level of #if MICROPY_PY_OS_STATVFS.
Paul Sokolovsky
2015-11-26
*
unix/modos: getenv(): Handle non-existing envvar correctly.
Paul Sokolovsky
2015-11-14
*
unix/modos: Add Windows workaround for mkdir().
Paul Sokolovsky
2015-11-14
*
unix/modos: Add mkdir().
Paul Sokolovsky
2015-11-13
*
unix/modos: Add getenv().
Paul Sokolovsky
2015-11-13
*
unix/modos: Android Bionic lacks statvfs(), has BSD statfs().
Paul Sokolovsky
2015-10-19
*
unix/modos: Checking config macros requires mpconfig.h.
Paul Sokolovsky
2015-10-18
*
unix/modos: Guard sys/statvfs.h include with MICROPY_PY_OS_STATVFS check.
Paul Sokolovsky
2015-10-18
*
unix/modos: Add statvfs() function.
Paul Sokolovsky
2015-10-18
*
unix: Prefix includes with py/; remove need for -I../py.
Damien George
2015-01-01
*
unix, windows: Add _os.system() call.
Paul Sokolovsky
2014-12-23
*
unix: add unlink function to os module
Nikita Nazarenko
2014-12-10
*
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-11-29
*
py: Change all uint to mp_uint_t in obj.h.
Damien George
2014-08-30
*
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-31
*
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-07-03
*
unix: Fix mpconfig.h not being included before misc.h
stijn
2014-06-28
*
Prefix ARRAY_SIZE with micropython prefix MP_
Emmanuel Blot
2014-06-19
*
- Cast the struct stat sb.st_ino field to machine_int_t explicitly to avoid a
Marcus von Appen
2014-06-07
*
modos: stat(): Accept bytes argument.
Paul Sokolovsky
2014-05-26
*
unix: Fix casting issue, int to small int object.
Damien George
2014-05-21
*
modos: Clean 64-bit issues.
Paul Sokolovsky
2014-05-15
*
unix: Add "_os" module with stat().
Paul Sokolovsky
2014-05-14