summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorYunhao Tian <[email protected]>2021-11-30 17:11:14 +0800
committerYunhao Tian <[email protected]>2021-11-30 17:19:11 +0800
commita6929cf03eabe9f4fc0404d7c15b04ee2761945c (patch)
tree6244525c89aa246b4aa265aea407ad6b9f095b37 /src/tusb_option.h
parentac20605e3f098687ce40349bbecc9266333d951b (diff)
Add support for Keil RTX4 OS abstraction layer
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 2edd310fa..dcf1c4614 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -151,6 +151,7 @@
#define OPT_OS_CUSTOM 4 ///< Custom OS is implemented by application
#define OPT_OS_PICO 5 ///< Raspberry Pi Pico SDK
#define OPT_OS_RTTHREAD 6 ///< RT-Thread
+#define OPT_OS_RTX4 7 ///< Keil RTX 4
// Allow to use command line to change the config name/location
#ifdef CFG_TUSB_CONFIG_FILE