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 |
| | |||||
* | Make all include paths in ugfx relative. | inmarket | 2015-11-21 | 1 | -1/+1 |
| | | | | The only include path now needed is for drivers (in particular GDISP drivers) | ||||
* | Big file rename to reduce problems with brain-dead IDE's that don't handle ↵ | inmarket | 2015-01-21 | 1 | -0/+401 |
| | | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames). | ||||
* | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 1 | -407/+0 |
| | |||||
* | Separate GFILE into separate source files to prevent future name and include ↵ | inmarket | 2014-08-15 | 1 | -248/+137 |
| | | | | file conflicts. | ||||
* | GFILE: restructure files, add File Listing, add C String files | inmarket | 2014-08-12 | 1 | -680/+108 |
| | | | | Fix compile error for ChibiOS BaseStreamFile based GFILES'. | ||||
* | Fix compile warning | inmarket | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | added gfileSync() and autosync feature | Joel Bodenmann | 2014-06-29 | 1 | -0/+7 |
| | |||||
* | fatfs update | Joel Bodenmann | 2014-06-28 | 1 | -0/+1 |
| | |||||
* | Fatfs Cleanup | inmarket | 2014-06-27 | 1 | -23/+21 |
| | |||||
* | FatFS complete implementation | Joel Bodenmann | 2014-06-27 | 1 | -0/+32 |
| | |||||
* | initial implementation - untested | Joel Bodenmann | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -6/+6 |
| | |||||
* | Updates to GFILE code | inmarket | 2014-02-07 | 1 | -24/+64 |
| | |||||
* | Add support for GFILEs based on BaseFileStreams and Memory Pointers | inmarket | 2014-02-07 | 1 | -1/+75 |
| | |||||
* | 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 | 1 | -82/+444 |
| | |||||
* | More code for GFile | inmarket | 2014-01-24 | 1 | -2/+91 |
| | |||||
* | Start of GFILE module | inmarket | 2014-01-05 | 1 | -0/+225 |