aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorpashamray <pashamray@gmail.com>2014-07-05 13:49:57 +0300
committerpashamray <pashamray@gmail.com>2014-07-05 13:49:57 +0300
commit5dba30b0a8e6c7a171784b18019974336ab633a8 (patch)
tree9b2c6c802ef68101a123998028078e8f711de185 /gfxconf.example.h
parente67fbb3e6b82742eae4096faff2a1e47e25804e3 (diff)
parent7f9a894587ab881ff47b6dddb17e0f441a7cfa59 (diff)
downloaduGFX-5dba30b0a8e6c7a171784b18019974336ab633a8.tar.gz
uGFX-5dba30b0a8e6c7a171784b18019974336ab633a8.tar.bz2
uGFX-5dba30b0a8e6c7a171784b18019974336ab633a8.zip
Tectu/ugfx слито с master
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
///////////////////////////////////////////////////////////////////////////