summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/file.c
Commit message (Expand)AuthorAge
* extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file.Paul Sokolovsky2016-02-15
* stmhal/file: Paranoid compiler warnings cleanness.Paul Sokolovsky2016-02-14
* stmhal/diskio,file: Nanbox cleanness.Paul Sokolovsky2016-02-14
* stmhal/file: For self-contained usecase, don't define global types.Paul Sokolovsky2016-02-07
* stmhal/file: Recast as "FatFs file" class, to support other VFS types.Paul Sokolovsky2016-02-07
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* py: Add stream_tell method, and use for unix and stmhal file tell.blmorris2015-08-13
* stmhal: Detect disk full conditionDave Hylands2015-05-24
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* stmhal: Include fatfs headers using lib/fatfs prefix.Damien George2015-03-04
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* py: Make stream seek correctly check for ioctl fn; add seek for textio.Damien George2014-11-16
* stmhal: Switch to file.seek() implementation using stream ioctl.Paul Sokolovsky2014-11-17
* Implement kwargs for builtin open() and _io.FileIOstijn2014-10-21
* unix, stmhal: Implement file.readinto() method.Paul Sokolovsky2014-10-18
* Change some parts of the core API to use mp_uint_t instead of uint/int.Damien George2014-08-30
* py: Make MP_OBJ_NEW_SMALL_INT cast arg to mp_int_t itself.Damien George2014-07-31
* py: Change stream protocol API: fns return uint; is_text for text.Damien George2014-07-27
* stmhal: Add file.flush and os.stat.Damien George2014-07-19
* Rename machine_(u)int_t to mp_(u)int_t.Damien George2014-07-03
* stmhal: Fix file print methods to use print instead of printf.Damien George2014-06-15
* stmhal, file: Seek to end of file if opened in 'a' mode.Damien George2014-06-11
* stmhal, file: Implement a,x,+ open modes, seek and tell.Damien George2014-06-11
* py: Implement proper separation between io.FileIO and io.TextIOWrapper.Paul Sokolovsky2014-05-19
* Add license header to (almost) all files.Damien George2014-05-03
* py, stream: Implement readlines for a stream.Damien George2014-05-03
* stmhal: Add SPI class.Damien George2014-04-20
* unix, stmhal: Consistently use "FileIO" as class name for file objects.Paul Sokolovsky2014-04-08
* py: Replace stream_p with *stream_p in mp_obj_type_t.Damien George2014-04-05
* Improve GC finalisation code; add option to disable it.Damien George2014-04-05
* stmhal: Reimplement file support using stream protocol API.Paul Sokolovsky2014-04-03
* Merge map.h into obj.h.Damien George2014-03-30
* Remove mp_obj_type_t.methods entry and use .locals_dict instead.Damien George2014-03-26
* Change mp_method_t.name from const char * to qstr.Damien George2014-03-26
* stmhal: Add fatfs support, working with flash and SD card.Damien George2014-03-17