summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authortfx2001 <[email protected]>2021-02-07 22:44:49 +0800
committertfx2001 <[email protected]>2021-02-08 20:46:49 +0800
commit1b678eccf55a808cde2e9fa450b76fe5e95539ba (patch)
treefa85a884f0305193c0f8207528e597b1d06bc1d6 /src/tusb_option.h
parentf49d47a0aa6781e8c4f86fbb7725c23f6549b14e (diff)
add basic support for rt-thread
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 5d5e50412..73daf8592 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -113,6 +113,7 @@
#define OPT_OS_MYNEWT 3 ///< Mynewt OS
#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
/** @} */