aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-02 12:28:20 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-02 12:28:20 +1000
commit9c3935bdb409ed59889aad8b5da45302b2fb1951 (patch)
treef4b5917b9565d6a12b6c011fbf1db30a2191e187 /gfxconf.example.h
parent8a3da5a2a3b0ff92227cab1dd65eb8f259a4bff5 (diff)
downloaduGFX-9c3935bdb409ed59889aad8b5da45302b2fb1951.tar.gz
uGFX-9c3935bdb409ed59889aad8b5da45302b2fb1951.tar.bz2
uGFX-9c3935bdb409ed59889aad8b5da45302b2fb1951.zip
Add eCos to gfxconf.example.h
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index bc9964e6..ad84181e 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -26,12 +26,14 @@
///////////////////////////////////////////////////////////////////////////
// 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
//#define GFX_USE_OS_WIN32 FALSE
//#define GFX_USE_OS_LINUX FALSE
//#define GFX_USE_OS_OSX FALSE
+//#define GFX_USE_OS_ECOS FALSE
///////////////////////////////////////////////////////////////////////////