diff options
author | pashamray <pashamray@gmail.com> | 2014-07-02 13:02:01 +0300 |
---|---|---|
committer | pashamray <pashamray@gmail.com> | 2014-07-02 13:02:01 +0300 |
commit | e67fbb3e6b82742eae4096faff2a1e47e25804e3 (patch) | |
tree | 35df6e920e377ac05ba37c9479de47e8522cee75 /gfxconf.example.h | |
parent | 2127c61eeeea920ba79923bc6f29a1e2de80d61d (diff) | |
parent | 2b141cea7f30cb45f559db5949dcfbf0ebb7c613 (diff) | |
download | uGFX-e67fbb3e6b82742eae4096faff2a1e47e25804e3.tar.gz uGFX-e67fbb3e6b82742eae4096faff2a1e47e25804e3.tar.bz2 uGFX-e67fbb3e6b82742eae4096faff2a1e47e25804e3.zip |
Tectu/ugfx слито с master
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index f0dc2ca2..66411ec3 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -26,6 +26,7 @@ /////////////////////////////////////////////////////////////////////////// // GOS - One of these must be defined, preferably in your Makefile // /////////////////////////////////////////////////////////////////////////// +//#define GFX_USE_OS_RAW32 FALSE //#define GFX_USE_OS_CHIBIOS FALSE //#define GFX_USE_OS_FREERTOS FALSE // #define GFX_FREERTOS_USE_TRACE FALSE @@ -219,6 +220,8 @@ // #define GFILE_ALLOW_FLOATS FALSE // #define GFILE_ALLOW_DEVICESPECIFIC FALSE // #define GFILE_MAX_GFILES 3 +//#define GFILE_NEED_NOAUTOMOUNT FALSE +//#define GFILE_NEED_NOAUTOSYNC FALSE //#define GFILE_NEED_MEMFS FALSE //#define GFILE_NEED_ROMFS FALSE |