aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-07-05 16:00:07 +0200
committerJoel Bodenmann <joel@unormal.org>2014-07-05 16:00:07 +0200
commita675812b08fa9b86c841762441b4ed4060ff4aa0 (patch)
treeeb41a79d6f8ca0aa569fbb33e7f9badfef425636 /gfxconf.example.h
parent2cc1dd96ea455f1f8e6d6b1e73ed19406eb629d2 (diff)
parent7f9a894587ab881ff47b6dddb17e0f441a7cfa59 (diff)
downloaduGFX-a675812b08fa9b86c841762441b4ed4060ff4aa0.tar.gz
uGFX-a675812b08fa9b86c841762441b4ed4060ff4aa0.tar.bz2
uGFX-a675812b08fa9b86c841762441b4ed4060ff4aa0.zip
Merge branch 'master' of bitbucket.org:Tectu/ugfx
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 66411ec3..686f4473 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -26,13 +26,16 @@
///////////////////////////////////////////////////////////////////////////
// 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_RAW32 FALSE
+// #define GOS_RAW_HEAP_SIZE 0
+// #define INTERRUPTS_OFF() optional_code
+// #define INTERRUPTS_ON() optional_code
///////////////////////////////////////////////////////////////////////////