diff options
Diffstat (limited to 'src/gos/gos_options.h')
-rw-r--r-- | src/gos/gos_options.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gos/gos_options.h b/src/gos/gos_options.h index c80a9f39..37007650 100644 --- a/src/gos/gos_options.h +++ b/src/gos/gos_options.h @@ -76,6 +76,20 @@ #ifndef GFX_USE_OS_ARDUINO #define GFX_USE_OS_ARDUINO FALSE #endif + /** + * @brief Use CMSIS RTOS compatible OS + * @details Defaults to FALSE + */ + #ifndef GFX_USE_OS_CMSIS + #define GFX_USE_OS_CMSIS FALSE + #endif + /** + * @brief Use Keil CMSIS + * @details Defaults to FALSE + */ + #ifndef GFX_USE_OS_KEIL + #define GFX_USE_OS_KEIL FALSE + #endif /** * @} * |