aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-05-10 18:58:40 +0200
committerJoel Bodenmann <joel@unormal.org>2014-05-10 18:58:40 +0200
commite5b8e351f5050da7f99fe6fb7882edfc778799f2 (patch)
tree25e2e47702837c4745ff503d1ffb537059eb9f0c /gfxconf.example.h
parent2632bb1ed5a3e362ad440d7a1a663911ce2bbcae (diff)
parent33a037b81c5d974d1cf419ecc87e91a74b8c9406 (diff)
downloaduGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.tar.gz
uGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.tar.bz2
uGFX-e5b8e351f5050da7f99fe6fb7882edfc778799f2.zip
Merge branch 'freertos'
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 113b05d5..6b545307 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
///////////////////////////////////////////////////////////////////////////