aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile
Commit message (Expand)AuthorAgeFilesLines
* GFILE: restructure files, add File Listing, add C String filesinmarket2014-08-1212-708/+1174
* Fix compile warninginmarket2014-07-151-1/+1
* fixing doxygen typoJoel Bodenmann2014-07-041-1/+1
* Use the GFILE_NEED_NOAUTOSYNC for syncing in the write as well.inmarket2014-07-021-1/+3
* added gfileSync() and autosync featureJoel Bodenmann2014-06-298-5/+64
* Put back ffconf.h with a default configuration.inmarket2014-06-281-0/+230
* ffconf.h is now a template. User has to supply his ownJoel Bodenmann2014-06-281-230/+0
* fatfs updateJoel Bodenmann2014-06-284-5/+6
* Fatfs Cleanupinmarket2014-06-279-413/+433
* working implementation with gfx syscallsJoel Bodenmann2014-06-274-281/+39
* FatFS complete implementationJoel Bodenmann2014-06-278-14/+125
* first working FatFS implementation. Modes ToDoJoel Bodenmann2014-06-272-13/+27
* added ToDo listJoel Bodenmann2014-06-251-0/+9
* added fatfs/readmeJoel Bodenmann2014-06-251-0/+8
* initial implementation - untestedJoel Bodenmann2014-06-257-8/+420
* adding fatfs directoryJoel Bodenmann2014-06-24134-1/+45433
* Missing header file required for some OS'sinmarket2014-05-221-0/+4
* Bug fixes to sprintg() and fix to incomplete scang() implementation.inmarket2014-05-121-59/+113
* GFILE bug fixJoel Bodenmann2014-05-111-9/+9
* GFILE rules bug fixJoel Bodenmann2014-05-111-1/+1
* GFILE module doxygenJoel Bodenmann2014-04-241-0/+135
* WhitespacesJoel Bodenmann2014-04-191-9/+36
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-195-6/+356
* Bug fixes to GFILE.inmarket2014-02-072-18/+30
* Updates to GFILE codeinmarket2014-02-075-40/+82
* Add support for GFILEs based on BaseFileStreams and Memory Pointersinmarket2014-02-073-1/+162
* More gFile stuffinmarket2014-02-031-14/+219
* added _gfileDeinit() dummyJoel Bodenmann2014-02-021-4/+7
* More GFile codeinmarket2014-01-293-90/+452
* More code for GFileinmarket2014-01-243-17/+113
* Start of GFILE moduleinmarket2014-01-056-0/+434