Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes bug with printf formatting of zero filled fields | inmarket | 2014-10-09 | 1 | -1/+1 |
| | |||||
* | doxygen updates | inmarket | 2014-09-29 | 1 | -7/+7 |
| | |||||
* | FATFS and PETITFS compile error fix (caused by prior file renaming). | inmarket | 2014-09-17 | 3 | -3/+3 |
| | |||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 19 | -26/+37 |
| | |||||
* | Add GFILE support for PetitFS (a very tiny FAT implementation) | inmarket | 2014-08-15 | 7 | -3/+317 |
| | |||||
* | Bug fix. Must close before freeing the structure. | inmarket | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Separate GFILE into separate source files to prevent future name and include ↵ | inmarket | 2014-08-15 | 14 | -385/+408 |
| | | | | file conflicts. | ||||
* | Move 3rd Party source to a new directory. | inmarket | 2014-08-13 | 140 | -45235/+129 |
| | | | | Rationalise Fatfs code and fix a couple of configuration issues. | ||||
* | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 12 | -708/+1174 |
| | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'. | ||||
* | Fix compile warning | inmarket | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | fixing doxygen typo | Joel Bodenmann | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Use the GFILE_NEED_NOAUTOSYNC for syncing in the write as well. | inmarket | 2014-07-02 | 1 | -1/+3 |
| | |||||
* | 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 |