Add eCos to gfxconf.example.h

ugfx_release_2.6
inmarket 2014-07-02 12:28:20 +10:00
parent 8a3da5a2a3
commit 9c3935bdb4
1 changed files with 2 additions and 0 deletions

View File

@ -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
///////////////////////////////////////////////////////////////////////////