Add eCos to gfxconf.example.h
This commit is contained in:
parent
8a3da5a2a3
commit
9c3935bdb4
1 changed files with 2 additions and 0 deletions
|
@ -26,12 +26,14 @@
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
// GOS - One of these must be defined, preferably in your Makefile //
|
// 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_CHIBIOS FALSE
|
||||||
//#define GFX_USE_OS_FREERTOS FALSE
|
//#define GFX_USE_OS_FREERTOS FALSE
|
||||||
// #define GFX_FREERTOS_USE_TRACE FALSE
|
// #define GFX_FREERTOS_USE_TRACE FALSE
|
||||||
//#define GFX_USE_OS_WIN32 FALSE
|
//#define GFX_USE_OS_WIN32 FALSE
|
||||||
//#define GFX_USE_OS_LINUX FALSE
|
//#define GFX_USE_OS_LINUX FALSE
|
||||||
//#define GFX_USE_OS_OSX FALSE
|
//#define GFX_USE_OS_OSX FALSE
|
||||||
|
//#define GFX_USE_OS_ECOS FALSE
|
||||||
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue