index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
moduos.c
Age
Commit message (
Expand
)
Author
2015-10-19
stmhal: Implement os.dupterm (was pyb.repl_uart).
Damien George
2015-07-27
stmhal: Put fs_user_mount pointer in root ptr section of global state.
Damien George
2015-05-13
lib: Move time utility functions to common library.
Josef Gajdusek
2015-05-12
stmhal: Add os.rename function.
Steve Zatz
2015-04-28
py: Replace py-version.sh with makeversionhdr.py, written in Python.
Damien George
2015-04-21
stmhal: Implement os.uname() to get details of OS and hardware.
Damien George
2015-03-04
stmhal: Make os.sync use disk_ioctl exclusively; reuse os.sync in pyb.
Damien George
2015-03-04
stmhal: Include fatfs headers using lib/fatfs prefix.
Damien George
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-12-27
stmhal: Add ability to mount custom block device.
Damien George
2014-11-29
Use MP_DEFINE_CONST_DICT macro to define module dicts.
Damien George
2014-10-12
stmhal: Rename module files to keep consistency with module name.
Damien George