aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 19:02:37 +0200
commita49b095b945756f1c32d9cfe3795a0d86151d6aa (patch)
tree196887f805723d842253bbaf729500187c03b1e4 /gfxconf.example.h
parent2364f2133330dc0e6702e453b47dcfbd3c44d9cc (diff)
parente5b8e351f5050da7f99fe6fb7882edfc778799f2 (diff)
downloaduGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.gz
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.tar.bz2
uGFX-a49b095b945756f1c32d9cfe3795a0d86151d6aa.zip
Merge branch 'master' into gwin
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index 93fa4321..713364f4 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -18,11 +18,16 @@
#ifndef _GFXCONF_H
#define _GFXCONF_H
-/* The operating system to use. One of these must be defined - preferably in your Makefile */
-//#define GFX_USE_OS_CHIBIOS TRUE
-//#define GFX_USE_OS_WIN32 TRUE
-//#define GFX_USE_OS_LINUX TRUE
-//#define GFX_USE_OS_OSX TRUE
+
+///////////////////////////////////////////////////////////////////////////
+// GOS - One of these must be defined, preferably in your Makefile //
+///////////////////////////////////////////////////////////////////////////
+//#define GFX_USE_OS_CHIBIOS FALSE
+//#define GFX_USE_OS_FREERTOS FALSE
+ #define GFX_FREERTOS_USE_TRACE FALSE
+//#define GFX_USE_OS_WIN32 FALSE
+//#define GFX_USE_OS_LINUX FALSE
+//#define GFX_USE_OS_OSX FALSE
///////////////////////////////////////////////////////////////////////////