summaryrefslogtreecommitdiff
path: root/extmod/vfs_reader.c
AgeCommit message (Expand)Author
2024-12-23extmod/vfs_reader: Add support for opening a memory-mappable file.Damien George
2024-03-07all: Remove the "STATIC" macro and just use "static" instead.Angus Gratton
2023-11-09extmod/vfs_reader: Add file ioctl to set read buffer size.Andrew Leech
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2020-08-12extmod/vfs_reader: Fix mp_reader_new_file to open file in "rb" mode.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2017-11-16py/objstr: Remove "make_qstr_if_not_already" arg from mp_obj_new_str.Damien George
2017-03-14py: Allow lexer to raise exceptions during construction.Damien George
2017-01-30extmod/vfs_reader: Fix use of NLR by popping context.Damien George
2017-01-27extmod: Add generic VFS sub-system.Damien George