USERFS

From uGFX Wiki
Revision as of 10:24, 9 January 2017 by Tectu (Talk | contribs) (Created page with "The <code>USERFS</code> allows the user to implement his own file system inside the application code without modifying the µGFX library. To do this, an instance of the <code>...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The USERFS allows the user to implement his own file system inside the application code without modifying the µGFX library. To do this, an instance of the GFILEVMT struct must be created that is named FsUSERVMT. The declaration of the GFILEVMT struct can be found in the file /src/gfile/gfile_fs.h.