aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gos/threads_advanced/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-07-08 15:21:53 +1000
committerinmarket <andrewh@inmarket.com.au>2015-07-08 15:21:53 +1000
commit324ab8a11adb6526a06333b3d11d7314ee48a4f8 (patch)
tree050aaaba6727598534fc90645b0ca2fcb5ae0e5f /demos/modules/gos/threads_advanced/gfxconf.h
parent57156a3636aa92423b8e86fe1b2740550d01b7b6 (diff)
downloaduGFX-324ab8a11adb6526a06333b3d11d7314ee48a4f8.tar.gz
uGFX-324ab8a11adb6526a06333b3d11d7314ee48a4f8.tar.bz2
uGFX-324ab8a11adb6526a06333b3d11d7314ee48a4f8.zip
Updated gos/threads and gos/threads_advanced demos.
Diffstat (limited to 'demos/modules/gos/threads_advanced/gfxconf.h')
-rw-r--r--demos/modules/gos/threads_advanced/gfxconf.h21
1 files changed, 16 insertions, 5 deletions
diff --git a/demos/modules/gos/threads_advanced/gfxconf.h b/demos/modules/gos/threads_advanced/gfxconf.h
index f954e973..9a35130a 100644
--- a/demos/modules/gos/threads_advanced/gfxconf.h
+++ b/demos/modules/gos/threads_advanced/gfxconf.h
@@ -30,11 +30,22 @@
#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 FALSE
-//#define GFX_USE_OS_WIN32 FALSE
-//#define GFX_USE_OS_LINUX FALSE
-//#define GFX_USE_OS_OSX FALSE
+///////////////////////////////////////////////////////////////////////////
+// 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
+//#define GFX_USE_OS_ECOS FALSE
+//#define GFX_USE_OS_RAWRTOS FALSE
+//#define GFX_USE_OS_RAW32 FALSE
+
+// We define this here in case you are using raw32 or arduino with this demo
+// and have a non-thread-safe C library.
+#define GOS_RAW_HEAP_SIZE 10240
#define GFX_USE_GTIMER TRUE