diff options
| author | Yunhao Tian <[email protected]> | 2021-11-30 17:11:14 +0800 |
|---|---|---|
| committer | Yunhao Tian <[email protected]> | 2021-11-30 17:19:11 +0800 |
| commit | a6929cf03eabe9f4fc0404d7c15b04ee2761945c (patch) | |
| tree | 6244525c89aa246b4aa265aea407ad6b9f095b37 /src/tusb_option.h | |
| parent | ac20605e3f098687ce40349bbecc9266333d951b (diff) | |
Add support for Keil RTX4 OS abstraction layer
Diffstat (limited to 'src/tusb_option.h')
| -rw-r--r-- | src/tusb_option.h | 1 |
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 |
