aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/sys_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/sys_options.h')
-rw-r--r--src/gos/sys_options.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/gos/sys_options.h b/src/gos/sys_options.h
index ae9916ad..9d2e735f 100644
--- a/src/gos/sys_options.h
+++ b/src/gos/sys_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
*/