Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Whitespaces" | Joel Bodenmann | 2016-07-25 | 1 | -2/+1 |
| | | | | This reverts commit c5d4eba3b5a6e5698b1ba5c7bcf24979229dc613. | ||||
* | Whitespaces | Joel Bodenmann | 2016-07-25 | 1 | -1/+2 |
| | |||||
* | adding code to close all open files in gfile deinit | Matt Brejza | 2016-07-19 | 1 | -1/+5 |
| | |||||
* | Add gwinPrintg() and fix null pointer handling in sprintg() | Andrew Hannam | 2016-07-10 | 1 | -2/+8 |
| | |||||
* | Add support for GFILE_PETITFS_EXTERNAL_LIB and GFILE_FATFS_EXTERNAL_LIB | Andrew Hannam | 2016-05-27 | 5 | -8/+33 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 19 | -25/+25 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Doxygen | Joel Bodenmann | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Added ability to compile ugfx as a single file (excluding driver and board ↵ | inmarket | 2015-06-08 | 1 | -0/+23 |
| | | | | | | files). Simply compile src/gfx_mk.c | ||||
* | Add the license to the makefiles | inmarket | 2015-06-08 | 1 | -0/+5 |
| | |||||
* | Support ChibiOS V3 changes to the FileStream API | inmarket | 2015-03-11 | 2 | -13/+23 |
| | |||||
* | Compile error and emulation errors for GFILE_NEED_STDIO | inmarket | 2015-02-21 | 3 | -16/+24 |
| | |||||
* | Compile error fix for GFILE_ALLOW_FLOAT | inmarket | 2015-02-21 | 1 | -6/+6 |
| | |||||
* | Update vararg macro's to C99 standard syntax. | inmarket | 2015-02-05 | 1 | -8/+8 |
| | |||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 9 | -34/+4 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | 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 |
| |