summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-10 11:03:31 +0700
committerhathach <[email protected]>2019-10-10 11:03:31 +0700
commit267c76c7db814513957f721bc70c31267dd37308 (patch)
treee8b47b32b2cfe5ea97270b6eb9528fbf81c4ce69 /src/tusb_option.h
parentc42edc080cb61d4af8015df6c1d404273b3a5bfa (diff)
embOS port by Matt Pageport-embos
note: embOS require OS_EnterInterrupt/OS_LeaveInterrupt to be called. This should be resolved by implementing #128 without introduce new OSAL API
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 6178b2cf9..d4ef1d75b 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -78,6 +78,7 @@
#define OPT_OS_NONE 1 ///< No RTOS
#define OPT_OS_FREERTOS 2 ///< FreeRTOS
#define OPT_OS_MYNEWT 3 ///< Mynewt OS
+#define OPT_OS_EMBOS 4 ///< Segger embOS
/** @} */