aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile/gfile.c
Commit message (Expand)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-10/+10
* Update license headerTibo Clausen2018-10-011-1/+1
* Added new type definitions - moving towards V3.0inmarket2018-06-231-33/+33
* Add support for a user provided file system.inmarket2017-01-091-0/+6
* Revert "Whitespaces"Joel Bodenmann2016-07-251-2/+1
* WhitespacesJoel Bodenmann2016-07-251-1/+2
* adding code to close all open files in gfile deinitMatt Brejza2016-07-191-1/+5
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
* Big file rename to reduce problems with brain-dead IDE's that don't handle pr...inmarket2015-01-211-0/+401
* Rename lots of files to help prevent compile time name conflicts.inmarket2014-08-201-407/+0
* Separate GFILE into separate source files to prevent future name and include ...inmarket2014-08-151-248/+137
* GFILE: restructure files, add File Listing, add C String filesinmarket2014-08-121-680/+108
* Fix compile warninginmarket2014-07-151-1/+1
* added gfileSync() and autosync featureJoel Bodenmann2014-06-291-0/+7
* fatfs updateJoel Bodenmann2014-06-281-0/+1
* Fatfs Cleanupinmarket2014-06-271-23/+21
* FatFS complete implementationJoel Bodenmann2014-06-271-0/+32
* initial implementation - untestedJoel Bodenmann2014-06-251-1/+1
* Bug fixes to sprintg() and fix to incomplete scang() implementation.inmarket2014-05-121-59/+113
* GFILE bug fixJoel Bodenmann2014-05-111-9/+9
* Integrate the include files with each module. Simplifies structure of code.inmarket2014-02-191-6/+6
* Updates to GFILE codeinmarket2014-02-071-24/+64
* Add support for GFILEs based on BaseFileStreams and Memory Pointersinmarket2014-02-071-1/+75
* More gFile stuffinmarket2014-02-031-14/+219
* added _gfileDeinit() dummyJoel Bodenmann2014-02-021-4/+7
* More GFile codeinmarket2014-01-291-82/+444
* More code for GFileinmarket2014-01-241-2/+91
* Start of GFILE moduleinmarket2014-01-051-0/+225