aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-07-03 17:33:50 +1000
committerinmarket <andrewh@inmarket.com.au>2014-07-03 17:33:50 +1000
commitcffba2c1c9e350bd2c64dec7d30d1360e17dbac9 (patch)
treed488c4d617cf6e46a5e7cfd1921e107595958822 /gfxconf.example.h
parent9c3935bdb409ed59889aad8b5da45302b2fb1951 (diff)
parent7f9a894587ab881ff47b6dddb17e0f441a7cfa59 (diff)
downloaduGFX-cffba2c1c9e350bd2c64dec7d30d1360e17dbac9.tar.gz
uGFX-cffba2c1c9e350bd2c64dec7d30d1360e17dbac9.tar.bz2
uGFX-cffba2c1c9e350bd2c64dec7d30d1360e17dbac9.zip
Merge branch 'master' into eCos
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index ad84181e..ef6bedbe 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -26,7 +26,6 @@
///////////////////////////////////////////////////////////////////////////
// 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
@@ -34,6 +33,10 @@
//#define GFX_USE_OS_LINUX FALSE
//#define GFX_USE_OS_OSX FALSE
//#define GFX_USE_OS_ECOS FALSE
+//#define GFX_USE_OS_RAW32 FALSE
+// #define GOS_RAW_HEAP_SIZE 0
+// #define INTERRUPTS_OFF() optional_code
+// #define INTERRUPTS_ON() optional_code
///////////////////////////////////////////////////////////////////////////