aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-02-01 17:08:14 +0100
committerJoel Bodenmann <joel@unormal.org>2014-02-01 17:08:14 +0100
commit6e893c7efd56a89b452e84421f5235e5cbaf6867 (patch)
tree9aad98d87bf6f49fca1e1666769d3303cde6ccf3 /include
parent0bb6473f880e69c294f78972a04c286a088d15fb (diff)
downloaduGFX-6e893c7efd56a89b452e84421f5235e5cbaf6867.tar.gz
uGFX-6e893c7efd56a89b452e84421f5235e5cbaf6867.tar.bz2
uGFX-6e893c7efd56a89b452e84421f5235e5cbaf6867.zip
doc
Diffstat (limited to 'include')
-rw-r--r--include/gos/options.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/gos/options.h b/include/gos/options.h
index 4edb35d8..864cb832 100644
--- a/include/gos/options.h
+++ b/include/gos/options.h
@@ -28,6 +28,23 @@
#define GFX_USE_OS_CHIBIOS FALSE
#endif
/**
+ * @brief Use FreeRTOS
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_FREERTOS
+ #define GFX_USE_OS_FREERTOS FALSE
+ #endif
+ /**
+ * @brief Use Win32
+ * @details Defaults to FALSE
+ */
+ #ifndef GFX_USE_OS_WIN32
+ #define GFX_USE_OS_WIN32 FALSE
+ #endif
+ /**
+ * @brief Use a linux based system running X11
+ * @details Defaults to FALSE
+ /**
* @brief Use Win32
* @details Defaults to FALSE
*/