Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added gfileSync() and autosync feature | Joel Bodenmann | 2014-06-29 | 8 | -5/+64 |
| | |||||
* | Put back ffconf.h with a default configuration. | inmarket | 2014-06-28 | 1 | -0/+230 |
| | | | | | User can override by placing a ffconf.h in their project directory. This works as the current directory is always checked for include files before the include path. | ||||
* | ffconf.h is now a template. User has to supply his own | Joel Bodenmann | 2014-06-28 | 1 | -230/+0 |
| | |||||
* | fatfs update | Joel Bodenmann | 2014-06-28 | 4 | -5/+6 |
| | |||||
* | Fatfs Cleanup | inmarket | 2014-06-27 | 9 | -413/+433 |
| | |||||
* | working implementation with gfx syscalls | Joel Bodenmann | 2014-06-27 | 4 | -281/+39 |
| | |||||
* | FatFS complete implementation | Joel Bodenmann | 2014-06-27 | 8 | -14/+125 |
| | |||||
* | first working FatFS implementation. Modes ToDo | Joel Bodenmann | 2014-06-27 | 2 | -13/+27 |
| | |||||
* | added ToDo list | Joel Bodenmann | 2014-06-25 | 1 | -0/+9 |
| | |||||
* | added fatfs/readme | Joel Bodenmann | 2014-06-25 | 1 | -0/+8 |
| | |||||
* | initial implementation - untested | Joel Bodenmann | 2014-06-25 | 7 | -8/+420 |
| | |||||
* | adding fatfs directory | Joel Bodenmann | 2014-06-24 | 134 | -1/+45433 |
| | |||||
* | Missing header file required for some OS's | inmarket | 2014-05-22 | 1 | -0/+4 |
| | |||||
* | Bug fixes to sprintg() and fix to incomplete scang() implementation. | inmarket | 2014-05-12 | 1 | -59/+113 |
| | |||||
* | GFILE bug fix | Joel Bodenmann | 2014-05-11 | 1 | -9/+9 |
| | |||||
* | GFILE rules bug fix | Joel Bodenmann | 2014-05-11 | 1 | -1/+1 |
| | |||||
* | GFILE module doxygen | Joel Bodenmann | 2014-04-24 | 1 | -0/+135 |
| | |||||
* | Whitespaces | Joel Bodenmann | 2014-04-19 | 1 | -9/+36 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 5 | -6/+356 |
| | |||||
* | Bug fixes to GFILE. | inmarket | 2014-02-07 | 2 | -18/+30 |
| | |||||
* | Updates to GFILE code | inmarket | 2014-02-07 | 5 | -40/+82 |
| | |||||
* | Add support for GFILEs based on BaseFileStreams and Memory Pointers | inmarket | 2014-02-07 | 3 | -1/+162 |
| | |||||
* | More gFile stuff | inmarket | 2014-02-03 | 1 | -14/+219 |
| | |||||
* | added _gfileDeinit() dummy | Joel Bodenmann | 2014-02-02 | 1 | -4/+7 |
| | |||||
* | More GFile code | inmarket | 2014-01-29 | 3 | -90/+452 |
| | |||||
* | More code for GFile | inmarket | 2014-01-24 | 3 | -17/+113 |
| | |||||
* | Start of GFILE module | inmarket | 2014-01-05 | 6 | -0/+434 |