aboutsummaryrefslogtreecommitdiff
path: root/stmhal/file.c
AgeCommit message (Expand)Author
2014-05-19py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03py, stream: Implement readlines for a stream.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-08unix, stmhal: Consistently use "FileIO" as class name for file objects.Paul Sokolovsky
2014-04-05py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George
2014-04-05Improve GC finalisation code; add option to disable it.Damien George
2014-04-03stmhal: Reimplement file support using stream protocol API.Paul Sokolovsky
2014-03-30Merge map.h into obj.h.Damien George
2014-03-26Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George
2014-03-26Change mp_method_t.name from const char * to qstr.Damien George
2014-03-17stmhal: Add fatfs support, working with flash and SD card.Damien George