diff options
author | Joel Bodenmann <joel@embedded.pro> | 2017-09-20 19:47:46 +0200 |
---|---|---|
committer | Joel Bodenmann <joel@embedded.pro> | 2017-09-20 19:47:46 +0200 |
commit | 2943011ccb7e63c13ff8dfa3dcd4fcaae5820057 (patch) | |
tree | d61c83012557981e28f9964124ed36b4ca0af7c7 /gfxconf.example.h | |
parent | 3e139114329aaaf7ff02dd766e00dab54bb508d8 (diff) | |
download | uGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.tar.gz uGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.tar.bz2 uGFX-2943011ccb7e63c13ff8dfa3dcd4fcaae5820057.zip |
Adding Zephyr port
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r-- | gfxconf.example.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h index e32dd19f..208061e5 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -40,6 +40,7 @@ //#define GFX_USE_OS_CMSIS FALSE //#define GFX_USE_OS_CMSIS2 FALSE //#define GFX_USE_OS_RAW32 FALSE +//#define GFX_USE_OS_ZEPHYR FALSE //#define GFX_USE_OS_NIOS FALSE //#define GFX_USE_OS_QT FALSE // #define INTERRUPTS_OFF() optional_code |