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
/
file.c
Age
Commit message (
Expand
)
Author
2014-10-21
Implement kwargs for builtin open() and _io.FileIO
stijn
2014-10-18
unix, stmhal: Implement file.readinto() method.
Paul Sokolovsky
2014-08-30
Change some parts of the core API to use mp_uint_t instead of uint/int.
Damien George
2014-07-31
py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.
Damien George
2014-07-27
py: Change stream protocol API: fns return uint; is_text for text.
Damien George
2014-07-19
stmhal: Add file.flush and os.stat.
Damien George
2014-07-03
Rename machine_(u)int_t to mp_(u)int_t.
Damien George
2014-06-15
stmhal: Fix file print methods to use print instead of printf.
Damien George
2014-06-11
stmhal, file: Seek to end of file if opened in 'a' mode.
Damien George
2014-06-11
stmhal, file: Implement a,x,+ open modes, seek and tell.
Damien George
2014-05-19
py: Implement proper separation between io.FileIO and io.TextIOWrapper.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
py, stream: Implement readlines for a stream.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-08
unix, stmhal: Consistently use "FileIO" as class name for file objects.
Paul Sokolovsky
2014-04-05
py: Replace stream_p with *stream_p in mp_obj_type_t.
Damien George
2014-04-05
Improve GC finalisation code; add option to disable it.
Damien George
2014-04-03
stmhal: Reimplement file support using stream protocol API.
Paul Sokolovsky
2014-03-30
Merge map.h into obj.h.
Damien George
2014-03-26
Remove mp_obj_type_t.methods entry and use .locals_dict instead.
Damien George
2014-03-26
Change mp_method_t.name from const char * to qstr.
Damien George
2014-03-17
stmhal: Add fatfs support, working with flash and SD card.
Damien George